Uses of Interface
com.atlassian.jira.issue.context.IssueContext

Packages that use IssueContext
com.atlassian.jira.issue   
com.atlassian.jira.issue.context   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.customfields.impl.rest   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.config   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.search   
com.atlassian.jira.mail   
com.atlassian.jira.mock.issue   
com.atlassian.jira.mock.issue.search   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.bean   
 

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 constructed 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 AbstractJiraContext.isInContext(IssueContext issueContext)
           
 boolean GlobalIssueContext.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.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl with parameters of type IssueContext
 JsonData MultiGroupCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData SelectCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData CascadingSelectCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData LabelsCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData MultiSelectCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData MultiUserCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData VersionCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 JsonData AbstractSingleFieldType.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
           
 

Uses of IssueContext in com.atlassian.jira.issue.customfields.impl.rest
 

Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type IssueContext
protected  T AbstractCustomFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
          gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
protected  String DateTimeCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  Map<String,Option> CascadingSelectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  String DateCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> LabelsCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
           
protected  String SelectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> MultiSelectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
           
protected  Double NumberCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  String ProjectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  String UserCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> GroupCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
           
protected  List<String> MultiUserCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> MultiGroupCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
           
protected  String TextCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected abstract  T AbstractCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx)
          compute the "currentValue" to be passed to applyOperation()
protected  Collection<String> LabelsCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiSelectCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiUserCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiGroupCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiSelectCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiUserCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiGroupCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> GroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiUserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiGroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Double NumberCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Double currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Map<String,Option> CascadingSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Map<String,Option> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DateTimeCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String ProjectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String UserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String TextCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SingleVersionCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
 ErrorCollection AbstractCustomFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 

Uses of IssueContext in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type IssueContext
 JsonData MockCustomField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData ComponentsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData WorklogSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData CommentSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData ReporterSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData SecurityLevelSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData LabelsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData FixVersionsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData ResolutionSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData PrioritySystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData SummarySystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData DescriptionSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData TimeTrackingSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData AffectedVersionsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData AssigneeSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData DueDateSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData EnvironmentSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData IssueLinksSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData CustomFieldImpl.getJsonDefaultValue(IssueContext issueCtx)
           
 FieldConfig MockCustomField.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
 FieldConfig ConfigurableField.getRelevantConfig(IssueContext issueContext)
           
 FieldConfig CustomField.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 MockFieldConfigScheme.isInContext(IssueContext issueContext)
           
 boolean FieldConfigScheme.isInContext(IssueContext issueContext)
           
 boolean FieldConfigSchemeImpl.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.fields.rest
 

Methods in com.atlassian.jira.issue.fields.rest that return IssueContext
 IssueContext FieldTypeInfoContextImpl.getIssueContext()
           
 IssueContext FieldTypeInfoContext.getIssueContext()
           
 

Methods in com.atlassian.jira.issue.fields.rest with parameters of type IssueContext
protected  T AbstractFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, String fieldId, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
          gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
 JsonData RestFieldOperations.getJsonDefaultValue(IssueContext issueCtx)
          Return The default data for this system field.
 JsonData RestCustomFieldTypeOperations.getJsonDefaultValue(IssueContext issueCtx, CustomField field)
          Return The default data for this system field.
protected  Collection<String> LabelsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> AbstractVersionsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> ComponentsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> ComponentsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> AbstractVersionsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> ComponentsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DueDateRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SummaryRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SecurityLevelRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String EnvironmentRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DescriptionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String AssigneeRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String PriorityRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String ResolutionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String ReporterRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
 ErrorCollection WorklogRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection AbstractFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection IssueLinksRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection CommentRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection TimeTrackingRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection RestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
          This method has to set the field value(s) in the IssueInputParameters based on the operations.
 

Constructors in com.atlassian.jira.issue.fields.rest with parameters of type IssueContext
FieldTypeInfoContextImpl(OrderableField oderableField, Issue issue, IssueContext issueContext, OperationContext operationContext)
           
 

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> SearchContextImpl.getAsIssueContexts()
           
 List<IssueContext> SearchContext.getAsIssueContexts()
          Gets the search context as a list of IssueContext objects
 

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.mock.issue
 

Classes in com.atlassian.jira.mock.issue that implement IssueContext
 class MockIssue
          Copyright (c) 2002-2006 All rights reserved.
 

Uses of IssueContext in com.atlassian.jira.mock.issue.search
 

Methods in com.atlassian.jira.mock.issue.search that return types with arguments of type IssueContext
 List<IssueContext> MockSearchContext.getAsIssueContexts()
           
 

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
 IssueContext MultiBulkMoveBeanImpl.getCurrentIssueContext()
           
 IssueContext MultiBulkMoveBean.getCurrentIssueContext()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.