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
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 | ![]() |
Instance method | Public | Method | Add new resource to collection | 20041206 |
2 | ![]() |
Instance method | Public | Method | Create New Child Resource | 20041206 |
3 | ![]() |
Instance method | Public | Method | Delete Resource from Collection | 20041206 |
4 | ![]() |
Instance method | Public | Method | Create and return child resource by its internal ID | 20041206 |
5 | ![]() |
Instance method | Public | Method | Return TRUE if allowed to add a resource to collection | 20041206 |
6 | ![]() |
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 | ![]() |
IM_RESOURCE | Call by reference | Object reference (TYPE REF TO) | CL_RCM_WEBDAV_RESOURCE | RCM WebDAV resource (abstract) | 20041206 | ||
2 | ![]() |
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 | ![]() |
IM_CHILD_ID | Call by reference | Type reference (TYPE) | STRING | Child ID (could be redefined) | 20041206 | ||
2 | ![]() |
IM_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20041206 | ||
3 | ![]() |
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 | ![]() |
IM_RESOURCE | Call by reference | Object reference (TYPE REF TO) | CL_RCM_WEBDAV_RESOURCE | RCM WebDAV resource (abstract) | 20041206 | ||
2 | ![]() |
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 | ![]() |
IM_CHILD_NAME | Call by reference | Type reference (TYPE) | STRING | Child resource name | 20041206 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 |