Skip to content

/AWS1/CL_XL8TEXTXLATIONJOBFILT

Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_JOBNAME TYPE /AWS1/XL8JOBNAME /AWS1/XL8JOBNAME

Filters the list of jobs by name.

IV_JOBSTATUS TYPE /AWS1/XL8JOBSTATUS /AWS1/XL8JOBSTATUS

Filters the list of jobs based by job status.

IV_SUBMITTEDBEFORETIME TYPE /AWS1/XL8TIMESTAMP /AWS1/XL8TIMESTAMP

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

IV_SUBMITTEDAFTERTIME TYPE /AWS1/XL8TIMESTAMP /AWS1/XL8TIMESTAMP

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.


Queryable Attributes

JobName

Filters the list of jobs by name.

Accessible with the following methods

Method Description
GET_JOBNAME() Getter for JOBNAME, with configurable default
ASK_JOBNAME() Getter for JOBNAME w/ exceptions if field has no value
HAS_JOBNAME() Determine if JOBNAME has a value

JobStatus

Filters the list of jobs based by job status.

Accessible with the following methods

Method Description
GET_JOBSTATUS() Getter for JOBSTATUS, with configurable default
ASK_JOBSTATUS() Getter for JOBSTATUS w/ exceptions if field has no value
HAS_JOBSTATUS() Determine if JOBSTATUS has a value

SubmittedBeforeTime

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

Accessible with the following methods

Method Description
GET_SUBMITTEDBEFORETIME() Getter for SUBMITTEDBEFORETIME, with configurable default
ASK_SUBMITTEDBEFORETIME() Getter for SUBMITTEDBEFORETIME w/ exceptions if field has no
HAS_SUBMITTEDBEFORETIME() Determine if SUBMITTEDBEFORETIME has a value

SubmittedAfterTime

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

Accessible with the following methods

Method Description
GET_SUBMITTEDAFTERTIME() Getter for SUBMITTEDAFTERTIME, with configurable default
ASK_SUBMITTEDAFTERTIME() Getter for SUBMITTEDAFTERTIME w/ exceptions if field has no
HAS_SUBMITTEDAFTERTIME() Determine if SUBMITTEDAFTERTIME has a value