com.atlassian.jira.issue.context
Interface IssueContext

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

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. TODO: add non-generic value (id or domain object) getters and deprecate the GVs


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

Method Detail

getProject

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

getIssueType

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


Copyright © 2002-2009 Atlassian. All Rights Reserved.