SAP ABAP Class IF_RCM_WEBDAV_COLLECTION (RCM WebDAV Collection Interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_AREA RCM WebDAV Root Collection for Specific Area 20041206
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_FAVORITES RCM WebDAV resource for user Favorites folder 20041206
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_HISTORY RCM Webdav Collection for User History 20041206
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_QUERY RCM WebDAV Collection for SPS 20041206
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_RMS RCM WebDAV RMS Collection 20041206
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_RMS_NODE RCM WebDAV RMS Collection 20041206
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_COLL_SPS RCM WebDAV Collection for SPS 20041206
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RCM_WEBDAV_RESOURCE_CONT RCM Webdav Collection for Container Objects 20041206
Properties
Class IF_RCM_WEBDAV_COLLECTION  
Short Description RCM WebDAV Collection Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20041206   SAP 
Last change 20050214   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_RCM_WEBDAV_COLLECTION has no forward declaration.
Interfaces
Class IF_RCM_WEBDAV_COLLECTION has no interface implemented.
Friends
Class IF_RCM_WEBDAV_COLLECTION has no friend class.
Attributes
Class IF_RCM_WEBDAV_COLLECTION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RESOURCE_TO_COLL Instance method Public Method Add new resource to collection 20041206
2 CREATE_NEW_CHILD Instance method Public Method Create New Child Resource 20041206
3 DELETE_RESOURCE_FROM_COLL Instance method Public Method Delete Resource from Collection 20041206
4 GET_CHILD_RESOURCE Instance method Public Method Create and return child resource by its internal ID 20041206
5 IS_ADD_TO_COLL_ALLOWED Instance method Public Method Return TRUE if allowed to add a resource to collection 20041206
6 IS_MOVE_FROM_COLL_ALLOWED Instance method Public Method Return TRUE if allowed to move a resource from collection 20041206
Events
Class IF_RCM_WEBDAV_COLLECTION has no event.
Types
Class IF_RCM_WEBDAV_COLLECTION has no local type.
Method Signatures

Method ADD_RESOURCE_TO_COLL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESOURCE Call by reference Object reference (TYPE REF TO) CL_RCM_WEBDAV_RESOURCE RCM WebDAV resource (abstract) 20041206
2 Returning RE_RESULT Value transfer Type reference (TYPE) I Operation result; if <>0, then an error occured 20041206

Method ADD_RESOURCE_TO_COLL on class IF_RCM_WEBDAV_COLLECTION has no exception.

Method CREATE_NEW_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHILD_ID Call by reference Type reference (TYPE) STRING Child ID (could be redefined) 20041206
2 Importing IM_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20041206
3 Returning RE_RESOURCE Value transfer Object reference (TYPE REF TO) CL_RCM_WEBDAV_RESOURCE RCM WebDAV resource (abstract) 20041206

Method CREATE_NEW_CHILD on class IF_RCM_WEBDAV_COLLECTION has no exception.

Method DELETE_RESOURCE_FROM_COLL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESOURCE Call by reference Object reference (TYPE REF TO) CL_RCM_WEBDAV_RESOURCE RCM WebDAV resource (abstract) 20041206
2 Returning RE_RESULT Value transfer Type reference (TYPE) I Operation result; if <>0, then some error occured 20041206

Method DELETE_RESOURCE_FROM_COLL on class IF_RCM_WEBDAV_COLLECTION has no exception.

Method GET_CHILD_RESOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHILD_NAME Call by reference Type reference (TYPE) STRING Child resource name 20041206
2 Returning RE_RESOURCE Value transfer Object reference (TYPE REF TO) CL_RCM_WEBDAV_RESOURCE RCM WebDAV resource (abstract) 20041206

Method GET_CHILD_RESOURCE on class IF_RCM_WEBDAV_COLLECTION has no exception.

Method IS_ADD_TO_COLL_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Type reference (TYPE) BOOLEAN 'X' - allowed, '-' - not allowed; ' '- error occured 20041206

Method IS_ADD_TO_COLL_ALLOWED on class IF_RCM_WEBDAV_COLLECTION has no exception.

Method IS_MOVE_FROM_COLL_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Type reference (TYPE) BOOLEAN 'X' - allowed, '-' - not allowed; ' '- error occured 20041206

Method IS_MOVE_FROM_COLL_ALLOWED on class IF_RCM_WEBDAV_COLLECTION has no exception.
History
Last changed by/on SAP  20050214 
SAP Release Created in