com.ibm.tws.objects.filter
Interface JobStreamInPlanFilters


public interface JobStreamInPlanFilters

This interface exposes names of parameters used in QueryFilter objects to filter on job streams. Note that some filters are mutually exclusive. If you specify the X_RANGE filter, you cannot specify the X filter and vice versa. If you specify the X_ID filter, you cannot specify all the filters of the family X_*, and vice versa.


Field Summary
static java.lang.String AUTH_GROUP
          The job stream authorization group filter.
static java.lang.String CARRIED_FORWARD
          The Carried Forward Filter.
static java.lang.String CARRY_FORWARD
          The Carried Forward Filter.
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String DEADLINE_TIME
          The Deadline Time Filter.
static java.lang.String DEADLINE_TIME_RANGE
          The Deadline Time Range Filter.
static java.lang.String EXTENDED_NAME
          The job stream extended name filter.
static java.lang.String FILE_DEPENDENCY_ID
          The file dependency Identifier filter.
static java.lang.String FILE_DEPENDENCY_NAME
          The file dependency file name filter.
static java.lang.String FILE_DEPENDENCY_WORKSTATION_NAME
          The file dependency workstation name filter.
static java.lang.String FINISH_TIME
          The Finish Time Filter.
static java.lang.String FINISH_TIME_RANGE
          The Finish Time Range Filter.
static java.lang.String GROUP_NAME
          The job stream group name filter.
static java.lang.String INPUT_ARRIVAL_TIME
          The Input Arrival Time Filter.
static java.lang.String INPUT_ARRIVAL_TIME_RANGE
          The Input Arrival Time Range Filter.
static java.lang.String INTERNAL_STATUS_LIST
          The Internal status list filter.
static java.lang.String JOB_STREAM_ID
          The Job Stream Identifier filter.
static java.lang.String JOB_STREAM_NAME
          The job stream real name filter.
static java.lang.String LIMIT
          The limit filter.
static java.lang.String LIMIT_RANGE
          The limit range filter.
static java.lang.String MANUALLY_ADDED
          The job stream group name filter.
static java.lang.String MONITORED_JOB
          The job stream monitored job filter.
static java.lang.String MOST_CRITICAL
          The job stream mist critical filter.
static java.lang.String OCCURRENCE_TOKEN
          The job stream occurence token filter.
static java.lang.String OWNER
          The job stream owner filter.
static java.lang.String PRIORITY
          The priority filter.
static java.lang.String PRIORITY_RANGE
          The priority range filter.
static java.lang.String PROMPT_DEPENDENCY_ID
          The prompt dependency Identifier filter.
static java.lang.String PROMPT_DEPENDENCY_NAME
          The prompt dependency prompt name filter.
static java.lang.String PROMPT_DEPENDENCY_NUMBER
          The prompt dependency number filter.
static java.lang.String RERUN_REQUESTED
          The job stream rerun requested filter.
static java.lang.String RESOURCE_DEPENDENCY_ID
          The resource dependency Identifier filter.
static java.lang.String RESOURCE_DEPENDENCY_NAME
          The resource dependency resource name filter.
static java.lang.String RESOURCE_DEPENDENCY_WORKSTATION_NAME
          The resource dependency workstaion name filter.
static java.lang.String SCHEDULING_ENVIRONMENT_NAME
          The job scheduling environment name filter.
static java.lang.String START_TIME
          The Start Time Filter.
static java.lang.String START_TIME_RANGE
          The Start Time Range Filter.
static java.lang.String STATUS_LIST
          The status filter.
static java.lang.String SUCCESSORS_ID
          The successors job Identifier filter.
static java.lang.String SUCCESSORS_INPUT_ARRIVAL_TIME
          The successors input arrival time filter.
static java.lang.String SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE
          The successors input arrival time range filter.
static java.lang.String SUCCESSORS_INTERNETWORK_STRING
          The successors internetwork string filter.
static java.lang.String SUCCESSORS_JOB_NAME
          The successors job name filter.
static java.lang.String SUCCESSORS_JOB_STREAM_NAME
          The successors schedule name filter.
static java.lang.String SUCCESSORS_WORKSTATION_NAME
          The successors workstation name filter.
static java.lang.String TIME_STARTED
          The Time Started Filter.
static java.lang.String TIME_STARTED_RANGE
          The Time Started Range Filter.
static java.lang.String UNTIL_TIME
          The Until Time Filter.
static java.lang.String UNTIL_TIME_RANGE
          The Until Time Range Filter.
static java.lang.String WAITING_FOR_SCHEDULING_ENVIRONMENT
          The waiting scheduling environment status filter.
static java.lang.String WAITING_FOR_WORKSTATION_DELAY
          The waiting for workstation delay status filter.
static java.lang.String WORKSTATION_NAME
          The Workstation name filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


WORKSTATION_NAME

public static final java.lang.String WORKSTATION_NAME
The Workstation name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

JOB_STREAM_NAME

public static final java.lang.String JOB_STREAM_NAME
The job stream real name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

JOB_STREAM_ID

public static final java.lang.String JOB_STREAM_ID
The Job Stream Identifier filter. Valid values are of type Identifier .
(This filter can be used only with a TWS Distributed engine.)

See Also:
Identifier, Constant Field Values

SUCCESSORS_ID

public static final java.lang.String SUCCESSORS_ID
The successors job Identifier filter. Valid values are of type Identifier
(This filter can be used only with a TWS Distributed engine.)

See Also:
Identifier, Constant Field Values

SUCCESSORS_INTERNETWORK_STRING

public static final java.lang.String SUCCESSORS_INTERNETWORK_STRING
The successors internetwork string filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

SUCCESSORS_WORKSTATION_NAME

public static final java.lang.String SUCCESSORS_WORKSTATION_NAME
The successors workstation name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

SUCCESSORS_JOB_STREAM_NAME

public static final java.lang.String SUCCESSORS_JOB_STREAM_NAME
The successors schedule name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

SUCCESSORS_INPUT_ARRIVAL_TIME

public static final java.lang.String SUCCESSORS_INPUT_ARRIVAL_TIME
The successors input arrival time filter. Valid values are of type Date.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE

public static final java.lang.String SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE
The successors input arrival time range filter. Valid values are of type TimeRange .
(This filter can be used only with a TWS Distributed engine.)

See Also:
TimeRange, Constant Field Values

SUCCESSORS_JOB_NAME

public static final java.lang.String SUCCESSORS_JOB_NAME
The successors job name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

INTERNAL_STATUS_LIST

public static final java.lang.String INTERNAL_STATUS_LIST
The Internal status list filter. Valid values are List of FlowNodeInternalStatusType objects.

See Also:
List, FlowNodeInternalStatusType, Constant Field Values

STATUS_LIST

public static final java.lang.String STATUS_LIST
The status filter. Valid values are List of FlowNodeStatusType objects.

See Also:
List, FlowNodeStatusType, Constant Field Values

LIMIT

public static final java.lang.String LIMIT
The limit filter. Valid values are of type Integer.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

LIMIT_RANGE

public static final java.lang.String LIMIT_RANGE
The limit range filter. Valid values are of type IntegerRange .
(This filter can be used only with a TWS Distributed engine.)

See Also:
IntegerRange, Constant Field Values

CARRIED_FORWARD

public static final java.lang.String CARRIED_FORWARD
The Carried Forward Filter. Valid values are of type BooleanValue Only the value BooleanValue.YES is supported.
(This filter can be used only with a TWS Distributed engine.)

See Also:
BooleanValue, Constant Field Values

CARRY_FORWARD

public static final java.lang.String CARRY_FORWARD
The Carried Forward Filter. Valid values are of type BooleanValue Only the value BooleanValue.YES is supported.
(This filter can be used only with a TWS Distributed engine.)

See Also:
BooleanValue, Constant Field Values

DEADLINE_TIME

public static final java.lang.String DEADLINE_TIME
The Deadline Time Filter. Valid values are of type Date
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

DEADLINE_TIME_RANGE

public static final java.lang.String DEADLINE_TIME_RANGE
The Deadline Time Range Filter. Valid values are of type TimeRange
(This filter can be used only with a TWS Distributed engine.)

See Also:
TimeRange, Constant Field Values

PRIORITY

public static final java.lang.String PRIORITY
The priority filter. Valid values are of type Integer.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

PRIORITY_RANGE

public static final java.lang.String PRIORITY_RANGE
The priority range filter. Valid values are of type IntegerRange .

See Also:
IntegerRange, Constant Field Values

FINISH_TIME

public static final java.lang.String FINISH_TIME
The Finish Time Filter. It is Time Started plus Elapsed Time. Valid values are of type Date.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

FINISH_TIME_RANGE

public static final java.lang.String FINISH_TIME_RANGE
The Finish Time Range Filter. It is Time Started plus Elapsed Time. Valid values are of type TimeRange
(This filter can be used only with a TWS Distributed engine.)

See Also:
TimeRange, Constant Field Values

START_TIME

public static final java.lang.String START_TIME
The Start Time Filter. Valid values are of type Date
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

START_TIME_RANGE

public static final java.lang.String START_TIME_RANGE
The Start Time Range Filter. Valid values are of type TimeRange
(This filter can be used only with a TWS Distributed engine.)

See Also:
TimeRange, Constant Field Values

INPUT_ARRIVAL_TIME

public static final java.lang.String INPUT_ARRIVAL_TIME
The Input Arrival Time Filter. Valid values are of type Date
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

INPUT_ARRIVAL_TIME_RANGE

public static final java.lang.String INPUT_ARRIVAL_TIME_RANGE
The Input Arrival Time Range Filter. Valid values are of type TimeRange

See Also:
TimeRange, Constant Field Values

TIME_STARTED

public static final java.lang.String TIME_STARTED
The Time Started Filter. Valid values are of type Date
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

TIME_STARTED_RANGE

public static final java.lang.String TIME_STARTED_RANGE
The Time Started Range Filter. Valid values are of type TimeRange
(This filter can be used only with a TWS Distributed engine.)

See Also:
TimeRange, Constant Field Values

UNTIL_TIME

public static final java.lang.String UNTIL_TIME
The Until Time Filter. Valid values are of type Date
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

UNTIL_TIME_RANGE

public static final java.lang.String UNTIL_TIME_RANGE
The Until Time Range Filter. Valid values are of type TimeRange
(This filter can be used only with a TWS Distributed engine.)

See Also:
TimeRange, Constant Field Values

FILE_DEPENDENCY_ID

public static final java.lang.String FILE_DEPENDENCY_ID
The file dependency Identifier filter. Valid values are of type Identifier
(This filter can be used only with a TWS Distributed engine.)

See Also:
Identifier, Constant Field Values

FILE_DEPENDENCY_NAME

public static final java.lang.String FILE_DEPENDENCY_NAME
The file dependency file name filter. Valid values are of type String
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

FILE_DEPENDENCY_WORKSTATION_NAME

public static final java.lang.String FILE_DEPENDENCY_WORKSTATION_NAME
The file dependency workstation name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

PROMPT_DEPENDENCY_ID

public static final java.lang.String PROMPT_DEPENDENCY_ID
The prompt dependency Identifier filter. Valid values are of type Identifier
(This filter can be used only with a TWS Distributed engine.)

See Also:
Identifier, Constant Field Values

PROMPT_DEPENDENCY_NAME

public static final java.lang.String PROMPT_DEPENDENCY_NAME
The prompt dependency prompt name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

PROMPT_DEPENDENCY_NUMBER

public static final java.lang.String PROMPT_DEPENDENCY_NUMBER
The prompt dependency number filter. Valid values are of type Integer.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

RESOURCE_DEPENDENCY_ID

public static final java.lang.String RESOURCE_DEPENDENCY_ID
The resource dependency Identifier filter. Valid values are of type Identifier .
(This filter can be used only with a TWS Distributed engine.)

See Also:
Identifier, Constant Field Values

RESOURCE_DEPENDENCY_NAME

public static final java.lang.String RESOURCE_DEPENDENCY_NAME
The resource dependency resource name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

RESOURCE_DEPENDENCY_WORKSTATION_NAME

public static final java.lang.String RESOURCE_DEPENDENCY_WORKSTATION_NAME
The resource dependency workstaion name filter. Valid values are of type String.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

GROUP_NAME

public static final java.lang.String GROUP_NAME
The job stream group name filter. Valid values are of type String.
(This filter can be used only with a TWS for z/OS engine.).

See Also:
Constant Field Values

OWNER

public static final java.lang.String OWNER
The job stream owner filter. Valid values are of type String.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

AUTH_GROUP

public static final java.lang.String AUTH_GROUP
The job stream authorization group filter. Valid values are of type String.
(This filter can be used only with a TWS for z/OS engine.).

See Also:
Constant Field Values

MANUALLY_ADDED

public static final java.lang.String MANUALLY_ADDED
The job stream group name filter. Valid values are of type BooleanValue .
(This filter can be used only with a TWS for z/OS engine.).

See Also:
BooleanValue, Constant Field Values

RERUN_REQUESTED

public static final java.lang.String RERUN_REQUESTED
The job stream rerun requested filter. Valid values are of type BooleanValue .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

MONITORED_JOB

public static final java.lang.String MONITORED_JOB
The job stream monitored job filter. Valid values are of type BooleanValue .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

OCCURRENCE_TOKEN

public static final java.lang.String OCCURRENCE_TOKEN
The job stream occurence token filter. Valid values are of type String.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

MOST_CRITICAL

public static final java.lang.String MOST_CRITICAL
The job stream mist critical filter. Valid values are of type Long.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

EXTENDED_NAME

public static final java.lang.String EXTENDED_NAME
The job stream extended name filter. Valid values are of type String.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

SCHEDULING_ENVIRONMENT_NAME

public static final java.lang.String SCHEDULING_ENVIRONMENT_NAME
The job scheduling environment name filter. Valid values are of type String.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

WAITING_FOR_SCHEDULING_ENVIRONMENT

public static final java.lang.String WAITING_FOR_SCHEDULING_ENVIRONMENT
The waiting scheduling environment status filter. Valid values are of type BooleanValue.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

WAITING_FOR_WORKSTATION_DELAY

public static final java.lang.String WAITING_FOR_WORKSTATION_DELAY
The waiting for workstation delay status filter. Valid values are of type BooleanValue.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values


Copyright © 2005 IBM All Rights Reserved.