com.ptc.windchill.enterprise.search.server
Class SearchConstants

java.lang.Object
  extended bycom.ptc.windchill.enterprise.search.server.SearchConstants

public class SearchConstants
extends Object


Field Summary
static String ALL
           
static String AND
           
static String AND_ALIAS
           
static String ATI_DELIMITERS
           
static String CLOSE_PAREN
           
static String COLON
           
static DefinitionDescriptorFactory DESCRIPTOR_FACTORY
           
static String DOT
           
static String END_PARAM
           
static TypeIdentifier EPMDOC_TYPE_ID
           
static String EQUAL
           
static String[] ESCAPED_CHARACTERS
           
static IdentifierFactory FACTORY
           
static String GREATER_THAN
           
static String GREATER_THAN_OR_EQUAL
           
static boolean INDEX_ENABLED
           
static String LATEST
           
static String LESS_THAN
           
static String LESS_THAN_OR_EQUAL
           
static String NOT
           
static String NOT_EQUAL
           
static String OPEN_PAREN
           
static int OPERAND
           
static int OPERATOR
           
static String OR
           
static String OR_ALIAS
           
static TypeIdentifier PERSISTABLE_TYPE_ID
           
static String QUOTE
           
static String QUOTE_ALIAS
           
static boolean REFRESH_PREFERENCE_TYPES
           
static String SEARCH_NODE
           
static String SPECIFIC
           
static String UNDER_BAR
           
static boolean VERBOSE_SEARCH
           
static boolean VERBOSE_SEARCH_PERFORMANCE
           
static boolean VERBOSE_SEARCH_TASK
           
static String VR
           
static String WHERE_DELIMITERS
           
static String WILDCARDS
           
 
Constructor Summary
SearchConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OR

public static final String OR
See Also:
Constant Field Values

AND

public static final String AND
See Also:
Constant Field Values

COLON

public static final String COLON
See Also:
Constant Field Values

OPEN_PAREN

public static final String OPEN_PAREN
See Also:
Constant Field Values

CLOSE_PAREN

public static final String CLOSE_PAREN
See Also:
Constant Field Values

PERSISTABLE_TYPE_ID

public static final TypeIdentifier PERSISTABLE_TYPE_ID

INDEX_ENABLED

public static final boolean INDEX_ENABLED

FACTORY

public static final IdentifierFactory FACTORY

WHERE_DELIMITERS

public static final String WHERE_DELIMITERS
See Also:
Constant Field Values

ATI_DELIMITERS

public static final String ATI_DELIMITERS
See Also:
Constant Field Values

LESS_THAN

public static final String LESS_THAN
See Also:
Constant Field Values

LESS_THAN_OR_EQUAL

public static final String LESS_THAN_OR_EQUAL
See Also:
Constant Field Values

GREATER_THAN

public static final String GREATER_THAN
See Also:
Constant Field Values

GREATER_THAN_OR_EQUAL

public static final String GREATER_THAN_OR_EQUAL
See Also:
Constant Field Values

EQUAL

public static final String EQUAL
See Also:
Constant Field Values

NOT

public static final String NOT
See Also:
Constant Field Values

NOT_EQUAL

public static final String NOT_EQUAL
See Also:
Constant Field Values

QUOTE

public static final String QUOTE
See Also:
Constant Field Values

OPERATOR

public static final int OPERATOR
See Also:
Constant Field Values

OPERAND

public static final int OPERAND
See Also:
Constant Field Values

UNDER_BAR

public static final String UNDER_BAR
See Also:
Constant Field Values

WILDCARDS

public static final String WILDCARDS
See Also:
Constant Field Values

VR

public static final String VR
See Also:
Constant Field Values

DOT

public static final String DOT
See Also:
Constant Field Values

VERBOSE_SEARCH

public static final boolean VERBOSE_SEARCH

VERBOSE_SEARCH_PERFORMANCE

public static final boolean VERBOSE_SEARCH_PERFORMANCE

VERBOSE_SEARCH_TASK

public static final boolean VERBOSE_SEARCH_TASK

REFRESH_PREFERENCE_TYPES

public static final boolean REFRESH_PREFERENCE_TYPES

END_PARAM

public static final String END_PARAM
See Also:
Constant Field Values

DESCRIPTOR_FACTORY

public static final DefinitionDescriptorFactory DESCRIPTOR_FACTORY

ESCAPED_CHARACTERS

public static final String[] ESCAPED_CHARACTERS

QUOTE_ALIAS

public static final String QUOTE_ALIAS
See Also:
Constant Field Values

AND_ALIAS

public static final String AND_ALIAS
See Also:
Constant Field Values

OR_ALIAS

public static final String OR_ALIAS
See Also:
Constant Field Values

SEARCH_NODE

public static final String SEARCH_NODE
See Also:
Constant Field Values

ALL

public static final String ALL
See Also:
Constant Field Values

LATEST

public static final String LATEST
See Also:
Constant Field Values

SPECIFIC

public static final String SPECIFIC
See Also:
Constant Field Values

EPMDOC_TYPE_ID

public static final TypeIdentifier EPMDOC_TYPE_ID
Constructor Detail

SearchConstants

public SearchConstants()