|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentSearchCriteriaTranslator
Handles translating between parameters submitted to the document search and DocumentSearchCriteria
.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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 criteria
Map<String,String[]> translateCriteriaToFields(DocumentSearchCriteria criteria)
DocumentSearchCriteria
into a map of fields values. Reverse of
translateFieldsToCriteria(java.util.Map)
criteria
- document search criteria
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |