Data Object - ConverterServerJobJobFilterSpec

Parameter to
ConverterCreateCollectorForJobs
Extends
DynamicData
See also
ConverterServerJobJobFilterSpecByTime
Since
Converter API 3.0

Data Object Description

This data object type defines the specification for the job filter used to query jobs in the history collector database. The client creates a job history collector with a filter specification, then retrieves the jobs from the job history collector.

Properties

Name Type Description
owner*xsd:string

The filter specification for retrieving tasks by owner. If not provided, then the tasks belonging to any user are collected.
state*xsd:string[]

This property, if provided, limits the set of collected jobs by their states. Job states are enumerated in State. If not provided, jobs are collected regardless of their state.
timeRange*ConverterServerJobJobFilterSpecByTime

The filter specification for retrieving tasks by time. If not provided, then the jobs with any time stamp are collected.
Properties inherited from DynamicData
None
*Need not be set