SAP ABAP Class IF_NWECM_W_HIERARCHY_SERVICE (ECMI: Hierarchy service for write operations)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_NWECM_SUBSERVICE ECMI: Basic Connector Service Interface 20080924
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
Class IF_NWECM_W_HIERARCHY_SERVICE  
Short Description ECMI: Hierarchy service for write operations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080924   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_NWECM_W_HIERARCHY_SERVICE has no interface implemented.
Friends
Class IF_NWECM_W_HIERARCHY_SERVICE has no friend class.
Attributes
Class IF_NWECM_W_HIERARCHY_SERVICE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COPY_NODE Instance method Public Method To copy the node object in target folder 20081203
2 CREATE_FILE Instance method Public Method Creates a new file inside the given folder 20081015
3 CREATE_FOLDER Instance method Public Method Creates a new folder inside the given folder 20080924
4 MOVE_NODE Instance method Public Method 20081203
Events
Class IF_NWECM_W_HIERARCHY_SERVICE has no event.
Types
Class 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 Importing IO_SESSION_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO Session Object for the connector call 20081203
2 Importing IO_SOURCE_NODE_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_NODE_INFO node object to be copied 20081203
3 Importing 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 Importing IV_NEW_NAME Value transfer Type reference (TYPE) STRING new name of the node object in target folder 20081203
5 Importing IV_OVERWRITE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE indicates if the node object is to be replaced in target 20081203
6 Returning RV_ID Value transfer Type reference (TYPE) STRING ID of node object 20081203
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_DENIED 20081203
2 CX_NWECM_CONSTRAINT_VIOLATION NW ECM: Constraint Violation 20090513
3 CX_NWECM_INVALID_STATE 20081203
4 CX_NWECM_ITEM_EXISTS 20081203
5 CX_NWECM_LOCK 20081203
6 CX_NWECM_REPOSITORY 20081203

Method CREATE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing IO_SESSION_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO Session information 20081015
3 Importing IT_PROPERTIES Call by reference Type reference (TYPE) NWECM_T_PROPERTY_HOLDER Table of property info type 20081015
4 Importing IV_CONTENT Call by reference Type reference (TYPE) XSTRING The content as xstring 20081015
5 Importing IV_MIME_TYPE Value transfer Type reference (TYPE) STRING 20081015
6 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20081203
7 Importing IV_SIZE Value transfer Type reference (TYPE) NWECM_LONG Lenght of a file in bytes 20081015
8 Returning 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 CX_NWECM_ACCESS_DENIED If the session lacks the privilege for this operation 20081015
2 CX_NWECM_CONSTRAINT_VIOLATION NW ECM: Constraint Violation 20090513
3 CX_NWECM_INVALID_STATE If the given parent folder does not exist (anymore) 20081015
4 CX_NWECM_ITEM_EXISTS If the desired new filename already exists 20081015
5 CX_NWECM_LOCK If a lock prevents the creation of a new file 20081015
6 CX_NWECM_REPOSITORY 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 Importing IO_PARENT_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_FOLDER_INFO The parent folder of the new folder 20081007
2 Importing IO_SESSION_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO Session information 20080924
3 Importing IT_PROPERTIES Call by reference Type reference (TYPE) NWECM_T_PROPERTY_HOLDER Table of property info type 20080924
4 Importing IV_NAME Value transfer Type reference (TYPE) STRING 20081203
5 Returning 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 CX_NWECM_ACCESS_DENIED If the session lacks the privilege for this operation 20080924
2 CX_NWECM_CONSTRAINT_VIOLATION NW ECM: Constraint Violation 20090513
3 CX_NWECM_INVALID_STATE If the given parent folder does not exist (anymore) 20081008
4 CX_NWECM_ITEM_EXISTS If the desired new foldername already exists 20080924
5 CX_NWECM_LOCK If a lock prevents the creation of a new folder 20080924
6 CX_NWECM_REPOSITORY 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 Importing IO_SESSION_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO 20081203
2 Importing IO_SOURCE_NODE_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_NODE_INFO 20081203
3 Importing IO_TARGET_FOLDER_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_FOLDER_INFO 20081203
4 Importing IV_NEW_NAME Value transfer Type reference (TYPE) STRING 20081203
5 Importing IV_OVERWRITE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081203
6 Returning RV_ID Value transfer Type reference (TYPE) STRING 20081203
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_DENIED 20081203
2 CX_NWECM_CONSTRAINT_VIOLATION NW ECM: Constraint Violation 20090513
3 CX_NWECM_INVALID_STATE 20081203
4 CX_NWECM_ITEM_EXISTS 20081203
5 CX_NWECM_LOCK 20081203
6 CX_NWECM_REPOSITORY 20081203
History
Last changed by/on SAP  20110908 
SAP Release Created in