/AWS1/CL_WDXCOMMENTMETADATA¶
Describes the metadata of a comment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_commentid TYPE /AWS1/WDXCOMMENTIDTYPE /AWS1/WDXCOMMENTIDTYPE¶
The ID of the comment.
io_contributor TYPE REF TO /AWS1/CL_WDXUSER /AWS1/CL_WDXUSER¶
The user who made the comment.
iv_createdtimestamp TYPE /AWS1/WDXTIMESTAMPTYPE /AWS1/WDXTIMESTAMPTYPE¶
The timestamp that the comment was created.
iv_commentstatus TYPE /AWS1/WDXCOMMENTSTATUSTYPE /AWS1/WDXCOMMENTSTATUSTYPE¶
The status of the comment.
iv_recipientid TYPE /AWS1/WDXIDTYPE /AWS1/WDXIDTYPE¶
The ID of the user being replied to.
iv_contributorid TYPE /AWS1/WDXIDTYPE /AWS1/WDXIDTYPE¶
The ID of the user who made the comment.
Queryable Attributes¶
CommentId¶
The ID of the comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENTID() |
Getter for COMMENTID, with configurable default |
ASK_COMMENTID() |
Getter for COMMENTID w/ exceptions if field has no value |
HAS_COMMENTID() |
Determine if COMMENTID has a value |
Contributor¶
The user who made the comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTRIBUTOR() |
Getter for CONTRIBUTOR |
CreatedTimestamp¶
The timestamp that the comment was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
CommentStatus¶
The status of the comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENTSTATUS() |
Getter for COMMENTSTATUS, with configurable default |
ASK_COMMENTSTATUS() |
Getter for COMMENTSTATUS w/ exceptions if field has no value |
HAS_COMMENTSTATUS() |
Determine if COMMENTSTATUS has a value |
RecipientId¶
The ID of the user being replied to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPIENTID() |
Getter for RECIPIENTID, with configurable default |
ASK_RECIPIENTID() |
Getter for RECIPIENTID w/ exceptions if field has no value |
HAS_RECIPIENTID() |
Determine if RECIPIENTID has a value |
ContributorId¶
The ID of the user who made the comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTRIBUTORID() |
Getter for CONTRIBUTORID, with configurable default |
ASK_CONTRIBUTORID() |
Getter for CONTRIBUTORID w/ exceptions if field has no value |
HAS_CONTRIBUTORID() |
Determine if CONTRIBUTORID has a value |