/AWS1/CL_WDXRESOURCEMETADATA¶
Describes the metadata of a resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/WDXRESOURCETYPE /AWS1/WDXRESOURCETYPE¶
The type of resource.
iv_name TYPE /AWS1/WDXRESOURCENAMETYPE /AWS1/WDXRESOURCENAMETYPE¶
The name of the resource.
iv_originalname TYPE /AWS1/WDXRESOURCENAMETYPE /AWS1/WDXRESOURCENAMETYPE¶
The original name of the resource before a rename operation.
iv_id TYPE /AWS1/WDXRESOURCEIDTYPE /AWS1/WDXRESOURCEIDTYPE¶
The ID of the resource.
iv_versionid TYPE /AWS1/WDXDOCUMENTVERSIONIDTYPE /AWS1/WDXDOCUMENTVERSIONIDTYPE¶
The version ID of the resource. This is an optional field and is filled for action on document version.
io_owner TYPE REF TO /AWS1/CL_WDXUSERMETADATA /AWS1/CL_WDXUSERMETADATA¶
The owner of the resource.
iv_parentid TYPE /AWS1/WDXRESOURCEIDTYPE /AWS1/WDXRESOURCEIDTYPE¶
The parent ID of the resource before a rename operation.
Queryable Attributes¶
Type¶
The type of resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Name¶
The name of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
OriginalName¶
The original name of the resource before a rename operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORIGINALNAME() |
Getter for ORIGINALNAME, with configurable default |
ASK_ORIGINALNAME() |
Getter for ORIGINALNAME w/ exceptions if field has no value |
HAS_ORIGINALNAME() |
Determine if ORIGINALNAME has a value |
Id¶
The ID of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
VersionId¶
The version ID of the resource. This is an optional field and is filled for action on document version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
Owner¶
The owner of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER |
ParentId¶
The parent ID of the resource before a rename operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENTID() |
Getter for PARENTID, with configurable default |
ASK_PARENTID() |
Getter for PARENTID w/ exceptions if field has no value |
HAS_PARENTID() |
Determine if PARENTID has a value |