org.kuali.rice.kew.docsearch
Interface CaseAwareSearchableAttributeValue

All Superinterfaces:
SearchableAttributeValue
All Known Implementing Classes:
SearchableAttributeStringValue

public interface CaseAwareSearchableAttributeValue
extends SearchableAttributeValue

SearchableAttributeValue that can validate ignoring case


Method Summary
 Boolean isRangeValid(String lowerValue, String upperValue, boolean caseSensitive)
           
 
Methods inherited from interface org.kuali.rice.kew.docsearch.SearchableAttributeValue
allowsCaseInsensitivity, allowsRangeSearches, allowsWildcards, getAttributeDataType, getAttributeTableName, getDocumentId, getOjbConcreteClass, getRouteHeader, getSearchableAttributeDisplayValue, getSearchableAttributeKey, getSearchableAttributeValue, getSearchableAttributeValueId, isPassesDefaultValidation, isRangeValid, setDocumentId, setOjbConcreteClass, setRouteHeader, setSearchableAttributeKey, setSearchableAttributeValueId, setupAttributeValue, setupAttributeValue, toDocumentAttribute
 

Method Detail

isRangeValid

Boolean isRangeValid(String lowerValue,
                     String upperValue,
                     boolean caseSensitive)


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