com.atlassian.jira.jql.context
Interface ClauseContext

All Known Implementing Classes:
ClauseContextImpl

public interface ClauseContext

Used to specify the context for an individual clause. This will be a set of ProjectIssueTypeContexts.

Since:
v4.0

Method Summary
 boolean containsGlobalContext()
           
 Set<ProjectIssueTypeContext> getContexts()
           
 

Method Detail

getContexts

Set<ProjectIssueTypeContext> getContexts()
Returns:
the project/issue type contexts that are defined by a clause.

containsGlobalContext

boolean containsGlobalContext()
Returns:
true if one of the contexts is the same as ProjectIssueTypeContextImpl.createGlobalContext().


Copyright © 2002-2014 Atlassian. All Rights Reserved.