org.kuali.rice.kew.docsearch
Class TestXMLSearchableAttributeLong
java.lang.Object
org.kuali.rice.kew.docsearch.TestXMLSearchableAttributeLong
- All Implemented Interfaces:
- Serializable, SearchableAttribute
public class TestXMLSearchableAttributeLong
- extends Object
- implements SearchableAttribute
- See Also:
- Serialized Form
Fields inherited from interface org.kuali.rice.kew.docsearch.SearchableAttribute |
DATA_TYPE_DATE, DATA_TYPE_FLOAT, DATA_TYPE_LONG, DATA_TYPE_STRING, DEFAULT_RANGE_SEARCH_LOWER_BOUND_LABEL, DEFAULT_RANGE_SEARCH_UPPER_BOUND_LABEL, DEFAULT_SEARCHABLE_ATTRIBUTE_TYPE_NAME, RANGE_LOWER_BOUND_PROPERTY_PREFIX, RANGE_UPPER_BOUND_PROPERTY_PREFIX, SEARCH_WILDCARD_CHARACTER, SEARCH_WILDCARD_CHARACTER_REGEX_ESCAPED, SEARCHABLE_ATTRIBUTE_BASE_CLASS_LIST |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
SEARCH_STORAGE_KEY
public static final String SEARCH_STORAGE_KEY
- See Also:
- Constant Field Values
SEARCH_STORAGE_VALUE
public static final Long SEARCH_STORAGE_VALUE
TestXMLSearchableAttributeLong
public TestXMLSearchableAttributeLong()
getSearchContent
public String getSearchContent(DocumentSearchContext documentSearchContext)
- Specified by:
getSearchContent
in interface SearchableAttribute
getSearchStorageValues
public List<SearchableAttributeValue> getSearchStorageValues(DocumentSearchContext documentSearchContext)
- Specified by:
getSearchStorageValues
in interface SearchableAttribute
getSearchingRows
public List<Row> getSearchingRows(DocumentSearchContext documentSearchContext)
- Specified by:
getSearchingRows
in interface SearchableAttribute
validateUserSearchInputs
public List<WorkflowAttributeValidationError> validateUserSearchInputs(Map<Object,Object> paramMap,
DocumentSearchContext documentSearchContext)
- Specified by:
validateUserSearchInputs
in interface SearchableAttribute
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.