Uses of Interface
org.kuali.rice.kew.docsearch.SearchableAttributeValue
Packages that use SearchableAttributeValue
Package
Description
-
Uses of SearchableAttributeValue in org.kuali.rice.kew.docsearch
Subinterfaces of SearchableAttributeValue in org.kuali.rice.kew.docsearchModifier and TypeInterfaceDescriptioninterfaceSearchableAttributeValue that can validate ignoring caseClasses in org.kuali.rice.kew.docsearch that implement SearchableAttributeValueModifier and TypeClassDescriptionclassclassclassclassclassAbstract base class for numeric searchable attributes.classFields in org.kuali.rice.kew.docsearch with type parameters of type SearchableAttributeValueModifier and TypeFieldDescriptionstatic final List<Class<? extends SearchableAttributeValue>> DocumentSearchInternalUtils.SEARCHABLE_ATTRIBUTE_BASE_CLASS_LISTMethods in org.kuali.rice.kew.docsearch that return SearchableAttributeValueModifier and TypeMethodDescriptionstatic SearchableAttributeValueDocumentSearchInternalUtils.getSearchableAttributeValueByDataTypeString(String dataType) Methods in org.kuali.rice.kew.docsearch that return types with arguments of type SearchableAttributeValueModifier and TypeMethodDescriptionstatic List<SearchableAttributeValue> DocumentSearchInternalUtils.getSearchableAttributeValueObjectTypes()Methods in org.kuali.rice.kew.docsearch with parameters of type SearchableAttributeValueModifier and TypeMethodDescriptionstatic 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 givenstatic 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 SearchableAttributeValueModifier and TypeMethodDescriptionDocumentRouteHeaderDAO.findSearchableAttributeValues(String documentId) Methods in org.kuali.rice.kew.routeheader.dao with parameters of type SearchableAttributeValueModifier and TypeMethodDescriptionvoidDocumentRouteHeaderDAO.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 SearchableAttributeValueModifier and TypeMethodDescriptionDocumentRouteHeaderDAOJpa.findSearchableAttributeValues(String documentId) Methods in org.kuali.rice.kew.routeheader.dao.impl with parameters of type SearchableAttributeValueModifier and TypeMethodDescriptionvoidDocumentRouteHeaderDAOJpa.save(SearchableAttributeValue searchableAttribute) -
Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.service
Method parameters in org.kuali.rice.kew.routeheader.service with type arguments of type SearchableAttributeValueModifier and TypeMethodDescriptionvoidRouteHeaderService.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 SearchableAttributeValueModifier and TypeMethodDescriptionvoidRouteHeaderServiceImpl.updateRouteHeaderSearchValues(String documentId, List<SearchableAttributeValue> searchAttributes) -
Uses of SearchableAttributeValue in org.kuali.rice.kew.web
Methods in org.kuali.rice.kew.web that return SearchableAttributeValueConstructors in org.kuali.rice.kew.web with parameters of type SearchableAttributeValueModifierConstructorDescriptionKeyValueSort(String key, String value, Object sortValue, SearchableAttributeValue searchableAttributeValue) KeyValueSort(String key, String value, String userDisplayValue, Object sortValue, SearchableAttributeValue searchableAttributeValue)