SAP ABAP Class IF_NWECM_LOCKABLE (ECMI: Lockable)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_LOCKABLE | Lockable runtime implementation | 20081119 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_LOCKABLE_AWR | API Firewall implementation of Lockable | 20081119 |
Properties
Class | IF_NWECM_LOCKABLE | |
Short Description | ECMI: Lockable | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20081114 | 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_LOCKABLE has no interface implemented.
Friends
Class IF_NWECM_LOCKABLE has no friend class.
Attributes
Class IF_NWECM_LOCKABLE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the locks held by this node | 20081114 |
2 | ![]() |
Instance method | Public | Method | Returns the locks applying to this node | 20081114 |
3 | ![]() |
Instance method | Public | Method | Returns true if this node holds a look | 20081114 |
4 | ![]() |
Instance method | Public | Method | Returns true if this node is looked or a deep lock exists | 20081114 |
5 | ![]() |
Instance method | Public | Method | Returns true if the node is locked by the current user | 20081114 |
6 | ![]() |
Instance method | Public | Method | Locks the node and adds the lock token to the session | 20081114 |
7 | ![]() |
Instance method | Public | Method | Removes all locks owned by the session from the node | 20081114 |
8 | ![]() |
Instance method | Public | Method | Removes all locks which are owned by the user from the node | 20081114 |
Events
Class IF_NWECM_LOCKABLE has no event.
Types
Class IF_NWECM_LOCKABLE has no local type.
Method Signatures
Method GET_HELD_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 | List of Locks | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Repository Exception | 20081114 |
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 | List of locks | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Repository Exception | 20081114 |
Method HOLDS_LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HOLDS_LOCK | Value transfer | Type reference (TYPE) | ABAP_BOOL | Return 'X' if the node carries a lock | 20081114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Repository Exception | 20081114 |
Method IS_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_LOCKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Returns 'X' if the node is locked | 20081114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Repository Exception | 20081114 |
Method IS_LOCKED_BY_ME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_LOCKED_BY_ME | Value transfer | Type reference (TYPE) | ABAP_BOOL | Returns 'X' if the node is locked by the actual session | 20081114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Repository Exception | 20081114 |
Method LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_LOCK_PROPERTIES | Value transfer | Object reference (TYPE REF TO) | CL_NWECM_LOCK_PROPERTIES | NW ECM: Lock Properties | 20081114 | ||
2 | ![]() |
RO_LOCK | Value transfer | Object reference (TYPE REF TO) | IF_NWECM_LOCK | NW ECM: Lock Interface | 20081118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Constraint Violation | 20081114 | |
3 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
4 | ![]() |
NW ECM: Lock Exception | 20081114 | |
5 | ![]() |
NW ECM: Repository Exception | 20081114 | |
6 | ![]() |
NW ECM: Unsupported Repository Operation Exception | 20081114 |
Method UNLOCK Signature
Method UNLOCK on class IF_NWECM_LOCKABLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Lock Exception | 20081114 | |
4 | ![]() |
NW ECM: Repository Exception | 20081114 |
Method UNLOCK_USER_LOCKS Signature
Method UNLOCK_USER_LOCKS on class IF_NWECM_LOCKABLE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
NW ECM: Access Denied Exception | 20081114 | |
2 | ![]() |
NW ECM: Invalid State Exception | 20081114 | |
3 | ![]() |
NW ECM: Lock Exception | 20081114 | |
4 | ![]() |
NW ECM: Repository Exception | 20081114 | |
5 | ![]() |
NW ECM: Unsupported Repository Operation Exception | 20081114 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |