|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchableAttributeValue in org.kuali.rice.kew.docsearch |
|---|
| Subinterfaces of SearchableAttributeValue in org.kuali.rice.kew.docsearch | |
|---|---|
interface |
CaseAwareSearchableAttributeValue
SearchableAttributeValue that can validate ignoring case |
| Classes in org.kuali.rice.kew.docsearch that implement SearchableAttributeValue | |
|---|---|
class |
SearchableAttributeDateTimeValue
|
class |
SearchableAttributeFloatValue
|
class |
SearchableAttributeLongValue
|
class |
SearchableAttributeStringValue
|
| Fields in org.kuali.rice.kew.docsearch with type parameters of type SearchableAttributeValue | |
|---|---|
static List<Class<? extends SearchableAttributeValue>> |
DocumentSearchInternalUtils.SEARCHABLE_ATTRIBUTE_BASE_CLASS_LIST
|
| Methods in org.kuali.rice.kew.docsearch that return SearchableAttributeValue | |
|---|---|
static SearchableAttributeValue |
DocumentSearchInternalUtils.getSearchableAttributeValueByDataTypeString(String dataType)
|
| Methods in org.kuali.rice.kew.docsearch that return types with arguments of type SearchableAttributeValue | |
|---|---|
static List<SearchableAttributeValue> |
DocumentSearchInternalUtils.getSearchableAttributeValueObjectTypes()
|
| Methods in org.kuali.rice.kew.docsearch with parameters of type SearchableAttributeValue | |
|---|---|
static Collection<RemotableAttributeError> |
DocumentSearchInternalUtils.validateParsedSearchFieldValue(String fieldName,
SearchableAttributeValue attributeValue,
String parsedValue,
String errorMessagePrefix,
List<String> resultingValues,
com.google.common.base.Function<String,Collection<RemotableAttributeError>> customValidator)
Validates a single terminal value from a single search field (list of values); calls a custom validator if default validation passes and custom validator is given |
static List<RemotableAttributeError> |
DocumentSearchInternalUtils.validateSearchFieldValue(String fieldName,
SearchableAttributeValue attributeValue,
String enteredValue,
String errorMessagePrefix,
List<String> resultingValues,
com.google.common.base.Function<String,Collection<RemotableAttributeError>> customValidator)
Validates a single DocumentSearchCriteria searchable attribute field value (of the list of possibly multiple values) |
static List<RemotableAttributeError> |
DocumentSearchInternalUtils.validateSearchFieldValues(String fieldName,
SearchableAttributeValue attributeValue,
List<String> searchValues,
String errorMessagePrefix,
List<String> resultingValues,
com.google.common.base.Function<String,Collection<RemotableAttributeError>> customValidator)
|
| Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.dao |
|---|
| Methods in org.kuali.rice.kew.routeheader.dao that return types with arguments of type SearchableAttributeValue | |
|---|---|
Collection<SearchableAttributeValue> |
DocumentRouteHeaderDAO.findSearchableAttributeValues(String documentId)
|
| Methods in org.kuali.rice.kew.routeheader.dao with parameters of type SearchableAttributeValue | |
|---|---|
void |
DocumentRouteHeaderDAO.save(SearchableAttributeValue searchableAttribute)
|
| Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.dao.impl |
|---|
| Methods in org.kuali.rice.kew.routeheader.dao.impl that return types with arguments of type SearchableAttributeValue | |
|---|---|
Collection<SearchableAttributeValue> |
DocumentRouteHeaderDAOOjbImpl.findSearchableAttributeValues(String documentId)
|
Collection<SearchableAttributeValue> |
DocumentRouteHeaderDAOJpaImpl.findSearchableAttributeValues(String documentId)
|
| Methods in org.kuali.rice.kew.routeheader.dao.impl with parameters of type SearchableAttributeValue | |
|---|---|
void |
DocumentRouteHeaderDAOOjbImpl.save(SearchableAttributeValue searchableAttributeValue)
|
void |
DocumentRouteHeaderDAOJpaImpl.save(SearchableAttributeValue searchableAttributeValue)
|
| Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.service |
|---|
| Method parameters in org.kuali.rice.kew.routeheader.service with type arguments of type SearchableAttributeValue | |
|---|---|
void |
RouteHeaderService.updateRouteHeaderSearchValues(String documentId,
List<SearchableAttributeValue> searchAttributes)
Updates the searchable attribute values for the document with the given id to the given values. |
| Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.service.impl |
|---|
| Method parameters in org.kuali.rice.kew.routeheader.service.impl with type arguments of type SearchableAttributeValue | |
|---|---|
void |
RouteHeaderServiceImpl.updateRouteHeaderSearchValues(String documentId,
List<SearchableAttributeValue> searchAttributes)
|
| Uses of SearchableAttributeValue in org.kuali.rice.kew.web |
|---|
| Methods in org.kuali.rice.kew.web that return SearchableAttributeValue | |
|---|---|
SearchableAttributeValue |
KeyValueSort.getSearchableAttributeValue()
|
| Constructors in org.kuali.rice.kew.web with parameters of type SearchableAttributeValue | |
|---|---|
KeyValueSort(String key,
String value,
Object sortValue,
SearchableAttributeValue searchableAttributeValue)
|
|
KeyValueSort(String key,
String value,
String userDisplayValue,
Object sortValue,
SearchableAttributeValue searchableAttributeValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||