|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredicateOperandResolver
Responsible for validating Operand
s and extracting the
String values from them.
Method Summary | |
---|---|
List<QueryLiteral> |
getValues(com.atlassian.crowd.embedded.api.User searcher,
com.atlassian.query.operand.Operand operand)
|
boolean |
isEmptyOperand(com.atlassian.crowd.embedded.api.User searcher,
com.atlassian.query.operand.Operand operand)
Returns true if the operand represents an EMPTY operand. |
boolean |
isFunctionOperand(com.atlassian.crowd.embedded.api.User searcher,
com.atlassian.query.operand.Operand operand)
Returns true if the passed operand is a function call. |
boolean |
isListOperand(com.atlassian.crowd.embedded.api.User searcher,
com.atlassian.query.operand.Operand operand)
Returns true if the passed operand returns a list of values. |
Method Detail |
---|
List<QueryLiteral> getValues(com.atlassian.crowd.embedded.api.User searcher, com.atlassian.query.operand.Operand operand)
boolean isEmptyOperand(com.atlassian.crowd.embedded.api.User searcher, com.atlassian.query.operand.Operand operand)
operand
- the operand to check if it is a EMPTY operand
boolean isFunctionOperand(com.atlassian.crowd.embedded.api.User searcher, com.atlassian.query.operand.Operand operand)
operand
- the operand to check. Cannot be null.
boolean isListOperand(com.atlassian.crowd.embedded.api.User searcher, com.atlassian.query.operand.Operand operand)
operand
- the operand to check. Cannot be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |