SAP ABAP Class CL_NWECM_PLA_CONTENT_MAN (ECMI: Content 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_CONTENT_MAN | |
| Short Description | ECMI: Content 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_CONTENT_MAN has no forward declaration.
Interfaces
Class CL_NWECM_PLA_CONTENT_MAN has no interface implemented.
Friends
Class CL_NWECM_PLA_CONTENT_MAN has no friend class.
Attributes
Class CL_NWECM_PLA_CONTENT_MAN has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Checks the existence of the content category | 20090630 | |
| 2 | Static method | Public | Method | 20090504 | ||
| 3 | Static method | Public | Method | 20090504 | ||
| 4 | Static method | Public | Method | Copy the Content from the given Document ID | 20090504 | |
| 5 | Static method | Public | Method | Creates the Content with the given Document ID | 20090504 | |
| 6 | Static method | Public | Method | Deletes the Content with the given Document ID | 20090504 | |
| 7 | Static method | Public | Method | Reads the Content from the given Document ID | 20090504 | |
| 8 | Static method | Public | Method | Reads the Content from the given Document ID | 20090504 | |
| 9 | Static method | Public | Method | Gets the Content ID from the given Node ID | 20090504 | |
| 10 | Static method | Private | Method | Gets the Content Repository from the given Repository ID | 20090504 | |
| 11 | Static method | Public | Method | Updates the Content from the given Document ID | 20090504 |
Events
Class CL_NWECM_PLA_CONTENT_MAN has no event.
Types
Class CL_NWECM_PLA_CONTENT_MAN has no local type.
Method Signatures
Method CHECK_CONTENT_REPOSITORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_REPOSITORY | Call by reference | Type reference (TYPE) | CHAR10 | Character Field Length = 10 | 20090630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | NW ECM: Item not found | 20090630 |
Method CONVERT_C32_TO_X16 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Value transfer | Type reference (TYPE) | C | 20090504 | ||||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 |
Method CONVERT_C32_TO_X16 on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method CONVERT_X16_TO_C32 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | STRING | 20090504 |
Method CONVERT_X16_TO_C32 on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method COPY_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 | |||
| 2 | IV_SOURCE_FILE_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 3 | RV_CONTENT_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Target Content ID | 20090504 |
Method COPY_CONTENT on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method CREATE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | Content | 20090504 | |||
| 2 | IV_MIME_TYPE | Value transfer | Type reference (TYPE) | STRING | Mimetype | 20090504 | |||
| 3 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 | |||
| 4 | RS_CONTENT_ATTRIBUTES | Value transfer | Type reference (TYPE) | NWECM_S_PLA_CONTENT_ATS | 20090716 |
Method CREATE_CONTENT on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method DELETE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILE_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 2 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 |
Method DELETE_CONTENT on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 2 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 | |||
| 3 | RV_CONTENT | Value transfer | Type reference (TYPE) | XSTRING | Content as XSTRING | 20090504 |
Method GET_CONTENT on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method GET_CONTENT_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILE_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | File UUID | 20090504 | |||
| 2 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 | |||
| 3 | RS_CONTENT_ATTRIBUTES | Value transfer | Type reference (TYPE) | NWECM_S_PLA_CONTENT_ATS | Content attributes | 20090504 |
Method GET_CONTENT_ATTRIBUTES on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method GET_CONTENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILE_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090504 | ||||
| 2 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 20090811 | ||||
| 3 | RV_CONTENT_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 16 Byte UUID in 16 Bytes (Raw Format) | 20090504 |
Method GET_CONTENT_ID on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method GET_CONTENT_REPOSITORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | 16 Byte UUID in 16 Bytes (Raw Format) | 20090504 | |||
| 2 | RV_CONTENT_REPOSITORY | Value transfer | Type reference (TYPE) | SDOK_STCAT | Character Field Length = 10 | 20090504 |
Method GET_CONTENT_REPOSITORY on class CL_NWECM_PLA_CONTENT_MAN has no exception.
Method UPDATE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | Content | 20090504 | |||
| 2 | IV_FILE_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | File UUID | 20090504 | |||
| 3 | IV_MIME_TYPE | Value transfer | Type reference (TYPE) | STRING | Mimetype | 20090504 | |||
| 4 | IV_REPOSITORY_ID | Value transfer | Type reference (TYPE) | SYSUUID_X16 | Repository UUID | 20090504 | |||
| 5 | RS_CONTENT_ATTRIBUTES | Value transfer | Type reference (TYPE) | NWECM_S_PLA_CONTENT_ATS | 20090716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | NW ECM: Item not found | 20090617 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |