Package org.kuali.rice.kew.docsearch
Interface SearchableAttributeValue
- All Known Subinterfaces:
CaseAwareSearchableAttributeValue
- All Known Implementing Classes:
SearchableAttributeBase,SearchableAttributeDateTimeValue,SearchableAttributeFloatValue,SearchableAttributeLongValue,SearchableAttributeNumericBase,SearchableAttributeStringValue
public interface SearchableAttributeValue
Model bean mapped to ojb that holds a single piece of searchable data for a document.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanisPassesDefaultValidation(String valueEntered) isRangeValid(String lowerValue, String upperValue) voidsetDocumentId(String documentId) voidsetOjbConcreteClass(String ojbConcreteClass) voidsetRouteHeader(DocumentRouteHeaderValue routeHeader) voidsetSearchableAttributeKey(String searchableAttributeKey) voidsetSearchableAttributeValueId(String searchableAttributeValueId) voidsetupAttributeValue(String value) voidsetupAttributeValue(ResultSet resultSet, String columnName)
-
Method Details
-
getAttributeDataType
String getAttributeDataType() -
getAttributeTableName
String getAttributeTableName() -
allowsWildcards
boolean allowsWildcards() -
allowsCaseInsensitivity
boolean allowsCaseInsensitivity() -
allowsRangeSearches
boolean allowsRangeSearches() -
isPassesDefaultValidation
-
isRangeValid
-
setupAttributeValue
-
setupAttributeValue
- Throws:
SQLException
-
getSearchableAttributeDisplayValue
String getSearchableAttributeDisplayValue() -
getOjbConcreteClass
String getOjbConcreteClass() -
setOjbConcreteClass
-
getRouteHeader
DocumentRouteHeaderValue getRouteHeader() -
setRouteHeader
-
getDocumentId
String getDocumentId() -
setDocumentId
-
getSearchableAttributeKey
String getSearchableAttributeKey() -
setSearchableAttributeKey
-
getSearchableAttributeValueId
String getSearchableAttributeValueId() -
setSearchableAttributeValueId
-
getSearchableAttributeValue
Object getSearchableAttributeValue() -
toDocumentAttribute
DocumentAttribute toDocumentAttribute()
-