|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi 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.
| Field Summary | |
|---|---|
static IssueContext |
GLOBAL
Global context not associated with any project or any issues types. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final IssueContext GLOBAL
| Method Detail |
|---|
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.0
A 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.0
A 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||