com.atlassian.jira.issue.context
Interface IssueContext

All Known Subinterfaces:
Issue, JiraContextNode, MutableIssue
All Known Implementing Classes:
AbstractIssue, AbstractJiraContext, GlobalIssueContext, IssueContextImpl, IssueImpl, LazyIssueContext

public interface IssueContext

A context (scope) for an issue or custom field. For example, global custom fields have an IssueContext whose project and issue type are null.


Method Summary
 org.ofbiz.core.entity.GenericValue getIssueType()
           
 org.ofbiz.core.entity.GenericValue getProject()
           
 

Method Detail

getProject

public org.ofbiz.core.entity.GenericValue getProject()

getIssueType

public org.ofbiz.core.entity.GenericValue getIssueType()


Copyright © 2002-2006 Atlassian. All Rights Reserved.