SAP ABAP Interface IF_RCM_WEBDAV_COLLECTION (RCM WebDAV Collection Interface)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-CM (Application Component) Case Management
     SRM_WEBDAV (Package) SRM WebDAV Solution
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
Interface IF_RCM_WEBDAV_COLLECTION  
Short Description RCM WebDAV Collection Interface    
General Data
Package SRM_WEBDAV   SRM WebDAV Solution 
Created 20041206   SAP 
Last changed 20050214   SAP 
Unicode checks active    
Forward declarations
Interface IF_RCM_WEBDAV_COLLECTION has no forward declaration.
Interfaces
Interface IF_RCM_WEBDAV_COLLECTION has no interface.
Friends
Interface IF_RCM_WEBDAV_COLLECTION has no friend.
Attributes
Interface 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
Interface IF_RCM_WEBDAV_COLLECTION has no event.
Types
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_RCM_WEBDAV_COLLECTION has no exception.
History
Last changed by/on SAP  20050214 
SAP Release Created in 700