/AWS1/CL_TBDQUEUESUMMARY¶
The details of a queue summary.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_farmid
TYPE /AWS1/TBDFARMID
/AWS1/TBDFARMID
¶
The farm ID.
iv_queueid
TYPE /AWS1/TBDQUEUEID
/AWS1/TBDQUEUEID
¶
The queue ID.
iv_displayname
TYPE /AWS1/TBDRESOURCENAME
/AWS1/TBDRESOURCENAME
¶
The display name of the queue summary to update.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
iv_status
TYPE /AWS1/TBDQUEUESTATUS
/AWS1/TBDQUEUESTATUS
¶
That status of the queue.
iv_defaultbudgetaction
TYPE /AWS1/TBDDEFQUEUEBUDGETACTION
/AWS1/TBDDEFQUEUEBUDGETACTION
¶
The default action taken on a queue summary if a budget wasn't configured.
iv_createdat
TYPE /AWS1/TBDCREATEDAT
/AWS1/TBDCREATEDAT
¶
The date and time the resource was created.
iv_createdby
TYPE /AWS1/TBDCREATEDBY
/AWS1/TBDCREATEDBY
¶
The user or system that created this resource.
Optional arguments:¶
iv_blockedreason
TYPE /AWS1/TBDQUEUEBLOCKEDREASON
/AWS1/TBDQUEUEBLOCKEDREASON
¶
The reason the queue is blocked, if applicable.
iv_updatedat
TYPE /AWS1/TBDUPDATEDAT
/AWS1/TBDUPDATEDAT
¶
The date and time the resource was updated.
iv_updatedby
TYPE /AWS1/TBDUPDATEDBY
/AWS1/TBDUPDATEDBY
¶
The user or system that updated this resource.
Queryable Attributes¶
farmId¶
The farm ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FARMID() |
Getter for FARMID, with configurable default |
ASK_FARMID() |
Getter for FARMID w/ exceptions if field has no value |
HAS_FARMID() |
Determine if FARMID has a value |
queueId¶
The queue ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUEUEID() |
Getter for QUEUEID, with configurable default |
ASK_QUEUEID() |
Getter for QUEUEID w/ exceptions if field has no value |
HAS_QUEUEID() |
Determine if QUEUEID has a value |
displayName¶
The display name of the queue summary to update.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
status¶
That status of the queue.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
defaultBudgetAction¶
The default action taken on a queue summary if a budget wasn't configured.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTBUDGETACTION() |
Getter for DEFAULTBUDGETACTION, with configurable default |
ASK_DEFAULTBUDGETACTION() |
Getter for DEFAULTBUDGETACTION w/ exceptions if field has no |
HAS_DEFAULTBUDGETACTION() |
Determine if DEFAULTBUDGETACTION has a value |
blockedReason¶
The reason the queue is blocked, if applicable.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLOCKEDREASON() |
Getter for BLOCKEDREASON, with configurable default |
ASK_BLOCKEDREASON() |
Getter for BLOCKEDREASON w/ exceptions if field has no value |
HAS_BLOCKEDREASON() |
Determine if BLOCKEDREASON has a value |
createdAt¶
The date and time the resource was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
The user or system that created this resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
updatedAt¶
The date and time the resource was updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
updatedBy¶
The user or system that updated this resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDBY() |
Getter for UPDATEDBY, with configurable default |
ASK_UPDATEDBY() |
Getter for UPDATEDBY w/ exceptions if field has no value |
HAS_UPDATEDBY() |
Determine if UPDATEDBY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_QUEUESUMMARIES
¶
TYPES TT_QUEUESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDQUEUESUMMARY WITH DEFAULT KEY
.