Skip to content

/AWS1/CL_CPDDOCCLIFICATIONJO01

Provides information for filtering a list of document classification jobs. For more information, see the operation. You can provide only one filter parameter in each request.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_JOBNAME TYPE /AWS1/CPDJOBNAME /AWS1/CPDJOBNAME

Filters on the name of the job.

IV_JOBSTATUS TYPE /AWS1/CPDJOBSTATUS /AWS1/CPDJOBSTATUS

Filters the list based on job status. Returns only jobs with the specified status.

IV_SUBMITTIMEBEFORE TYPE /AWS1/CPDTIMESTAMP /AWS1/CPDTIMESTAMP

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

IV_SUBMITTIMEAFTER TYPE /AWS1/CPDTIMESTAMP /AWS1/CPDTIMESTAMP

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


Queryable Attributes

JobName

Filters on the name of the job.

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 based on job status. Returns only jobs with the specified 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

SubmitTimeBefore

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

Accessible with the following methods

Method Description
GET_SUBMITTIMEBEFORE() Getter for SUBMITTIMEBEFORE, with configurable default
ASK_SUBMITTIMEBEFORE() Getter for SUBMITTIMEBEFORE w/ exceptions if field has no va
HAS_SUBMITTIMEBEFORE() Determine if SUBMITTIMEBEFORE has a value

SubmitTimeAfter

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

Accessible with the following methods

Method Description
GET_SUBMITTIMEAFTER() Getter for SUBMITTIMEAFTER, with configurable default
ASK_SUBMITTIMEAFTER() Getter for SUBMITTIMEAFTER w/ exceptions if field has no val
HAS_SUBMITTIMEAFTER() Determine if SUBMITTIMEAFTER has a value