Interface FieldSearcherBasic
- All Superinterfaces:
FieldSearcher
- All Known Implementing Classes:
AbstractFieldSearcherBasic,AbstractIdFieldSearcherBasic
-
Method Summary
Modifier and TypeMethodDescriptiongetRepresentationFromClause(QueryContext context, ConditionClause clause) getRepresentationFromParams(QueryContext context, IssueField field, Object formParams) Methods inherited from interface ru.slie.luna.issue.field.searcher.FieldSearcher
addDocumentIndex, getClauseValueType, getDescription, getIndexQuery, getName, getSupportedFieldTypeKey, getSupportedOperator, validateOperand
-
Method Details
-
getRepresentationFromParams
FieldSearchRepresentation getRepresentationFromParams(QueryContext context, IssueField field, Object formParams) throws ValidateException - Throws:
ValidateException
-
getRepresentationFromClause
Optional<FieldSearchRepresentation> getRepresentationFromClause(QueryContext context, ConditionClause clause)
-