SAP ABAP Class CL_NWECM_SESSION (ECMI: Session 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_SESSION | ECMI: Isolated Session to Access Repository | 20080609 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090827 |
Properties
| Class | CL_NWECM_SESSION | |
| Short Description | ECMI: Session 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 | 20080609 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_NWECM_SESSION | ECMI: Isolated Session to Access Repository | 20080609 | ||
| 2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090827 |
Friends
Class CL_NWECM_SESSION has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110126 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20080609 | |
| 3 | Instance method | Public | Method | 20101124 | ||
| 4 | Instance method | Public | Method | Gets the content cache associated with this session | 20090908 | |
| 5 | Instance method | Public | Method | Gets the session info associated with this session | 20081113 | |
| 6 | Instance method | Public | Method | Gets the node cache associated with this session | 20081113 | |
| 7 | Instance method | Public | Method | 20101129 | ||
| 8 | Instance method | Public | Method | Gets the property cache associated with this session | 20081202 | |
| 9 | Instance method | Public | Method | 20101124 | ||
| 10 | Instance method | Public | Method | Gets the virus scanner profile of this session | 20111117 | |
| 11 | Instance method | Public | Method | Checks whether this session holds pending transient changes | 20090812 | |
| 12 | Instance method | Public | Method | Gets the next local node number | 20090820 | |
| 13 | Instance method | Private | Method | 20101019 |
Events
Class CL_NWECM_SESSION has no event.
Types
Class CL_NWECM_SESSION has no local type.
Method Signatures
Method CHECK_PERMISSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_NWECM_NODE | 20110126 | ||||
| 2 | IV_PRIVILEGE | Call by reference | Type reference (TYPE) | STRING | 20110126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110126 |
Method CONSTRUCTOR 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 | 20101124 | |||
| 2 | IO_CREDENTIALS | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_CREDENTIALS | NW ECM: Credentials | 20080728 | |||
| 3 | IO_REPOSITORY | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_REPOSITORY | 20090831 | ||||
| 4 | IO_REP_NAME | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NAME | ECMI: Namespace-Qualified Names | 20101124 | |||
| 5 | IO_SERVICE | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_REPOSITORY_SERVICE | 20080728 | ||||
| 6 | IO_STD_STORAGE_CLASS | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_STORAGE_CLASS | CL_NWECM_STORAGE_CLASS=>SC_CLASS_PERSISTENT | Standard node or relation storage class | 20090812 | ||
| 7 | IV_SCAN_PROFILE | Value transfer | Type reference (TYPE) | STRING | Name of virus scanner profile | 20111117 | |||
| 8 | IV_WORKSPACE_NAME | Value transfer | Type reference (TYPE) | STRING | 20080728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | NW ECM: Credentials Exception | 20080728 | ||
| 2 | NW ECM: Credentials Invalid Exception | 20081031 | ||
| 3 | NW ECM: Workspace Not Available | 20080728 | ||
| 4 | NW ECM: Repository Exception | 20080728 |
Method GET_APP_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NAME | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NAME | ECMI: Namespace-Qualified Names | 20101124 |
Method GET_APP_NAME on class CL_NWECM_SESSION has no exception.
Method GET_BINARY_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_BINARY_CACHE | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_BINARY_CACHE | 20090908 |
Method GET_BINARY_CACHE on class CL_NWECM_SESSION has no exception.
Method GET_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SESSION_INFO | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_SESSION_INFO | Session info associated with this session | 20081113 |
Method GET_INFO on class CL_NWECM_SESSION has no exception.
Method GET_NODE_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE_CACHE | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NODE_CACHE | Node cache associated with this session | 20081113 |
Method GET_NODE_CACHE on class CL_NWECM_SESSION has no exception.
Method GET_NODE_TYPE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NTM | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NODE_TYPE_MANAGER | ECMI: Node Type Manager Implementation | 20101129 |
Method GET_NODE_TYPE_MANAGER on class CL_NWECM_SESSION has no exception.
Method GET_PROPERTY_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROPERTY_CACHE | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_PROPERTY_CACHE | 20081202 |
Method GET_PROPERTY_CACHE on class CL_NWECM_SESSION has no exception.
Method GET_REP_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NAME | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_NAME | ECMI: Namespace-Qualified Names | 20101124 |
Method GET_REP_NAME on class CL_NWECM_SESSION has no exception.
Method GET_SCAN_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SCAN_PROFILE | Value transfer | Type reference (TYPE) | STRING | 20111117 |
Method GET_SCAN_PROFILE on class CL_NWECM_SESSION has no exception.
Method HAS_TRANSIENT_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HOLDS_TRANSIENT_CHANGES | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE iff this session holds pending transient changes | 20090812 |
Method HAS_TRANSIENT_CHANGES on class CL_NWECM_SESSION has no exception.
Method NEXT_LOCAL_NODE_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NUMBER | Value transfer | Type reference (TYPE) | I | 20090820 |
Method NEXT_LOCAL_NODE_NUMBER on class CL_NWECM_SESSION has no exception.
Method VALIDATE_SESSION Signature
Method VALIDATE_SESSION on class CL_NWECM_SESSION has no parameter.
Method VALIDATE_SESSION on class CL_NWECM_SESSION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |