com.ibm.tws.objects.filter
Interface WorkstationInPlanFilters


public interface WorkstationInPlanFilters

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


Field Summary
static java.lang.String AUTOMATION
          The system automation filter.
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String DESTINATION
          The destination filter.
static java.lang.String DOMAIN_NAME
          The domain name filter.
static java.lang.String IS_FAULT_TOLERANT
          The Is Fault Tolerant Attribute filter.
static java.lang.String REPORTING_ATTRIBUTES_LIST
          The Reporting Attribute filter.
static java.lang.String SUPPORTED_TASK_TYPE
          The Supported Task Type filter.
static java.lang.String WAIT
          The wait filter.
static java.lang.String WORKSTATION_ACCESS_METHOD
          The workstation access method filter.
static java.lang.String WORKSTATION_NAME
          The workstation name filter.
static java.lang.String WORKSTATION_TYPES_LIST
          The workstation type 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.

See Also:
Constant Field Values

DOMAIN_NAME

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

See Also:
Constant Field Values

WORKSTATION_TYPES_LIST

public static final java.lang.String WORKSTATION_TYPES_LIST
The workstation type filter. Valid values are List of WorkstationType .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
List, WorkstationType, Constant Field Values

DESTINATION

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

REPORTING_ATTRIBUTES_LIST

public static final java.lang.String REPORTING_ATTRIBUTES_LIST
The Reporting Attribute filter. Valid values are List of WorkstationReportingAttribute .
(This filter can be used only with a TWS for z/OS engine.)

See Also:
List, WorkstationReportingAttribute, Constant Field Values

IS_FAULT_TOLERANT

public static final java.lang.String IS_FAULT_TOLERANT
The Is Fault Tolerant Attribute 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

SUPPORTED_TASK_TYPE

public static final java.lang.String SUPPORTED_TASK_TYPE
The Supported Task Type filter. (This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

AUTOMATION

public static final java.lang.String AUTOMATION
The system automation filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

WAIT

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

See Also:
BooleanValue, Constant Field Values

WORKSTATION_ACCESS_METHOD

public static final java.lang.String WORKSTATION_ACCESS_METHOD
The workstation access method filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values


Copyright © 2005 IBM All Rights Reserved.