Uses of Class
com.atlassian.query.operand.EmptyOperand
Packages that use EmptyOperand
Package
Description
-
Uses of EmptyOperand in com.atlassian.jira.jql.operand
Methods in com.atlassian.jira.jql.operand with parameters of type EmptyOperandModifier and TypeMethodDescriptionEmptyOperandHandler.getValues
(QueryCreationContext queryCreationContext, EmptyOperand operand, TerminalClause terminalClause) EmptyOperandHandler.validate
(ApplicationUser searcher, EmptyOperand operand, TerminalClause terminalClause) -
Uses of EmptyOperand in com.atlassian.jira.jql.permission
Methods in com.atlassian.jira.jql.permission with parameters of type EmptyOperand -
Uses of EmptyOperand in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util with parameters of type EmptyOperandModifier and TypeMethodDescriptionArgumentExtractingOperandVisitor.visit
(EmptyOperand emptyOperand) -
Uses of EmptyOperand in com.atlassian.query.operand
Fields in com.atlassian.query.operand declared as EmptyOperandMethods in com.atlassian.query.operand with parameters of type EmptyOperandModifier and TypeMethodDescriptionOperandVisitor.visit
(EmptyOperand empty) The method called when visiting anEmptyOperand
.