com.im.df.api 5.8

com.im.df.api.util
Class LegacyConstants

java.lang.Object
  extended by com.im.df.api.util.LegacyConstants

public final class LegacyConstants
extends Object

This class contains a few constants which must be in DIF API because of compatibility. Do not use these constants as these will be refactored and removed in next release.


Field Summary
static String CASE_INSENSITIVE_SEARCH
           
static String DATA_TREE_PATH
          The path down the dta tree in terms of the DFRelationship.Directions
static String DISTINCT_VALUES_FIELD_OPERATOR_VALUE_WIDGET_FACTORY
           
static String FIELD_OPERATOR_VALUE_QUERY_TERM_FACTORY
           
static String JCHEM_SEARCH_OPTIONS
          key for structure search options
static String QUERY_TERM_CREATOR
          The type of widget that created this query term
static String QUERY_TERM_TYPE
          The type of query term e.g.
static String STANDARD_FIELD_OPERATOR_VALUE_WIDGET_FACTORY
           
static String STRUCTURE_QUERY_TERM_FACTORY
           
static String STRUCTURE_QUERY_WIDGET_FACTORY
           
static String VALUE_STEREO_EXACT
           
static String VALUE_STEREO_OFF
           
static String VALUE_STEREO_ON
          This property must contain a String value of one of the VALUE_STEREO properties
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JCHEM_SEARCH_OPTIONS

public static final String JCHEM_SEARCH_OPTIONS
key for structure search options

See Also:
Constant Field Values

VALUE_STEREO_ON

public static final String VALUE_STEREO_ON
This property must contain a String value of one of the VALUE_STEREO properties

See Also:
Constant Field Values

VALUE_STEREO_EXACT

public static final String VALUE_STEREO_EXACT
See Also:
Constant Field Values

VALUE_STEREO_OFF

public static final String VALUE_STEREO_OFF
See Also:
Constant Field Values

QUERY_TERM_TYPE

public static final String QUERY_TERM_TYPE
The type of query term e.g. field operator value query

See Also:
Constant Field Values

QUERY_TERM_CREATOR

public static final String QUERY_TERM_CREATOR
The type of widget that created this query term

See Also:
Constant Field Values

DATA_TREE_PATH

public static final String DATA_TREE_PATH
The path down the dta tree in terms of the DFRelationship.Directions

See Also:
Constant Field Values

CASE_INSENSITIVE_SEARCH

public static final String CASE_INSENSITIVE_SEARCH
See Also:
Constant Field Values

STRUCTURE_QUERY_WIDGET_FACTORY

public static final String STRUCTURE_QUERY_WIDGET_FACTORY
See Also:
Constant Field Values

FIELD_OPERATOR_VALUE_QUERY_TERM_FACTORY

public static final String FIELD_OPERATOR_VALUE_QUERY_TERM_FACTORY
See Also:
Constant Field Values

STRUCTURE_QUERY_TERM_FACTORY

public static final String STRUCTURE_QUERY_TERM_FACTORY
See Also:
Constant Field Values

DISTINCT_VALUES_FIELD_OPERATOR_VALUE_WIDGET_FACTORY

public static final String DISTINCT_VALUES_FIELD_OPERATOR_VALUE_WIDGET_FACTORY
See Also:
Constant Field Values

STANDARD_FIELD_OPERATOR_VALUE_WIDGET_FACTORY

public static final String STANDARD_FIELD_OPERATOR_VALUE_WIDGET_FACTORY
See Also:
Constant Field Values

com.im.df.api 5.8