org.kuali.rice.kew.docsearch
Class TestXMLSearchableAttributeDateTime

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

public class TestXMLSearchableAttributeDateTime
extends Object
implements SearchableAttribute

See Also:
Serialized Form

Field Summary
static String SEARCH_STORAGE_KEY
           
static Timestamp SEARCH_STORAGE_VALUE
           
static Long SEARCH_STORAGE_VALUE_IN_MILLS
           
private static long serialVersionUID
           
 
Fields inherited from interface org.kuali.rice.kew.docsearch.SearchableAttribute
SEARCHABLE_ATTRIBUTE_BASE_CLASS_LIST
 
Constructor Summary
TestXMLSearchableAttributeDateTime()
           
 
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_IN_MILLS

public static final Long SEARCH_STORAGE_VALUE_IN_MILLS

SEARCH_STORAGE_VALUE

public static final Timestamp SEARCH_STORAGE_VALUE
Constructor Detail

TestXMLSearchableAttributeDateTime

public TestXMLSearchableAttributeDateTime()
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.