SAP ABAP Class CL_NWECM_NODE (ECMI: Node Implementation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
⤷
S_NWECM_CORE (Package) ECMI: Runtime Implementation

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_NWECM_NODE | ECMI: Generic Node | 20080610 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090827 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_NWECM_FILE | ECMI: File Implementation | 20080729 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_NWECM_FOLDER | ECMI: Folder Implementation | 20080729 |
Properties
Class | CL_NWECM_NODE | |
Short Description | ECMI: Node Implementation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_NWECM_CORE | ECMI: Runtime Implementation |
Created | 20080610 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_NWECM_NODE | ECMI: Generic Node | 20080610 | ||
2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090827 |
Friends
Class CL_NWECM_NODE has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090722 | |
2 | ![]() |
Instance method | Public | Method | Attach to service layer after de-serialization | 20090925 |
3 | ![]() |
Instance method | Public | Method | Caches the path while keeping node collection | 20090904 |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080615 |
5 | ![]() |
Instance method | Protected | Method | Converts properties from struct table to table of holders | 20081016 |
6 | ![]() |
Instance method | Private | Method | 20090827 | |
7 | ![]() |
Instance method | Private | Method | Copies a node to a target folder if one is non-PERSISTENT | 20090827 |
8 | ![]() |
Instance method | Public | Method | drops the connector node info | 20090921 |
9 | ![]() |
Instance method | Public | Method | Gets the cached path (restricted to use from the node cache) | 20090904 |
10 | ![]() |
Instance method | Public | Method | Gets the node info associated with this node | 20081113 |
11 | ![]() |
Instance method | Private | Method | Returns the path of the node bypassing cache | 20110629 |
12 | ![]() |
Instance method | Public | Method | Gets the session of this node | 20090918 |
13 | ![]() |
Instance method | Public | Method | Refreshes the node with the internal state of another one | 20081119 |
14 | ![]() |
Instance method | Private | Method | 20101201 | |
15 | ![]() |
Instance method | Private | Method | 20101201 | |
16 | ![]() |
Instance method | Protected | Method | Updates a node that has changed, for example after MOVE | 20110713 |
Events
Class CL_NWECM_NODE has no event.
Types
Class CL_NWECM_NODE has no local type.
Method Signatures
Method ADD_CONTENT_PROPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_PROP_INFOS | Call by reference | Type reference (TYPE) | NWECM_T_PROPERTY_INFO | Table of property info type | 20090722 | ||
2 | ![]() |
IT_PROP_NAMES | Call by reference | Type reference (TYPE) | NWECM_T_NAME | Table of names | 20090722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20090722 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20090722 | |
3 | ![]() |
NW ECM: Repository Exception | 20090722 |
Method ATTACH_AFTER_DESERIALIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_NWECM_REPOSITORY_SERVICE | NW ECM: Central Repository Service of Connector | 20090925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Repository Exception | 20090925 |
Method CACHE_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PATH | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_PATH | Path to be cached | 20090904 |
Method CACHE_PATH on class CL_NWECM_NODE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_NODE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE_INFO | Connector info iff node is transient or persistent | 20080728 | ||
2 | ![]() |
IO_PATH | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_PATH | 20090928 | |||
3 | ![]() |
IO_SERVICE | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_REPOSITORY_SERVICE | Used to retrieve information from the persisstence Layer | 20080728 | ||
4 | ![]() |
IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_SESSION | Session this node belongs to | 20081113 | ||
5 | ![]() |
IO_STORAGE_CLASS | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_STORAGE_CLASS | Storage class of this node | 20090812 | ||
6 | ![]() |
IV_ID | Value transfer | Type reference (TYPE) | STRING | ID of this node if not specified via connector info | 20090820 | ||
7 | ![]() |
IV_NAME | Value transfer | Type reference (TYPE) | STRING | Name of this node if not specified via connector info | 20090812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Repository Exception | 20081119 |
Method CONVERT_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APP_NAME | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NAME | ECMI: Namespace-Qualified Names | 20101126 | ||
2 | ![]() |
IO_APP_NODE_TYPE_NAME | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NAME | ECMI: Namespace-Qualified Names | 20101126 | ||
3 | ![]() |
IO_REP_NAME | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NAME | ECMI: Namespace-Qualified Names | 20101126 | ||
4 | ![]() |
IV_PROPS | Call by reference | Type reference (TYPE) | NWECM_T_NAME_VALUES | NW ECM: Table of structure NWECM_S_NAME_VALUES | 20081016 | ||
5 | ![]() |
RV_PROPS | Value transfer | Type reference (TYPE) | NWECM_T_PROPERTY_HOLDER | Table of property holder objects | 20081016 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101201 |
Method CONVERT_PROPS_TO_NAME_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | NWECM_T_PROPERTY | 20090827 | |||
2 | ![]() |
RT_NAME_VALUES | Value transfer | Type reference (TYPE) | NWECM_T_NAME_VALUES | 20090827 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090827 | ||
2 | ![]() |
20090827 |
Method COPY_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE | 20090827 | |||
2 | ![]() |
IO_STORAGE_CLASS | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_STORAGE_CLASS | 20090827 | |||
3 | ![]() |
IO_TARGET_FOLDER | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_FOLDER | 20090827 | |||
4 | ![]() |
IV_IS_ORIGINAL_CALL | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090827 | ||
5 | ![]() |
IV_NAME | Value transfer | Type reference (TYPE) | STRING | 20090827 | |||
6 | ![]() |
IV_OVERWRITE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091001 | |||
7 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | STRING | New Node ID | 20091106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090827 | ||
2 | ![]() |
20090827 | ||
3 | ![]() |
20090827 | ||
4 | ![]() |
20090827 | ||
5 | ![]() |
20090827 | ||
6 | ![]() |
20090827 | ||
7 | ![]() |
20090827 |
Method DROP_INFO Signature
Method DROP_INFO on class CL_NWECM_NODE has no parameter.
Method DROP_INFO on class CL_NWECM_NODE has no exception.
Method GET_CACHED_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_PATH | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_PATH | 20090904 |
Method GET_CACHED_PATH on class CL_NWECM_NODE has no exception.
Method GET_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_NODE_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE_INFO | 20081113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Invalid State Exception | 20090918 |
Method GET_PATH_NO_CACHE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_PATH | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_PATH | 20110629 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110629 | ||
2 | ![]() |
20110629 | ||
3 | ![]() |
20110629 |
Method GET_SESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_SESSION | NW ECM: Session Implementation | 20090918 |
Method GET_SESSION on class CL_NWECM_NODE has no exception.
Method REFRESH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE | 20081119 |
Method REFRESH on class CL_NWECM_NODE has no exception.
Method SET_PROPERTIES_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TO_BE_DELETED | Call by reference | Type reference (TYPE) | NWECM_T_NAME | 20101201 | |||
2 | ![]() |
IT_TO_BE_SET | Call by reference | Type reference (TYPE) | NWECM_T_NAME_VALUES | 20101201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101201 | ||
2 | ![]() |
20101201 | ||
3 | ![]() |
20101201 | ||
4 | ![]() |
20101201 | ||
5 | ![]() |
20101201 | ||
6 | ![]() |
20101201 |
Method SET_PROPERTIES_PERSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PROP_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_NWECM_W_PROPERTY_SERVICE | 20101201 | |||
2 | ![]() |
IT_TO_BE_DELETED | Call by reference | Type reference (TYPE) | NWECM_T_NAME | 20101201 | |||
3 | ![]() |
IT_TO_BE_SET | Call by reference | Type reference (TYPE) | NWECM_T_NAME_VALUES | 20101201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101201 | ||
2 | ![]() |
20101201 | ||
3 | ![]() |
20101201 | ||
4 | ![]() |
20101201 | ||
5 | ![]() |
20101201 | ||
6 | ![]() |
20101201 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TEMPLATE | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE | ECMI: Generic Node | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ECMI: Invalid State Exception | 20110713 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |