com.ibm.tws.objects.filter
Interface SymphonyInPlanFilters


public interface SymphonyInPlanFilters

This interface exposes names of parameters used in QueryFilter objects to filter on Symphony. If PLAN_ID is specified, no other filter can be added. (These filters can be used only with a TWS Distributed engine.)


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String PLAN_ID
          The Symphony (AKA plan) Identified filter.
static java.lang.String PLAN_NAME
          The Symphony (AKA plan) name filter.
static java.lang.String PLAN_TYPE
          The Symphony (AKA plan) type filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


PLAN_NAME

public static final java.lang.String PLAN_NAME
The Symphony (AKA plan) name filter. Valid values are of type String.

See Also:
Constant Field Values

PLAN_ID

public static final java.lang.String PLAN_ID
The Symphony (AKA plan) Identified filter. Valid values are of type PlanIdentifier .

See Also:
PlanIdentifier, Constant Field Values

PLAN_TYPE

public static final java.lang.String PLAN_TYPE
The Symphony (AKA plan) type filter. Valid values are of type SymphonyType . The type Unknown is not supported.

See Also:
SymphonyType, Constant Field Values


Copyright © 2005 IBM All Rights Reserved.