com.ibm.tws.objects.filter
Interface PromptInPlanFilters


public interface PromptInPlanFilters

This interface exposes names of parameters used in QueryFilter objects to filter on prompts. PROMPT_NAME cannot be specified toghether with PROMPT_NUMBER. (These filters can be used only with a TWS Distributed engine.)


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String PROMPT_NAME
          The prompt name filter.
static java.lang.String PROMPT_NUMBER
          The prompt number filter.
static java.lang.String STATUS_LIST
          The prompt status filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


PROMPT_NAME

public static final java.lang.String PROMPT_NAME
The prompt name filter. Valid values are of type String.

See Also:
Constant Field Values

PROMPT_NUMBER

public static final java.lang.String PROMPT_NUMBER
The prompt number filter. Valid values are of type Integer.

See Also:
Constant Field Values

STATUS_LIST

public static final java.lang.String STATUS_LIST
The prompt status filter. Valid values are List of PromptStatusType objects.

See Also:
PromptStatusType, Constant Field Values


Copyright © 2005 IBM All Rights Reserved.