com.ibm.tws.objects.filter
Interface ResourceInPlanFilters


public interface ResourceInPlanFilters

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


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String GROUP_ID
          The Group ID filter.
static java.lang.String HIPERBATCH
          The Hiperbatch filter.
static java.lang.String IS_AVAILABLE
          The filter on resources that are available.Valid values are of type YesNoDefaultOption .
(This filter can be used only with a TWS for z/OS engine.)
static java.lang.String IS_SHARED
          The filter on resources that are allocated in shared mode.
static java.lang.String IS_WAITING
          The filter on resources that have jobs that are waiting for it.
static java.lang.String MATCHING_CRITERIA
          The filter matching criteria to be used when filtering on Resources.
static java.lang.String RESOURCE_NAME
          The resource name filter.
static java.lang.String WORKSTATION_NAME
          The workstation name filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


RESOURCE_NAME

public static final java.lang.String RESOURCE_NAME
The resource 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.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

GROUP_ID

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

HIPERBATCH

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

IS_SHARED

public static final java.lang.String IS_SHARED
The filter on resources that are allocated in shared mode. 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

IS_WAITING

public static final java.lang.String IS_WAITING
The filter on resources that have jobs that are waiting for it. 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

IS_AVAILABLE

public static final java.lang.String IS_AVAILABLE
The filter on resources that are available.Valid values are of type YesNoDefaultOption .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
YesNoDefaultOption, Constant Field Values

MATCHING_CRITERIA

public static final java.lang.String MATCHING_CRITERIA
The filter matching criteria to be used when filtering on Resources. Valid values are of type FilterMatchingCriteria .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
FilterMatchingCriteria, Constant Field Values


Copyright © 2005 IBM All Rights Reserved.