/AWS1/CL_WDXRESPONSEITEM¶
List of Documents, Folders, Comments, and Document Versions matching the query.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/WDXRESPONSEITEMTYPE /AWS1/WDXRESPONSEITEMTYPE¶
The type of item being returned.
iv_weburl TYPE /AWS1/WDXRESPONSEITEMWEBURL /AWS1/WDXRESPONSEITEMWEBURL¶
The webUrl of the item being returned.
io_documentmetadata TYPE REF TO /AWS1/CL_WDXDOCUMENTMETADATA /AWS1/CL_WDXDOCUMENTMETADATA¶
The document that matches the query.
io_foldermetadata TYPE REF TO /AWS1/CL_WDXFOLDERMETADATA /AWS1/CL_WDXFOLDERMETADATA¶
The folder that matches the query.
io_commentmetadata TYPE REF TO /AWS1/CL_WDXCOMMENTMETADATA /AWS1/CL_WDXCOMMENTMETADATA¶
The comment that matches the query.
io_documentversionmetadata TYPE REF TO /AWS1/CL_WDXDOCUMENTVERSIONMET /AWS1/CL_WDXDOCUMENTVERSIONMET¶
The document version that matches the metadata.
Queryable Attributes¶
ResourceType¶
The type of item being returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
WebUrl¶
The webUrl of the item being returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBURL() |
Getter for WEBURL, with configurable default |
ASK_WEBURL() |
Getter for WEBURL w/ exceptions if field has no value |
HAS_WEBURL() |
Determine if WEBURL has a value |
DocumentMetadata¶
The document that matches the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTMETADATA() |
Getter for DOCUMENTMETADATA |
FolderMetadata¶
The folder that matches the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FOLDERMETADATA() |
Getter for FOLDERMETADATA |
CommentMetadata¶
The comment that matches the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENTMETADATA() |
Getter for COMMENTMETADATA |
DocumentVersionMetadata¶
The document version that matches the metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTVERSIONMETADATA() |
Getter for DOCUMENTVERSIONMETADATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESPONSEITEMSLIST¶
TYPES TT_RESPONSEITEMSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WDXRESPONSEITEM WITH DEFAULT KEY
.