Package | Description |
---|---|
com.atlassian.jira.jql.operand | |
com.atlassian.jira.jql.validator | |
com.atlassian.jira.plugin.jql.function | |
com.atlassian.query.operand |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MessageSet |
NumberOfArgumentsValidator.validate(FunctionOperand operand) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
R |
OperandVisitor.visit(FunctionOperand function)
The method called when visiting a
FunctionOperand . |
Copyright © 2002-2014 Atlassian. All Rights Reserved.