org.kuali.rice.kew.docsearch
Class TestXMLSearchableAttributeDateTime
java.lang.Object
org.kuali.rice.kew.docsearch.TestXMLSearchableAttributeDateTime
- All Implemented Interfaces:
- SearchableAttribute
public class TestXMLSearchableAttributeDateTime
- extends Object
- implements SearchableAttribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 org.joda.time.DateTime SEARCH_STORAGE_VALUE
TestXMLSearchableAttributeDateTime
public TestXMLSearchableAttributeDateTime()
generateSearchContent
public String generateSearchContent(ExtensionDefinition extensionDefinition,
String documentTypeName,
WorkflowAttributeDefinition attributeDefinition)
- Specified by:
generateSearchContent
in interface SearchableAttribute
extractDocumentAttributes
public List<DocumentAttribute> extractDocumentAttributes(ExtensionDefinition extensionDefinition,
DocumentWithContent documentWithContent)
- Specified by:
extractDocumentAttributes
in interface SearchableAttribute
getSearchFields
public List<RemotableAttributeField> getSearchFields(ExtensionDefinition extensionDefinition,
String documentTypeName)
- Specified by:
getSearchFields
in interface SearchableAttribute
validateDocumentAttributeCriteria
public List<RemotableAttributeError> validateDocumentAttributeCriteria(ExtensionDefinition extensionDefinition,
DocumentSearchCriteria documentSearchCriteria)
- Specified by:
validateDocumentAttributeCriteria
in interface SearchableAttribute
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.