SAP ABAP Class CL_CMIS10_NODE_TYPE_SRV (CMIS Node Type Service)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ECM-ABA (Application Component) ECM ABAP Stack
     S_NWECM_CONNECTOR_CMIS_1_0 (Package) CMIS Connector Version 1.0
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_NWECM_NODE_TYPE_SERVICE ECMI: Node Type Service 20100518
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_NWECM_SUBSERVICE ECMI: Basic Connector Service Interface 20100518
Properties
Class CL_CMIS10_NODE_TYPE_SRV  
Short Description CMIS Node Type Service    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_NWECM_CONNECTOR_CMIS_1_0   CMIS Connector Version 1.0 
Created 20100518   SAP 
Last change 20130531   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)
2 NEMCM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_NWECM_NODE_TYPE_SERVICE ECMI: Node Type Service 20100518
2 IF_NWECM_SUBSERVICE ECMI: Basic Connector Service Interface 20100518
Friends
Class CL_CMIS10_NODE_TYPE_SRV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ST_PROPERTY_MAPPING Static Attribute Private See coding 20101022
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20101022
2 CONVERT_CMIS_PROPDEF_INTO_ECM Static method Public Method Convert a CMIS property def into a ECM Property def 20101021
3 CONVERT_CMIS_TYPES_INTO_ECM Static method Private Method Convert a CMIS type def into a ECM type def 20101021
4 GET_CMIS_PROPERTY_DEF Static method Public Method returns the cmis property definition 20101022
5 GET_CMIS_PROP_ID Static method Public Method maps a cmis property name to ecm name 20101022
6 GET_CMIS_TYPE_DEF Static method Public Method returns the cmis property definition 20101022
7 GET_CMIS_TYPE_ID Static method Public Method maps a cmis property name to ecm name 20101022
8 GET_ECM_PROP_NAME Static method Public Method maps a cmis property name to ecm name 20101022
9 GET_ECM_TYPE_NAME Static method Public Method maps a cmis type id to a ecm name 20101022
10 GET_NODE_TYPE Static method Public Method get node types 20101022
11 GET_NODE_TYPES Static method Public Method get node types 20101022
Events
Class CL_CMIS10_NODE_TYPE_SRV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PROPERTY_MAPPING Private See coding 20101022 BEGIN OF property_mapping, cmis_id TYPE string, ecm_name TYPE string, ecm_namespace type string, END OF property_mapping
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CMIS10_NODE_TYPE_SRV has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CMIS10_NODE_TYPE_SRV has no exception.

Method CONVERT_CMIS_PROPDEF_INTO_ECM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION_INFO Call by reference Object reference (TYPE REF TO) CL_CMIS10_SESSION_INFO Simple ECM connector session implementation 20101107
2 Importing IS_CMIS_PROPERTY_DEF Call by reference Type reference (TYPE) CM10_CMIS_TYPE_DEFINITION_TYP1 Proxy Structure (generated) 20101021
3 Importing IV_TYPE_ID Call by reference Type reference (TYPE) STRING CMIS Type Id 20101107
4 Returning RS_ECM_PROPERTY_DEF Value transfer Type reference (TYPE) NWECM_S_PROPERTYDEF_INFO Property Definition Info Structure 20101021
# Exception Resumable Description Created on
1 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101021

Method CONVERT_CMIS_TYPES_INTO_ECM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION_INFO Call by reference Object reference (TYPE REF TO) CL_CMIS10_SESSION_INFO Session Info 20101021
2 Importing IS_CMIS_NODE_TYPE Call by reference Type reference (TYPE) CM10_CMIS_TYPE_DEFINITION_TYPE Proxy Structure (generated) 20101021
3 Exporting RV_NTI Call by reference Type reference (TYPE) NWECM_S_NODETYPEDEF_INFO Node Type Info Structure 20101021
# Exception Resumable Description Created on
1 CX_NWECM_NODE_TYPE_NOT_FOUND ECMI: Node Type Not Found Exception 20101021
2 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101021

Method GET_CMIS_PROPERTY_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION_INFO Call by reference Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO ECMI: Session Info for User and Workspace Identification 20101022
2 Importing IV_PROPERTY_ID Call by reference Type reference (TYPE) STRING ID of the property 20101022
3 Importing IV_TYPE_ID Call by reference Type reference (TYPE) STRING ID of the Type 20101022
4 Returning RV_TYPE Value transfer Type reference (TYPE) CM10_CMIS_TYPE_DEFINITION_TYP1 Proxy Structure (generated) 20101022
# Exception Resumable Description Created on
1 CX_CMIS10_PROP_DEF_NOT_FOUND Property Definition not found 20101022
2 CX_NWECM_NODE_TYPE_NOT_FOUND ECMI: Node Type Not Found Exception 20101022
3 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101022

Method GET_CMIS_PROP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ID Value transfer Type reference (TYPE) STRING ECMI: Namespace-Qualified Names 20101022
2 Importing IR_NAME Call by reference Object reference (TYPE REF TO) CL_NWECM_NAME Proxy Structure (generated) 20101022
3 Importing IR_TYPE_NAME Call by reference Object reference (TYPE REF TO) CL_NWECM_NAME ECMI: Namespace-Qualified Names 20101107
4 Importing IV_REPOSITORY_ID Call by reference Type reference (TYPE) STRING Repository Id 20101107

Method GET_CMIS_PROP_ID on class CL_CMIS10_NODE_TYPE_SRV has no exception.

Method GET_CMIS_TYPE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION_INFO Call by reference Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO ECMI: Session Info for User and Workspace Identification 20101022
2 Importing IV_TYPE_ID Call by reference Type reference (TYPE) STRING ID of the Type 20101022
3 Returning RV_TYPE Value transfer Type reference (TYPE) CM10_CMIS_TYPE_DEFINITION_TYPE Proxy Structure (generated) 20101022
# Exception Resumable Description Created on
1 CX_CMIS10_PROP_DEF_NOT_FOUND Property Definition not found 20101022
2 CX_NWECM_NODE_TYPE_NOT_FOUND ECMI: Node Type Not Found Exception 20101022
3 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101022

Method GET_CMIS_TYPE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ID Value transfer Type reference (TYPE) STRING ECMI: Namespace-Qualified Names 20101022
2 Importing IR_NAME Call by reference Object reference (TYPE REF TO) CL_NWECM_NAME Proxy Structure (generated) 20101022
3 Importing IV_REPOSITORY_ID Call by reference Type reference (TYPE) STRING Repository Id 20101107

Method GET_CMIS_TYPE_ID on class CL_CMIS10_NODE_TYPE_SRV has no exception.

Method GET_ECM_PROP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_NAME Value transfer Object reference (TYPE REF TO) CL_NWECM_NAME ECMI: Namespace-Qualified Names 20101022
2 Importing IV_ID Call by reference Type reference (TYPE) STRING Proxy Structure (generated) 20101022
3 Importing IV_REPOSITORY_ID Call by reference Type reference (TYPE) STRING 20101107
4 Importing IV_TYPE_ID Call by reference Type reference (TYPE) STRING 20101107

Method GET_ECM_PROP_NAME on class CL_CMIS10_NODE_TYPE_SRV has no exception.

Method GET_ECM_TYPE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_NAME Value transfer Object reference (TYPE REF TO) CL_NWECM_NAME ECMI: Namespace-Qualified Names 20101022
2 Importing IV_ID Call by reference Type reference (TYPE) STRING Proxy Structure (generated) 20101022
3 Importing IV_REPOSITORY_ID Call by reference Type reference (TYPE) STRING 20101107

Method GET_ECM_TYPE_NAME on class CL_CMIS10_NODE_TYPE_SRV has no exception.

Method GET_NODE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION_INFO Call by reference Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO 20101022
2 Importing IR_NAME Call by reference Object reference (TYPE REF TO) CL_NWECM_NAME Table of names 20101022
3 Importing IV_INCLUDE_PROPDEFS Call by reference Type reference (TYPE) ABAP_BOOL 20101022
4 Returning RS_NODETYPE_INFO Value transfer Type reference (TYPE) NWECM_S_NODETYPEDEF_INFO Table of node type info objects 20101022
# Exception Resumable Description Created on
1 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101022

Method GET_NODE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION_INFO Call by reference Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO 20101022
2 Importing IT_NODETYPE_NAMES Call by reference Type reference (TYPE) NWECM_T_NAME Table of names 20101022
3 Importing IV_INCLUDE_PROPDEFS Call by reference Type reference (TYPE) ABAP_BOOL 20101022
4 Returning RT_NODETYPE_INFOS Value transfer Type reference (TYPE) NWECM_T_NODETYPEDEF_INFO Table of node type info objects 20101022
# Exception Resumable Description Created on
1 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101022
History
Last changed by/on SAP  20130531 
SAP Release Created in 703