com.ibm.tws.objects.filter
Interface JobStreamFilters


public interface JobStreamFilters

This interface exposes names of parameters used in QueryFilter objects to filter on job streams.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String FILE_FLOW_TARGET_NAME
          The file flow target name filter.
static java.lang.String FILE_NAME
          The file name filter.
static java.lang.String FLOW_TARGET_NAME
          The flow target name filter.
static java.lang.String FREE_DAYS_CALENDAR_NAME
          The free days calendar name filter.
static java.lang.String JOB_DEFINITION_FLOW_TARGET_NAME
          The job definition flow target name filter.
static java.lang.String JOB_DEFINITION_NAME
          The job definition name filter.
static java.lang.String JOB_DEFINITION_SE_NAME
          The job scheduling environment name filter.
(This filter can be used only with a TWS for z/OS engine.)
static java.lang.String JOB_DEFINITION_TASK
          The job definition task filter.
static java.lang.String JOB_DEFINITION_WLM_CRITICAL
          The job is marked as WLM critical filter.
static java.lang.String JOB_DEFINITION_WLM_POLICY
          The job WLM critical policy filter.
static java.lang.String JOB_NAME
          The job name filter.
static java.lang.String JOB_STREAM_AUTH_GROUP
          The job stream authorization group filter.
static java.lang.String JOB_STREAM_DRAFT
          The job stream draft filter.
static java.lang.String JOB_STREAM_GROUP
          The job stream group filter.
static java.lang.String JOB_STREAM_GROUP_NAME
          The job stream group name filter.
static java.lang.String JOB_STREAM_MONITORED
          The job stream monitored job filter.
static java.lang.String JOB_STREAM_NAME
          The job stream name filter.
static java.lang.String JOB_STREAM_OWNER
          The job stream owner filter.
static java.lang.String JOB_STREAM_PRIORITY_RANGE
          The job stream priority range filter.
static java.lang.String JOB_STREAM_VALID_FROM
          The job stream valid from filter.
static java.lang.String JOB_STREAM_VALID_IN
          The job stream valid in filter.
static java.lang.String JOB_STREAM_VALID_IN_RANGE
          The job stream valid in range filter.
static java.lang.String JOB_STREAM_VALID_TO
          The job stream valid to filter.
static java.lang.String PROMPT_NAME
          The prompt name filter.
static java.lang.String RESOURCE_FLOW_TARGET_NAME
          The resource flow target name filter.
static java.lang.String RESOURCE_NAME
          The resource name filter.
static java.lang.String RUN_CYCLE_CALENDAR_NAME
          The run cycle calendar name filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


JOB_STREAM_NAME

public static final java.lang.String JOB_STREAM_NAME
The job stream name filter. String parameter.

See Also:
Constant Field Values

JOB_STREAM_DRAFT

public static final java.lang.String JOB_STREAM_DRAFT
The job stream draft filter. BooleanValue parameter.

See Also:
BooleanValue, Constant Field Values

JOB_STREAM_VALID_FROM

public static final java.lang.String JOB_STREAM_VALID_FROM
The job stream valid from filter. Date parameter.

See Also:
Constant Field Values

JOB_STREAM_VALID_TO

public static final java.lang.String JOB_STREAM_VALID_TO
The job stream valid to filter. Date parameter.

See Also:
Constant Field Values

JOB_STREAM_VALID_IN

public static final java.lang.String JOB_STREAM_VALID_IN
The job stream valid in filter. Date parameter.
(This filter can be used only with a TWS Distributed engine.)
Selects the job streams whose validity period contains the time instant specified by the parameter.

See Also:
Constant Field Values

JOB_STREAM_VALID_IN_RANGE

public static final java.lang.String JOB_STREAM_VALID_IN_RANGE
The job stream valid in range filter. TimeRange parameter.
Selects the job streams whose validity period overlaps with the time interval specified by the parameter.

See Also:
TimeRange, Constant Field Values

JOB_STREAM_PRIORITY_RANGE

public static final java.lang.String JOB_STREAM_PRIORITY_RANGE
The job stream priority range filter. IntegerRange parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
IntegerRange, Constant Field Values

FLOW_TARGET_NAME

public static final java.lang.String FLOW_TARGET_NAME
The flow target name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

FREE_DAYS_CALENDAR_NAME

public static final java.lang.String FREE_DAYS_CALENDAR_NAME
The free days calendar name filter. String parameter.

See Also:
Constant Field Values

RUN_CYCLE_CALENDAR_NAME

public static final java.lang.String RUN_CYCLE_CALENDAR_NAME
The run cycle calendar name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

JOB_NAME

public static final java.lang.String JOB_NAME
The job name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

JOB_DEFINITION_NAME

public static final java.lang.String JOB_DEFINITION_NAME
The job definition name filter. String parameter.
On zOS this filter applies to the job extended name.

See Also:
Constant Field Values

JOB_DEFINITION_FLOW_TARGET_NAME

public static final java.lang.String JOB_DEFINITION_FLOW_TARGET_NAME
The job definition flow target name filter. String parameter.

See Also:
Constant Field Values

FILE_NAME

public static final java.lang.String FILE_NAME
The file name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

FILE_FLOW_TARGET_NAME

public static final java.lang.String FILE_FLOW_TARGET_NAME
The file flow target name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

RESOURCE_NAME

public static final java.lang.String RESOURCE_NAME
The resource name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

RESOURCE_FLOW_TARGET_NAME

public static final java.lang.String RESOURCE_FLOW_TARGET_NAME
The resource flow target name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

PROMPT_NAME

public static final java.lang.String PROMPT_NAME
The prompt name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

JOB_STREAM_GROUP

public static final java.lang.String JOB_STREAM_GROUP
The job stream group filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

JOB_STREAM_GROUP_NAME

public static final java.lang.String JOB_STREAM_GROUP_NAME
The job stream group name filter. String parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

JOB_STREAM_OWNER

public static final java.lang.String JOB_STREAM_OWNER
The job stream owner filter. String parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

JOB_STREAM_AUTH_GROUP

public static final java.lang.String JOB_STREAM_AUTH_GROUP
The job stream authorization group filter. String parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

JOB_STREAM_MONITORED

public static final java.lang.String JOB_STREAM_MONITORED
The job stream monitored job filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

JOB_DEFINITION_TASK

public static final java.lang.String JOB_DEFINITION_TASK
The job definition task filter. String parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

JOB_DEFINITION_WLM_CRITICAL

public static final java.lang.String JOB_DEFINITION_WLM_CRITICAL
The job is marked as WLM critical filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

JOB_DEFINITION_WLM_POLICY

public static final java.lang.String JOB_DEFINITION_WLM_POLICY
The job WLM critical policy filter. WLMPolicy parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
WLMPolicy, Constant Field Values

JOB_DEFINITION_SE_NAME

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

See Also:
Constant Field Values


Copyright © 2005 IBM All Rights Reserved.