SAP ABAP Class IF_NWECM_SESSION (ECMI: Isolated Session to Access Repository)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_SESSION | ECMI: Session Implementation | 20080609 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_SESSION_AWR | ECMI: Session API Firewall Wrapper | 20080722 |
Properties
Class | IF_NWECM_SESSION | |
Short Description | ECMI: Isolated Session to Access Repository | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080529 | SAP |
Last change | 20110908 | 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
Class IF_NWECM_SESSION has no interface implemented.
Friends
Class IF_NWECM_SESSION has no friend class.
Attributes
Class IF_NWECM_SESSION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds the specified lock token to the session | 20081120 |
2 | ![]() |
Instance method | Public | Method | Returns a list of all locks owned by this session | 20081120 |
3 | ![]() |
Instance method | Public | Method | Returns a list of all lock tokens held by this session | 20081120 |
4 | ![]() |
Instance method | Public | Method | Gets the node type manager corresponding to this session | 20090401 |
5 | ![]() |
Instance method | Public | Method | Returns the repository the session is associated with | 20090831 |
6 | ![]() |
Instance method | Public | Method | Gets the standard storage class of this session | 20090812 |
7 | ![]() |
Instance method | Public | Method | Gets the workspace corresponding to this session | 20080721 |
8 | ![]() |
Instance method | Public | Method | Ends this session | 20080721 |
9 | ![]() |
Instance method | Public | Method | Forces this session to discard cached nodes | 20081119 |
10 | ![]() |
Instance method | Public | Method | Removes the specified lock token from the session | 20081120 |
Events
Class IF_NWECM_SESSION has no event.
Types
Class IF_NWECM_SESSION has no local type.
Method Signatures
Method ADD_LOCK_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOCK_TOKEN | Value transfer | Type reference (TYPE) | STRING | 20081120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081120 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081120 | |
3 | ![]() |
20081120 | ||
4 | ![]() |
20090401 | ||
5 | ![]() |
NW ECM: Repository Exception | 20081120 | |
6 | ![]() |
NW ECM: Unsupported Repository Operation Exception | 20081120 |
Method GET_LOCKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_LOCKS | Value transfer | Type reference (TYPE) | NWECM_T_LOCK | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Repository Exception | 20081120 | |
2 | ![]() |
NW ECM: Unsupported Repository Operation Exception | 20081120 |
Method GET_LOCK_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_LOCK_TOKENS | Value transfer | Type reference (TYPE) | NWECM_T_STRING | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Repository Exception | 20081120 | |
2 | ![]() |
NW ECM: Unsupported Repository Operation Exception | 20081120 |
Method GET_NODE_TYPE_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_NODE_TYPE_MANAGER | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_NODE_TYPE_MANAGER | NW ECM: Node Type Manager to support ECM Model | 20090401 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Repository Exception | 20090401 |
Method GET_REPOSITORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_REPOSITORY | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_REPOSITORY | 20090831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090831 |
Method GET_STD_STORAGE_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CLASS | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_STORAGE_CLASS | Standard node or relation storage class of this session | 20090812 |
Method GET_STD_STORAGE_CLASS on class IF_NWECM_SESSION has no exception.
Method GET_WORKSPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_WORKSPACE | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_WORKSPACE | represents a "view" of an actual repository | 20080721 |
Method GET_WORKSPACE on class IF_NWECM_SESSION has no exception.
Method LOGOUT Signature
Method LOGOUT on class IF_NWECM_SESSION has no parameter.
Method LOGOUT on class IF_NWECM_SESSION has no exception.
Method REFRESH Signature
Method REFRESH on class IF_NWECM_SESSION has no parameter.
Method REFRESH on class IF_NWECM_SESSION has no exception.
Method REMOVE_LOCK_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOCK_TOKEN | Value transfer | Type reference (TYPE) | STRING | 20081120 | |||
2 | ![]() |
RV_LOCK_TOKEN_REMOVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Repository Exception | 20081120 | |
2 | ![]() |
NW ECM: Unsupported Repository Operation Exception | 20081120 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |