com.atlassian.jira.jql.context
Interface ProjectContext

All Known Implementing Classes:
AllProjectsContext, ProjectContextImpl

public interface ProjectContext

Represents an IssueType that is part of a search context.

Since:
v4.0

Method Summary
 Long getProjectId()
           
 boolean isAll()
          Indicates the special case of all projects that are not enumerated.
 

Method Detail

getProjectId

Long getProjectId()
Returns:
the project id for this context element.

isAll

boolean isAll()
Indicates the special case of all projects that are not enumerated. If this is true then the value for projectId will be null.

Returns:
true if all, false otherwise.


Copyright © 2002-2014 Atlassian. All Rights Reserved.