com.atlassian.jira.jql.context
Interface IssueTypeContext

All Known Implementing Classes:
AllIssueTypesContext, IssueTypeContextImpl

public interface IssueTypeContext

Represents an IssueType that is part of a search context.

Since:
v4.0

Method Summary
 java.lang.String getIssueTypeId()
           
 boolean isAll()
          Indicates the special case of all issue types that are not enumerated.
 

Method Detail

getIssueTypeId

java.lang.String getIssueTypeId()
Returns:
the issue type id for this context element.

isAll

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

Returns:
true if all, false otherwise.


Copyright © 2002-2010 Atlassian. All Rights Reserved.