|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.context.AbstractJiraContext
com.atlassian.jira.issue.context.ProjectCategoryContext
@PublicApi public class ProjectCategoryContext
| Field Summary | |
|---|---|
protected ProjectCategory |
projectCategory
|
| Fields inherited from interface com.atlassian.jira.issue.context.JiraContextNode |
|---|
FIELD_PROJECT, FIELD_PROJECT_CATEGORY |
| Fields inherited from interface com.atlassian.jira.issue.context.IssueContext |
|---|
GLOBAL |
| Constructor Summary | |
|---|---|
ProjectCategoryContext(org.ofbiz.core.entity.GenericValue projectCategoryGV,
JiraContextTreeManager treeManager)
Deprecated. Use ProjectCategoryContext(com.atlassian.jira.project.ProjectCategory, com.atlassian.jira.issue.context.manager.JiraContextTreeManager) instead. Since v5.2. |
|
ProjectCategoryContext(ProjectCategory projectCategory,
JiraContextTreeManager treeManager)
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
appendToParamsMap(Map<String,Object> input)
Copy the supplied parameters and add new ones. |
org.ofbiz.core.entity.GenericValue |
getIssueType()
Gets the IssueType for this IssueContext. |
String |
getIssueTypeId()
Gets the ID of the IssueType for this IssueContext. |
IssueType |
getIssueTypeObject()
Gets the IssueType for this IssueContext. |
com.atlassian.bandana.BandanaContext |
getParentContext()
|
org.ofbiz.core.entity.GenericValue |
getProject()
Gets the Project for this IssueContext. |
org.ofbiz.core.entity.GenericValue |
getProjectCategory()
|
ProjectCategory |
getProjectCategoryObject()
|
Long |
getProjectId()
Gets the ID of the Project for this IssueContext. |
Project |
getProjectObject()
Gets the Project for this IssueContext. |
boolean |
hasParentContext()
|
String |
toString()
|
| Methods inherited from class com.atlassian.jira.issue.context.AbstractJiraContext |
|---|
compareTo, equals, hashCode, isInContext |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ProjectCategory projectCategory
| Constructor Detail |
|---|
public ProjectCategoryContext(org.ofbiz.core.entity.GenericValue projectCategoryGV,
JiraContextTreeManager treeManager)
ProjectCategoryContext(com.atlassian.jira.project.ProjectCategory, com.atlassian.jira.issue.context.manager.JiraContextTreeManager) instead. Since v5.2.
projectCategoryGV - treeManager -
public ProjectCategoryContext(ProjectCategory projectCategory,
JiraContextTreeManager treeManager)
| Method Detail |
|---|
public com.atlassian.bandana.BandanaContext getParentContext()
public boolean hasParentContext()
public Map<String,Object> appendToParamsMap(Map<String,Object> input)
JiraContextNode
input - to copy from
public Project getProjectObject()
IssueContextA null return value is used to represent that this context applies to all Projects.
public org.ofbiz.core.entity.GenericValue getProject()
IssueContextA null return value is used to represent that this context applies to all Projects.
public Long getProjectId()
IssueContextA null return value is used to represent that this context applies to all Projects.
public org.ofbiz.core.entity.GenericValue getProjectCategory()
public ProjectCategory getProjectCategoryObject()
public IssueType getIssueTypeObject()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
public org.ofbiz.core.entity.GenericValue getIssueType()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
public String getIssueTypeId()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
public String toString()
toString in class AbstractJiraContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||