org.kuali.rice.kew.docsearch
Class TestXMLSearchableAttributeLong

java.lang.Object
  extended by org.kuali.rice.kew.docsearch.TestXMLSearchableAttributeLong
All Implemented Interfaces:
Serializable, SearchableAttribute

public class TestXMLSearchableAttributeLong
extends Object
implements SearchableAttribute

See Also:
Serialized Form

Field Summary
static String SEARCH_STORAGE_KEY
           
static Long SEARCH_STORAGE_VALUE
           
private static long serialVersionUID
           
 
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
 
Constructor Summary
TestXMLSearchableAttributeLong()
           
 
Method Summary
 String getSearchContent(DocumentSearchContext documentSearchContext)
           
 List<Row> getSearchingRows(DocumentSearchContext documentSearchContext)
           
 List<SearchableAttributeValue> getSearchStorageValues(DocumentSearchContext documentSearchContext)
           
 List<WorkflowAttributeValidationError> validateUserSearchInputs(Map<Object,Object> paramMap, DocumentSearchContext documentSearchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kew.docsearch.SearchableAttribute
 

Field Detail

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
Constructor Detail

TestXMLSearchableAttributeLong

public TestXMLSearchableAttributeLong()
Method Detail

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.