/AWS1/CL_TBDJOBDETAILSENTITY¶
The job details for a specific job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/TBDJOBID /AWS1/TBDJOBID¶
The job ID.
iv_loggroupname TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The log group name.
iv_schemaversion TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The schema version.
Optional arguments:¶
io_jobattachmentsettings TYPE REF TO /AWS1/CL_TBDJOBATTACHMENTSTGS /AWS1/CL_TBDJOBATTACHMENTSTGS¶
The job attachment settings.
io_jobrunasuser TYPE REF TO /AWS1/CL_TBDJOBRUNASUSER /AWS1/CL_TBDJOBRUNASUSER¶
The user name and group that the job uses when run.
iv_queuerolearn TYPE /AWS1/TBDIAMROLEARN /AWS1/TBDIAMROLEARN¶
The queue role ARN.
it_parameters TYPE /AWS1/CL_TBDJOBPARAMETER=>TT_JOBPARAMETERS TT_JOBPARAMETERS¶
The parameters.
it_pathmappingrules TYPE /AWS1/CL_TBDPATHMAPPINGRULE=>TT_PATHMAPPINGRULES TT_PATHMAPPINGRULES¶
The path mapping rules.
Queryable Attributes¶
jobId¶
The job ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
jobAttachmentSettings¶
The job attachment settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBATTACHMENTSETTINGS() |
Getter for JOBATTACHMENTSETTINGS |
jobRunAsUser¶
The user name and group that the job uses when run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBRUNASUSER() |
Getter for JOBRUNASUSER |
logGroupName¶
The log group name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |
queueRoleArn¶
The queue role ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEROLEARN() |
Getter for QUEUEROLEARN, with configurable default |
ASK_QUEUEROLEARN() |
Getter for QUEUEROLEARN w/ exceptions if field has no value |
HAS_QUEUEROLEARN() |
Determine if QUEUEROLEARN has a value |
parameters¶
The parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
schemaVersion¶
The schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
pathMappingRules¶
The path mapping rules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATHMAPPINGRULES() |
Getter for PATHMAPPINGRULES, with configurable default |
ASK_PATHMAPPINGRULES() |
Getter for PATHMAPPINGRULES w/ exceptions if field has no va |
HAS_PATHMAPPINGRULES() |
Determine if PATHMAPPINGRULES has a value |