|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PredicateOperandResolver
Responsible for validating Operands and extracting the
String values from them.
| Method Summary | |
|---|---|
List<QueryLiteral> |
getValues(com.atlassian.crowd.embedded.api.User searcher,
String field,
Operand operand)
|
boolean |
isEmptyOperand(com.atlassian.crowd.embedded.api.User searcher,
String field,
Operand operand)
Returns true if the operand represents an EMPTY operand. |
boolean |
isFunctionOperand(com.atlassian.crowd.embedded.api.User searcher,
String field,
Operand operand)
Returns true if the passed operand is a function call. |
boolean |
isListOperand(com.atlassian.crowd.embedded.api.User searcher,
String field,
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,
String field,
Operand operand)
searcher - the User performing the lookupfield - a String representing the field over which you are searchingoperand - the Operand containing the values used to search
boolean isEmptyOperand(com.atlassian.crowd.embedded.api.User searcher,
String field,
Operand operand)
operand - the operand to check if it is a EMPTY operand
boolean isFunctionOperand(com.atlassian.crowd.embedded.api.User searcher,
String field,
Operand operand)
operand - the operand to check. Cannot be null.
boolean isListOperand(com.atlassian.crowd.embedded.api.User searcher,
String field,
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 | |||||||||