|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IssueContext in com.atlassian.jira.issue |
|---|
| Subinterfaces of IssueContext in com.atlassian.jira.issue | |
|---|---|
interface |
Issue
Main issue interface. |
interface |
MutableIssue
Facade for an issue's GenericValue. |
| Classes in com.atlassian.jira.issue that implement IssueContext | |
|---|---|
class |
AbstractIssue
|
class |
DocumentIssueImpl
|
class |
IssueImpl
Issue implementation which caches read data, and can persist its data to the database (via an Ofbiz GenericValue. |
| Uses of IssueContext in com.atlassian.jira.issue.context |
|---|
| Subinterfaces of IssueContext in com.atlassian.jira.issue.context | |
|---|---|
interface |
JiraContextNode
A constrcurted IssueContext with the ability to climb nodes |
| Classes in com.atlassian.jira.issue.context that implement IssueContext | |
|---|---|
class |
AbstractJiraContext
|
class |
GlobalIssueContext
|
class |
IssueContextImpl
|
class |
LazyIssueContext
|
class |
ProjectCategoryContext
|
class |
ProjectContext
|
| Methods in com.atlassian.jira.issue.context with parameters of type IssueContext | |
|---|---|
boolean |
JiraContextNode.isInContext(IssueContext issueContext)
|
boolean |
GlobalIssueContext.isInContext(IssueContext issueContext)
|
boolean |
AbstractJiraContext.isInContext(IssueContext issueContext)
|
| Constructors in com.atlassian.jira.issue.context with parameters of type IssueContext | |
|---|---|
ProjectContext(IssueContext issueContext,
JiraContextTreeManager treeManager)
|
|
| Uses of IssueContext in com.atlassian.jira.issue.customfields |
|---|
| Methods in com.atlassian.jira.issue.customfields that return types with arguments of type IssueContext | |
|---|---|
static List<IssueContext> |
CustomFieldUtils.convertToIssueContexts(org.ofbiz.core.entity.GenericValue project,
List<String> issueTypeIds)
Deprecated. Please use CustomFieldUtils.convertToIssueContexts(Project, List). Since v4.0 |
static List<IssueContext> |
CustomFieldUtils.convertToIssueContexts(Project project,
List<String> issueTypeIds)
Converts list of issue type ids to IssueContexts. |
| Uses of IssueContext in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type IssueContext | |
|---|---|
FieldConfig |
CustomField.getRelevantConfig(IssueContext issueContext)
Returns the relevant field config of this custom field for the give issue context |
FieldConfig |
ConfigurableField.getRelevantConfig(IssueContext issueContext)
|
FieldConfig |
IssueTypeSystemField.getRelevantConfig(IssueContext issueContext)
|
FieldConfig |
CustomFieldImpl.getRelevantConfig(IssueContext issueContext)
Returns the relevant field config of this custom field for the give issue context |
| Uses of IssueContext in com.atlassian.jira.issue.fields.config |
|---|
| Methods in com.atlassian.jira.issue.fields.config with parameters of type IssueContext | |
|---|---|
boolean |
FieldConfigSchemeImpl.isInContext(IssueContext issueContext)
|
boolean |
FieldConfigScheme.isInContext(IssueContext issueContext)
|
| Uses of IssueContext in com.atlassian.jira.issue.fields.config.manager |
|---|
| Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type IssueContext | |
|---|---|
FieldConfig |
FieldConfigSchemeManagerImpl.getRelevantConfig(IssueContext issueContext,
ConfigurableField field)
|
FieldConfig |
FieldConfigSchemeManager.getRelevantConfig(IssueContext issueContext,
ConfigurableField field)
|
FieldConfigScheme |
FieldConfigSchemeManagerImpl.getRelevantConfigScheme(IssueContext issueContext,
ConfigurableField field)
|
FieldConfigScheme |
FieldConfigSchemeManager.getRelevantConfigScheme(IssueContext issueContext,
ConfigurableField field)
|
| Uses of IssueContext in com.atlassian.jira.issue.search |
|---|
| Methods in com.atlassian.jira.issue.search that return types with arguments of type IssueContext | |
|---|---|
List<IssueContext> |
SearchContext.getAsIssueContexts()
Gets the search context as a list of IssueContext objects |
List<IssueContext> |
SearchContextImpl.getAsIssueContexts()
|
| Uses of IssueContext in com.atlassian.jira.mail |
|---|
| Classes in com.atlassian.jira.mail that implement IssueContext | |
|---|---|
class |
TemplateIssue
Decorator for the Issue Object. |
| Uses of IssueContext in com.atlassian.jira.web.action.admin.issuetypes |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuetypes that return IssueContext | |
|---|---|
IssueContext |
MigrateIssueTypes.getCurrentIssueContext()
|
| Uses of IssueContext in com.atlassian.jira.web.action.issue.bulkedit |
|---|
| Methods in com.atlassian.jira.web.action.issue.bulkedit that return IssueContext | |
|---|---|
IssueContext |
BulkMigrate.getCurrentIssueContext()
|
| Uses of IssueContext in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return IssueContext | |
|---|---|
abstract IssueContext |
MultiBulkMoveBean.getCurrentIssueContext()
|
IssueContext |
MultiBulkMoveBeanImpl.getCurrentIssueContext()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||