|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.issue.context.AbstractJiraContext com.atlassian.jira.issue.context.GlobalIssueContext
@PublicApi public class GlobalIssueContext
Field Summary | |
---|---|
static String |
GLOBAL_CONTEXT_STR
|
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 | |
---|---|
GlobalIssueContext(JiraContextTreeManager treeManager)
Deprecated. Use getInstance() instead. Since v6.1. |
Method Summary | |
---|---|
Map<String,Object> |
appendToParamsMap(Map<String,Object> input)
Copy the supplied parameters and add new ones. |
static JiraContextNode |
getInstance()
|
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()
|
boolean |
isInContext(IssueContext issueContext)
|
String |
toString()
|
Methods inherited from class com.atlassian.jira.issue.context.AbstractJiraContext |
---|
compareTo, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String GLOBAL_CONTEXT_STR
Constructor Detail |
---|
@Deprecated public GlobalIssueContext(JiraContextTreeManager treeManager)
getInstance()
instead. Since v6.1.
GlobalIssueContext
.
Please use the getInstance()
factory method, instead.
treeManager
- ignoredMethod Detail |
---|
public Map<String,Object> appendToParamsMap(Map<String,Object> input)
JiraContextNode
input
- to copy from
public IssueType getIssueTypeObject()
IssueContext
A null return value is used to represent that this context applies to all IssueTypes.
public org.ofbiz.core.entity.GenericValue getIssueType()
IssueContext
A null return value is used to represent that this context applies to all IssueTypes.
public String getIssueTypeId()
IssueContext
A null return value is used to represent that this context applies to all IssueTypes.
public Project getProjectObject()
IssueContext
A null return value is used to represent that this context applies to all Projects.
public org.ofbiz.core.entity.GenericValue getProject()
IssueContext
A null return value is used to represent that this context applies to all Projects.
public Long getProjectId()
IssueContext
A 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 boolean isInContext(IssueContext issueContext)
isInContext
in interface JiraContextNode
isInContext
in class AbstractJiraContext
public com.atlassian.bandana.BandanaContext getParentContext()
public boolean hasParentContext()
public static JiraContextNode getInstance()
public String toString()
toString
in class AbstractJiraContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |