Uses of Interface
com.atlassian.jira.jql.context.ClauseContext

Packages that use ClauseContext
com.atlassian.jira.issue.fields   
com.atlassian.jira.jql.context   
 

Uses of ClauseContext in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that return ClauseContext
 ClauseContext FieldContextGenerator.generateClauseContext(List<Project> projects, String fieldId)
          Creates the Contexts that represent the combinations of project and issue type for which the given field is visible.
 

Uses of ClauseContext in com.atlassian.jira.jql.context
 

Classes in com.atlassian.jira.jql.context that implement ClauseContext
 class ClauseContextImpl
           
 

Methods in com.atlassian.jira.jql.context that return ClauseContext
static ClauseContext ClauseContextImpl.createGlobalClauseContext()
           
 ClauseContext IssueTypeClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext SavedFilterClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext IssueSecurityLevelClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext ProjectClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext SimpleClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext ProjectCategoryClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext StatusClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext IssueIdClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext CascadingSelectCustomFieldClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext IssueParentClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext AllTextClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext SelectCustomFieldClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext ValidatingDecoratorContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext AbstractProjectAttributeClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext IntersectingClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext ClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
          Generates a clause context for the associated handler.
 ClauseContext MultiClauseDecoratorContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext CustomFieldClauseContextFactory.getClauseContext(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 ClauseContext FieldConfigSchemeClauseContextUtil.getContextForConfigScheme(com.atlassian.crowd.embedded.api.User searcher, FieldConfigScheme fieldConfigScheme)
          Given a FieldConfigScheme determines the ClauseContext specified by it, taking into account what is visible to the searcher User
 ClauseContext QueryContextVisitor.ContextResult.getFullContext()
           
 ClauseContext QueryContextVisitor.ContextResult.getSimpleContext()
           
 ClauseContext ContextProjectMap.intersect(ContextProjectMap contextProjectMap)
           
 ClauseContext ContextSetUtil.intersect(Set<? extends ClauseContext> childClauseContexts)
          Performs an itersection of the ClauseContext's passed in.
 ClauseContext ContextProjectMap.union(ContextProjectMap contextProjectMap)
           
 ClauseContext ContextSetUtil.union(Set<? extends ClauseContext> childClauseContexts)
          Performs a union of the ClauseContext's passed in.
 

Method parameters in com.atlassian.jira.jql.context with type arguments of type ClauseContext
 ClauseContext ContextSetUtil.intersect(Set<? extends ClauseContext> childClauseContexts)
          Performs an itersection of the ClauseContext's passed in.
 ClauseContext ContextSetUtil.union(Set<? extends ClauseContext> childClauseContexts)
          Performs a union of the ClauseContext's passed in.
 

Constructors in com.atlassian.jira.jql.context with parameters of type ClauseContext
ContextProjectMap(ClauseContext context)
           
QueryContextImpl(ClauseContext clauseContext)
           
QueryContextVisitor.ContextResult(ClauseContext fullContext, ClauseContext simpleContext)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.