/AWS1/CL_BTCSERVICEENVORDER¶
Specifies the order of a service environment for a job queue. This determines the priority order when multiple service environments are associated with the same job queue.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_order
TYPE /AWS1/BTCINTEGER
/AWS1/BTCINTEGER
¶
The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
iv_serviceenvironment
TYPE /AWS1/BTCSTRING
/AWS1/BTCSTRING
¶
The name or ARN of the service environment.
Queryable Attributes¶
order¶
The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ORDER() |
Getter for ORDER, with configurable default |
ASK_ORDER() |
Getter for ORDER w/ exceptions if field has no value |
HAS_ORDER() |
Determine if ORDER has a value |
serviceEnvironment¶
The name or ARN of the service environment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICEENVIRONMENT() |
Getter for SERVICEENVIRONMENT, with configurable default |
ASK_SERVICEENVIRONMENT() |
Getter for SERVICEENVIRONMENT w/ exceptions if field has no |
HAS_SERVICEENVIRONMENT() |
Determine if SERVICEENVIRONMENT 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_SERVICEENVIRONMENTORDERS
¶
TYPES TT_SERVICEENVIRONMENTORDERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCSERVICEENVORDER WITH DEFAULT KEY
.