public class IssueClauseValueSanitiser extends Object implements ClauseSanitiser
| Constructor and Description |
|---|
IssueClauseValueSanitiser(PermissionManager permissionManager,
JqlOperandResolver jqlOperandResolver,
JqlIssueSupport jqlIssueSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Clause |
sanitise(ApplicationUser user,
TerminalClause clause)
Note: we cannot assume that the
IssueClauseValueSanitiser.IssueOperandSanitisingVisitor
returns the same type of operand that went in, because issues can expand to more than one literal. |
public IssueClauseValueSanitiser(PermissionManager permissionManager, JqlOperandResolver jqlOperandResolver, JqlIssueSupport jqlIssueSupport)
public Clause sanitise(ApplicationUser user, TerminalClause clause)
IssueClauseValueSanitiser.IssueOperandSanitisingVisitor
returns the same type of operand that went in, because issues can expand to more than one literal.sanitise in interface ClauseSanitiserclause - the clause to sanitiseuser - the user performing the searchCopyright © 2002-2019 Atlassian. All Rights Reserved.