@PublicApi
public interface IssueContext
| Modifier and Type | Field and Description |
|---|---|
static IssueContext |
GLOBAL
Global context not associated with any project or any issues types.
|
| Modifier and Type | Method and Description |
|---|---|
org.ofbiz.core.entity.GenericValue |
getIssueType()
Deprecated.
Please use
getIssueTypeObject(). Deprecated since v4.0 |
String |
getIssueTypeId()
Gets the ID of the IssueType for this IssueContext.
|
IssueType |
getIssueTypeObject()
Gets the IssueType for this IssueContext.
|
org.ofbiz.core.entity.GenericValue |
getProject()
Deprecated.
Please use
getProjectObject(). Deprecated since v4.0 |
Long |
getProjectId()
Gets the ID of the Project for this IssueContext.
|
Project |
getProjectObject()
Gets the Project for this IssueContext.
|
static final IssueContext GLOBAL
Project getProjectObject()
A null return value is used to represent that this context applies to all Projects.
org.ofbiz.core.entity.GenericValue getProject()
getProjectObject(). Deprecated since v4.0A null return value is used to represent that this context applies to all Projects.
Long getProjectId()
A null return value is used to represent that this context applies to all Projects.
IssueType getIssueTypeObject()
A null return value is used to represent that this context applies to all IssueTypes.
org.ofbiz.core.entity.GenericValue getIssueType()
getIssueTypeObject(). Deprecated since v4.0A null return value is used to represent that this context applies to all IssueTypes.
String getIssueTypeId()
A null return value is used to represent that this context applies to all IssueTypes.
Copyright © 2002-2015 Atlassian. All Rights Reserved.