com.atlassian.jira.issue.context
Interface JiraContextNode

All Superinterfaces:
com.atlassian.bandana.BandanaContext, Comparable<JiraContextNode>, IssueContext, Serializable
All Known Implementing Classes:
AbstractJiraContext, GlobalIssueContext, ProjectCategoryContext, ProjectContext

@PublicApi
public interface JiraContextNode
extends com.atlassian.bandana.BandanaContext, IssueContext, Comparable<JiraContextNode>

A constructed IssueContext with the ability to climb nodes


Field Summary
static String FIELD_PROJECT
           
static String FIELD_PROJECT_CATEGORY
           
 
Method Summary
 Map<String,Object> appendToParamsMap(Map<String,Object> props)
          Copy the supplied parameters and add new ones.
 org.ofbiz.core.entity.GenericValue getProjectCategory()
           
 boolean isInContext(IssueContext issueContext)
           
 
Methods inherited from interface com.atlassian.bandana.BandanaContext
getParentContext, hasParentContext
 
Methods inherited from interface com.atlassian.jira.issue.context.IssueContext
getIssueType, getIssueTypeObject, getProject, getProjectObject
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

FIELD_PROJECT_CATEGORY

static final String FIELD_PROJECT_CATEGORY
See Also:
Constant Field Values

FIELD_PROJECT

static final String FIELD_PROJECT
See Also:
Constant Field Values
Method Detail

getProjectCategory

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

isInContext

boolean isInContext(IssueContext issueContext)

appendToParamsMap

Map<String,Object> appendToParamsMap(Map<String,Object> props)
Copy the supplied parameters and add new ones.

Parameters:
props - to copy from
Returns:
the copied map


Copyright © 2002-2012 Atlassian. All Rights Reserved.