com.ibm.tws.objects.filter
Interface JobInPlanFilters


public interface JobInPlanFilters

This interface exposes names of parameters used in QueryFilter objects to filter on jobs. Note that some filters are mutully 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 CLEANUP_STATUS
          The job cleanup status filter.
static java.lang.String CLEANUP_TYPE
          The job cleanup type filter.
static java.lang.String CONFIRMED
          The Confirmed Filter.
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String ERROR_CODE
          The job error code filter.
static java.lang.String EVERY_TIME
          The Every Time Filter.
static java.lang.String EVERY_TIME_RANGE
          The Every Time Range Filter.
static java.lang.String EXTENDED_NAME
          The job 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 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_ID
          The Job Identifier filter.
static java.lang.String JOB_NAME
          The job name filter.
static java.lang.String JOB_STREAM_NAME
          The job stream real name filter.
static java.lang.String MONITORED_JOB
          The job monitored job.
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 RECOVERY_OPTION_LIST
          The Recovery Option Filter.
static java.lang.String RERUN
          The rerun 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 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 TASK
          The Task 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 USER_LOGIN
          The User Login 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 WLM_CLASS
          The job WLM class filter.
static java.lang.String WLM_CRITICAL
          The job is marked as WLM critical filter.
static java.lang.String WLM_CRITICAL_TYPE
          The job is marked as WLM critical filter.
static java.lang.String WLM_POLICY
          The job WLM critical policy filter.
static java.lang.String WORKSTATION_NAME
          The Workstation name filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


JOB_NAME

public static final java.lang.String JOB_NAME
The job name filter. Valid values are of type String.

See Also:
Constant Field Values

WORKSTATION_NAME

public static final java.lang.String WORKSTATION_NAME
The Workstation name filter. Valid values are of type String.

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.

See Also:
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.
(This filter can be used only with a TWS Distributed engine.)

See Also:
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

AUTH_GROUP

public static final java.lang.String AUTH_GROUP
The job stream authorization group filter. String parameter (zOS only).

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

JOB_ID

public static final java.lang.String JOB_ID
The 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

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

PRIORITY

public static final java.lang.String PRIORITY
The priority filter. Valid values are of type Integer.

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

RERUN

public static final java.lang.String RERUN
The rerun 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

RECOVERY_OPTION_LIST

public static final java.lang.String RECOVERY_OPTION_LIST
The Recovery Option Filter. Valid values are List of RecoveryOption objects.
(This filter can be used only with a TWS Distributed engine.)

See Also:
List, RecoveryOption, Constant Field Values

CONFIRMED

public static final java.lang.String CONFIRMED
The Confirmed 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

EVERY_TIME

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

See Also:
Constant Field Values

EVERY_TIME_RANGE

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

See Also:
LongRange, 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

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

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

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 .

See Also:
TimeRange, Constant Field Values

TASK

public static final java.lang.String TASK
The Task Filter. Valid values are of type String

See Also:
Constant Field Values

USER_LOGIN

public static final java.lang.String USER_LOGIN
The User Login 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_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

MONITORED_JOB

public static final java.lang.String MONITORED_JOB
The job monitored job. 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

WLM_CRITICAL

public static final java.lang.String WLM_CRITICAL
The job is marked as WLM critical 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

WLM_CRITICAL_TYPE

public static final java.lang.String WLM_CRITICAL_TYPE
The job is marked as WLM critical filter. Valid values are of type CriticalJobType .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
CriticalJobType, Constant Field Values

WLM_POLICY

public static final java.lang.String WLM_POLICY
The job WLM critical policy filter. Valid values are of type WLMPolicy .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
WLMPolicy, Constant Field Values

WLM_CLASS

public static final java.lang.String WLM_CLASS
The job WLM class 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

ERROR_CODE

public static final java.lang.String ERROR_CODE
The job error code 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

CLEANUP_TYPE

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

See Also:
CleanUpOption, Constant Field Values

CLEANUP_STATUS

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

See Also:
CleanUpStatus, Constant Field Values

EXTENDED_NAME

public static final java.lang.String EXTENDED_NAME
The job 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 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.