/AWS1/CL_OMXGETREADSETACTJOB01¶
GetReadSetActivationJobResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_ID
TYPE /AWS1/OMXACTIVATIONJOBID
/AWS1/OMXACTIVATIONJOBID
¶
The job's ID.
IV_SEQUENCESTOREID
TYPE /AWS1/OMXSEQUENCESTOREID
/AWS1/OMXSEQUENCESTOREID
¶
The job's sequence store ID.
IV_STATUS
TYPE /AWS1/OMXREADSETACTJOBSTATUS
/AWS1/OMXREADSETACTJOBSTATUS
¶
The job's status.
IV_CREATIONTIME
TYPE /AWS1/OMXTIMESTAMP
/AWS1/OMXTIMESTAMP
¶
When the job was created.
Optional arguments:¶
IV_STATUSMESSAGE
TYPE /AWS1/OMXJOBSTATUSMESSAGE
/AWS1/OMXJOBSTATUSMESSAGE
¶
The job's status message.
IV_COMPLETIONTIME
TYPE /AWS1/OMXTIMESTAMP
/AWS1/OMXTIMESTAMP
¶
When the job completed.
IT_SOURCES
TYPE /AWS1/CL_OMXACTIVATEREADSETS00=>TT_ACTIVATEREADSETSOURCELIST
TT_ACTIVATEREADSETSOURCELIST
¶
The job's source files.
Queryable Attributes¶
id¶
The job's ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
sequenceStoreId¶
The job's sequence store ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SEQUENCESTOREID() |
Getter for SEQUENCESTOREID, with configurable default |
ASK_SEQUENCESTOREID() |
Getter for SEQUENCESTOREID w/ exceptions if field has no val |
HAS_SEQUENCESTOREID() |
Determine if SEQUENCESTOREID has a value |
status¶
The job's status.
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 |
statusMessage¶
The job's status message.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
creationTime¶
When the job was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
completionTime¶
When the job completed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPLETIONTIME() |
Getter for COMPLETIONTIME, with configurable default |
ASK_COMPLETIONTIME() |
Getter for COMPLETIONTIME w/ exceptions if field has no valu |
HAS_COMPLETIONTIME() |
Determine if COMPLETIONTIME has a value |
sources¶
The job's source files.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCES() |
Getter for SOURCES, with configurable default |
ASK_SOURCES() |
Getter for SOURCES w/ exceptions if field has no value |
HAS_SOURCES() |
Determine if SOURCES has a value |