Uses of Package
com.atlassian.jira.jql.operand

Packages that use com.atlassian.jira.jql.operand
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.dev.jql.function   
com.atlassian.jira.dev.reference.plugin.jql   
com.atlassian.jira.dev.reference.plugin.searchers   
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.customfields.searchers.transformer   
com.atlassian.jira.issue.search.handlers   
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.search.searchers.util   
com.atlassian.jira.jql.context   
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.operand.registry   
com.atlassian.jira.jql.permission   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.util   
com.atlassian.jira.jql.validator   
com.atlassian.jira.matchers   
com.atlassian.jira.plugin.jql.function   
com.atlassian.query.operand   
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.bc.issue.search
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.dev.jql.function
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.dev.reference.plugin.jql
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.dev.reference.plugin.searchers
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.changehistory
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.comments
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.customfields.searchers
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.customfields.searchers.transformer
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.search.handlers
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.search.searchers.impl
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.search.searchers.transformer
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.issue.search.searchers.util
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.context
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.operand
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
OperandHandler
          Knows how to perform validation on and get expanded values from Operands.
PredicateOperandHandler
          Return the values from the Operand
PredicateOperandHandlerRegistry
          Has the standard handlers for dealing with history predicates
PredicateOperandResolver
          Responsible for validating Operands and extracting the String values from them.
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.operand.registry
FunctionOperandHandler
          Adapter to convert the plugin point JqlFunction into OperandHandler.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.permission
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.query
EmptyWasClauseOperandHandler
           
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
PredicateOperandResolver
          Responsible for validating Operands and extracting the String values from them.
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.resolver
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.util
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.jql.validator
JqlOperandResolver
          Responsible for validating Operands and extracting the QueryLiteral values from them.
PredicateOperandResolver
          Responsible for validating Operands and extracting the String values from them.
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.matchers
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.jira.plugin.jql.function
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 

Classes in com.atlassian.jira.jql.operand used by com.atlassian.query.operand
QueryLiteral
          Used to communicate literal values, Strings or Longs, as input into the Operands.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.