|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionOperand | |
---|---|
com.atlassian.jira.jql.operand | |
com.atlassian.jira.jql.validator | |
com.atlassian.jira.plugin.jql.function | |
com.atlassian.query.operand |
Uses of FunctionOperand in com.atlassian.jira.jql.operand |
---|
Methods in com.atlassian.jira.jql.operand that return FunctionOperand | |
---|---|
FunctionOperand |
JqlOperandResolver.sanitiseFunctionOperand(com.atlassian.crowd.embedded.api.User searcher,
FunctionOperand operand)
Sanitise a function operand for the specified user, so that information is not leaked. |
Methods in com.atlassian.jira.jql.operand with parameters of type FunctionOperand | |
---|---|
FunctionOperand |
JqlOperandResolver.sanitiseFunctionOperand(com.atlassian.crowd.embedded.api.User searcher,
FunctionOperand operand)
Sanitise a function operand for the specified user, so that information is not leaked. |
Uses of FunctionOperand in com.atlassian.jira.jql.validator |
---|
Methods in com.atlassian.jira.jql.validator with parameters of type FunctionOperand | |
---|---|
MessageSet |
NumberOfArgumentsValidator.validate(FunctionOperand operand)
|
Uses of FunctionOperand in com.atlassian.jira.plugin.jql.function |
---|
Methods in com.atlassian.jira.plugin.jql.function that return FunctionOperand | |
---|---|
FunctionOperand |
ClauseSanitisingJqlFunction.sanitiseOperand(com.atlassian.crowd.embedded.api.User searcher,
FunctionOperand operand)
Sanitise a function operand for the specified user, so that information is not leaked. |
Methods in com.atlassian.jira.plugin.jql.function with parameters of type FunctionOperand | |
---|---|
List<QueryLiteral> |
JqlFunction.getValues(QueryCreationContext queryCreationContext,
FunctionOperand operand,
TerminalClause terminalClause)
Gets the unexpanded values provided by the user on input. |
FunctionOperand |
ClauseSanitisingJqlFunction.sanitiseOperand(com.atlassian.crowd.embedded.api.User searcher,
FunctionOperand operand)
Sanitise a function operand for the specified user, so that information is not leaked. |
MessageSet |
JqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
Will validate the function operand's arguments and report back any errors. |
protected MessageSet |
AbstractJqlFunction.validateNumberOfArgs(FunctionOperand operand,
int expected)
|
Uses of FunctionOperand in com.atlassian.query.operand |
---|
Methods in com.atlassian.query.operand with parameters of type FunctionOperand | |
---|---|
R |
OperandVisitor.visit(FunctionOperand function)
The method called when visiting a FunctionOperand . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |