com.ibm.tws.objects.filter
Interface FileInPlanFilters


public interface FileInPlanFilters

This interface exposes names of parameters used in QueryFilter objects to filter on job streams. (These filters can be used only with a TWS Distributed engine.)


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String FILE_NAME
          The file name filter.
static java.lang.String WORKSTATION_NAME
          The workstation name filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


FILE_NAME

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


Copyright © 2005 IBM All Rights Reserved.