public interface DocumentSearchCriteriaTranslator
DocumentSearchCriteria
.Modifier and Type | Method and Description |
---|---|
Map<String,String[]> |
translateCriteriaToFields(DocumentSearchCriteria criteria)
Translates the given
DocumentSearchCriteria into a map of fields values. |
DocumentSearchCriteria |
translateFieldsToCriteria(Map<String,String> fieldValues)
Translates the given map of fields values into a
DocumentSearchCriteria . |
DocumentSearchCriteria translateFieldsToCriteria(Map<String,String> fieldValues)
DocumentSearchCriteria
. The given map of
field values is keyed based on the name of the field being submitted and the value represents that field value,
which may contain wildcards and other logical operators supported by the KNS lookup framework.fieldValues
- the map of field names and values from which to populate the criteriaMap<String,String[]> translateCriteriaToFields(DocumentSearchCriteria criteria)
DocumentSearchCriteria
into a map of fields values. Reverse of
translateFieldsToCriteria(java.util.Map)
criteria
- document search criteriaCopyright © 2005–2016 The Kuali Foundation. All rights reserved.