SAP ABAP Class CL_NWECM_PLA_PROPERTIES_MAN (ECMI: Properties Access Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ECM-ABA (Application Component) ECM ABAP Stack
⤷
S_NWECM_STORE (Package) ECMI: Store DB Access
⤷
⤷
Properties
| Class | CL_NWECM_PLA_PROPERTIES_MAN | |
| Short Description | ECMI: Properties Access Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_NWECM_STORE | ECMI: Store DB Access |
| Created | 20090504 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_NWECM_PLA_PROPERTIES_MAN has no forward declaration.
Interfaces
Class CL_NWECM_PLA_PROPERTIES_MAN has no interface implemented.
Friends
Class CL_NWECM_PLA_PROPERTIES_MAN has no friend class.
Attributes
Class CL_NWECM_PLA_PROPERTIES_MAN has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Adds new properties after importing new prop defs | 20110215 | |
| 2 | Static method | Public | Method | Delete named properties | 20090504 | |
| 3 | Static method | Public | Method | Gets all or named properties | 20090504 | |
| 4 | Static method | Public | Method | Gets a single property | 20090504 | |
| 5 | Static method | Public | Method | Gets all values of a single property | 20090504 | |
| 6 | Static method | Public | Method | Gets all values of several properties | 20110118 | |
| 7 | Static method | Public | Method | Creates or modifies properties | 20090504 |
Events
Class CL_NWECM_PLA_PROPERTIES_MAN has no event.
Types
Class CL_NWECM_PLA_PROPERTIES_MAN has no local type.
Method Signatures
Method ADAPT_MODEL_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NODE_TYPE_ID | Call by reference | Type reference (TYPE) | NWECM_T_PLA_IDS | Table of Sysuuid_x16 | 20110215 | |||
| 2 | IT_PROPERTY_DEFS | Call by reference | Type reference (TYPE) | NWECM_T_PLA_PROPERTY_DEF | Table of Property Definitions | 20110215 | |||
| 3 | IV_REPOSITORY_ID | Call by reference | Type reference (TYPE) | SYSUUID_X16 | 16 Byte UUID in 16 Bytes (Raw Format) | 20110215 |
Method ADAPT_MODEL_PROPERTIES on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
Method DELETE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | NWECM_T_PLA_NAME | Property names | 20090504 | |||
| 2 | IV_OWNER_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Owner UUID | 20090504 | |||
| 3 | IV_OWNER_TYPE | Value transfer | Type reference (TYPE) | NWECM_PLA_ENUM | Owner type | 20090504 | |||
| 4 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 |
Method DELETE_PROPERTIES on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | NWECM_T_PLA_NAME | Names of properties | 20090504 | |||
| 2 | IV_OWNER_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Owner UUID | 20090504 | |||
| 3 | IV_OWNER_TYPE | Value transfer | Type reference (TYPE) | NWECM_PLA_ENUM | Owner type | 20090504 | |||
| 4 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 5 | RT_PROPERTIES | Value transfer | Type reference (TYPE) | NWECM_T_PLA_PROPERTY | Attributes of properties | 20090504 |
Method GET_PROPERTIES on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
Method GET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NAME | Value transfer | Type reference (TYPE) | NWECM_S_PLA_NAME | NW ECM: Name from Store | 20090504 | |||
| 2 | IV_OWNER_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Owner UUID | 20090504 | |||
| 3 | IV_OWNER_TYPE | Value transfer | Type reference (TYPE) | NWECM_PLA_ENUM | Owner type | 20090504 | |||
| 4 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 5 | RS_PROPERTY | Value transfer | Type reference (TYPE) | NWECM_S_PLA_PROPERTY | Property attributes | 20090504 |
Method GET_PROPERTY on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
Method GET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROPERTY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Property UUID | 20090504 | |||
| 2 | RT_VALUES | Value transfer | Type reference (TYPE) | NWECM_T_PLA_PROPERTY_VALUE | Property values | 20090504 |
Method GET_VALUES on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
Method GET_VALUES_FOR_PROPERTIES 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_PLA_PROPERTY | 20110118 | ||||
| 2 | RT_VALUES | Value transfer | Type reference (TYPE) | NWECM_T_PLA_PROPERTIES_VALUE | 20110118 |
Method GET_VALUES_FOR_PROPERTIES on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
Method SET_PROPERTIES 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_PLA_VALUED_PROPERTY | Properties | 20090504 | |||
| 2 | IV_OWNER_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Owner UUID | 20090504 | |||
| 3 | IV_OWNER_TYPE | Value transfer | Type reference (TYPE) | NWECM_PLA_ENUM | Owner type | 20090504 | |||
| 4 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 |
Method SET_PROPERTIES on class CL_NWECM_PLA_PROPERTIES_MAN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |