SAP ABAP Interface IF_NWECM_W_HIERARCHY_SERVICE (ECMI: Hierarchy service for write operations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
⤷
S_NWECM_SPI (Package) Service Provider Interface for ECMI

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CMIS10_W_HIERARCHY_SRV | Mutable Hierarchy Service | 20100531 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_PLC_W_HIERARCHY_SRV | ECMI: PL Writable Hierarchy Service Implementation | 20090504 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_WD_W_HIERARCHY | Mutable Hierarchy Service | 20090604 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_W_HIERARCHY_SRV_STUB | NW ECM: Configurable Writable Hierarchy Service Stub | 20081013 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_W_HIERARCHY_SRV_SWR | ECMI: Writable Hierarchy Service SPI Firewall Wrapper | 20080929 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRM_ECM_W_HIERARCHY_SERVICE | SRM_ECM : RM connector for ECM write operations | 20090317 |
Properties
Interface | IF_NWECM_W_HIERARCHY_SERVICE | |
Short Description | ECMI: Hierarchy service for write operations |
General Data
Package | S_NWECM_SPI | Service Provider Interface for ECMI |
Created | 20080924 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_NWECM_SUBSERVICE | ECMI: Basic Connector Service Interface | 20080924 |
Friends
Interface IF_NWECM_W_HIERARCHY_SERVICE has no friend.
Attributes
Interface IF_NWECM_W_HIERARCHY_SERVICE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | To copy the node object in target folder | 20081203 |
2 | ![]() |
Instance method | Public | Method | Creates a new file inside the given folder | 20081015 |
3 | ![]() |
Instance method | Public | Method | Creates a new folder inside the given folder | 20080924 |
4 | ![]() |
Instance method | Public | Method | 20081203 |
Events
Interface IF_NWECM_W_HIERARCHY_SERVICE has no event.
Types
Interface IF_NWECM_W_HIERARCHY_SERVICE has no local type.
Method Signatures
Method COPY_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_SESSION_INFO | Session Object for the connector call | 20081203 | ||
2 | ![]() |
IO_SOURCE_NODE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE_INFO | node object to be copied | 20081203 | ||
3 | ![]() |
IO_TARGET_FOLDER_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FOLDER_INFO | folder object where node is to be copied | 20081203 | ||
4 | ![]() |
IV_NEW_NAME | Value transfer | Type reference (TYPE) | STRING | new name of the node object in target folder | 20081203 | ||
5 | ![]() |
IV_OVERWRITE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | indicates if the node object is to be replaced in target | 20081203 | |
6 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | STRING | ID of node object | 20081203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081203 | ||
2 | ![]() |
NW ECM: Constraint Violation | 20090513 | |
3 | ![]() |
20081203 | ||
4 | ![]() |
20081203 | ||
5 | ![]() |
20081203 | ||
6 | ![]() |
20081203 |
Method CREATE_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PARENT_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FOLDER_INFO | The parent folder where the new file should be created | 20081015 | ||
2 | ![]() |
IO_SESSION_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_SESSION_INFO | Session information | 20081015 | ||
3 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | NWECM_T_PROPERTY_HOLDER | Table of property info type | 20081015 | ||
4 | ![]() |
IV_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | The content as xstring | 20081015 | ||
5 | ![]() |
IV_MIME_TYPE | Value transfer | Type reference (TYPE) | STRING | 20081015 | |||
6 | ![]() |
IV_NAME | Value transfer | Type reference (TYPE) | STRING | 20081203 | |||
7 | ![]() |
IV_SIZE | Value transfer | Type reference (TYPE) | NWECM_LONG | Lenght of a file in bytes | 20081015 | ||
8 | ![]() |
RO_FILE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FILE_INFO | The newly created file | 20081015 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
If the session lacks the privilege for this operation | 20081015 | |
2 | ![]() |
NW ECM: Constraint Violation | 20090513 | |
3 | ![]() |
If the given parent folder does not exist (anymore) | 20081015 | |
4 | ![]() |
If the desired new filename already exists | 20081015 | |
5 | ![]() |
If a lock prevents the creation of a new file | 20081015 | |
6 | ![]() |
If the repository encounters an error | 20081015 |
Method CREATE_FOLDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PARENT_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FOLDER_INFO | The parent folder of the new folder | 20081007 | ||
2 | ![]() |
IO_SESSION_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_SESSION_INFO | Session information | 20080924 | ||
3 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | NWECM_T_PROPERTY_HOLDER | Table of property info type | 20080924 | ||
4 | ![]() |
IV_NAME | Value transfer | Type reference (TYPE) | STRING | 20081203 | |||
5 | ![]() |
RO_FOLDER_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FOLDER_INFO | The newly created folder | 20081007 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
If the session lacks the privilege for this operation | 20080924 | |
2 | ![]() |
NW ECM: Constraint Violation | 20090513 | |
3 | ![]() |
If the given parent folder does not exist (anymore) | 20081008 | |
4 | ![]() |
If the desired new foldername already exists | 20080924 | |
5 | ![]() |
If a lock prevents the creation of a new folder | 20080924 | |
6 | ![]() |
If the repository encounters an error | 20080924 |
Method MOVE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_SESSION_INFO | 20081203 | |||
2 | ![]() |
IO_SOURCE_NODE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE_INFO | 20081203 | |||
3 | ![]() |
IO_TARGET_FOLDER_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FOLDER_INFO | 20081203 | |||
4 | ![]() |
IV_NEW_NAME | Value transfer | Type reference (TYPE) | STRING | 20081203 | |||
5 | ![]() |
IV_OVERWRITE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081203 | ||
6 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | STRING | 20081203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081203 | ||
2 | ![]() |
NW ECM: Constraint Violation | 20090513 | |
3 | ![]() |
20081203 | ||
4 | ![]() |
20081203 | ||
5 | ![]() |
20081203 | ||
6 | ![]() |
20081203 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |