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

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

A constrcurted IssueContext with the ability to climb nodes


Field Summary
static String FIELD_CONFIG
           
static String FIELD_ISSUE_TYPE
           
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.
 List<JiraContextNode> getChildContexts()
          Deprecated.  
 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

FIELD_ISSUE_TYPE

static final String FIELD_ISSUE_TYPE
See Also:
Constant Field Values

FIELD_CONFIG

static final String FIELD_CONFIG
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

getChildContexts

@Deprecated
List<JiraContextNode> getChildContexts()
Deprecated. 

Appears to be unused.



Copyright © 2002-2010 Atlassian. All Rights Reserved.