Uses of Class
com.atlassian.query.operand.SingleValueOperand
Packages that use SingleValueOperand
Package
Description
-
Uses of SingleValueOperand in com.atlassian.jira.issue.search.searchers.util
Methods in com.atlassian.jira.issue.search.searchers.util that return SingleValueOperandModifier and TypeMethodDescriptionprotected SingleValueOperand
DefaultIndexedInputHelper.createSingleValueOperandFromId
(String stringValue) Resolve this string representation of a navigator value (known not to be a field flag) into an operand to be used in a clause (assuming that this is a single value operand).protected SingleValueOperand
IssueConstantIndexedInputHelper.createSingleValueOperandFromId
(String stringValue) protected SingleValueOperand
VersionIndexedInputHelper.createSingleValueOperandFromId
(String stringValue) -
Uses of SingleValueOperand in com.atlassian.jira.jql.operand
Methods in com.atlassian.jira.jql.operand with parameters of type SingleValueOperandModifier and TypeMethodDescriptionSingleValueOperandHandler.getValues
(QueryCreationContext queryCreationContext, SingleValueOperand operand, TerminalClause terminalClause) SingleValueOperandHandler.validate
(ApplicationUser searcher, SingleValueOperand operand, TerminalClause terminalClause) -
Uses of SingleValueOperand in com.atlassian.jira.jql.permission
Methods in com.atlassian.jira.jql.permission with parameters of type SingleValueOperandModifier and TypeMethodDescriptionDefaultOperandSanitisingVisitor.visit
(SingleValueOperand singleValueOperand) -
Uses of SingleValueOperand in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util with parameters of type SingleValueOperandModifier and TypeMethodDescriptionArgumentExtractingOperandVisitor.visit
(SingleValueOperand singleValueOperand) -
Uses of SingleValueOperand in com.atlassian.query.operand
Methods in com.atlassian.query.operand with parameters of type SingleValueOperandModifier and TypeMethodDescriptionOperandVisitor.visit
(SingleValueOperand singleValueOperand) The method called when visiting anSingleValueOperand
.