org.kuali.rice.kew.api
Class KewApiConstants.SearchableAttributeConstants

java.lang.Object
  extended by org.kuali.rice.kew.api.KewApiConstants.SearchableAttributeConstants
Enclosing class:
KewApiConstants

public static final class KewApiConstants.SearchableAttributeConstants
extends Object


Field Summary
static String DATA_TYPE_DATE
           
static String DATA_TYPE_FLOAT
           
static String DATA_TYPE_LONG
           
static String DATA_TYPE_STRING
           
static String DEFAULT_RANGE_SEARCH_LOWER_BOUND_LABEL
           
static String DEFAULT_RANGE_SEARCH_UPPER_BOUND_LABEL
           
static String DEFAULT_SEARCHABLE_ATTRIBUTE_TYPE_NAME
           
static String SEARCH_WILDCARD_CHARACTER
           
static String SEARCH_WILDCARD_CHARACTER_REGEX_ESCAPED
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_WILDCARD_CHARACTER

public static final String SEARCH_WILDCARD_CHARACTER
See Also:
Constant Field Values

SEARCH_WILDCARD_CHARACTER_REGEX_ESCAPED

public static final String SEARCH_WILDCARD_CHARACTER_REGEX_ESCAPED
See Also:
Constant Field Values

DATA_TYPE_STRING

public static final String DATA_TYPE_STRING
See Also:
Constant Field Values

DATA_TYPE_DATE

public static final String DATA_TYPE_DATE
See Also:
Constant Field Values

DATA_TYPE_LONG

public static final String DATA_TYPE_LONG
See Also:
Constant Field Values

DATA_TYPE_FLOAT

public static final String DATA_TYPE_FLOAT
See Also:
Constant Field Values

DEFAULT_SEARCHABLE_ATTRIBUTE_TYPE_NAME

public static final String DEFAULT_SEARCHABLE_ATTRIBUTE_TYPE_NAME
See Also:
Constant Field Values

DEFAULT_RANGE_SEARCH_LOWER_BOUND_LABEL

public static final String DEFAULT_RANGE_SEARCH_LOWER_BOUND_LABEL
See Also:
Constant Field Values

DEFAULT_RANGE_SEARCH_UPPER_BOUND_LABEL

public static final String DEFAULT_RANGE_SEARCH_UPPER_BOUND_LABEL
See Also:
Constant Field Values


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.