|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OperationContext in com.atlassian.jira.bc.subtask.conversion |
|---|
| Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type OperationContext | |
|---|---|
void |
IssueConversionService.populateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection fieldLayoutItems)
Populates the operationContext from the params in the ActionContext
In case of invalid values, new error messages are added to the context's error collection under the
fieldName. |
void |
IssueConversionService.validateFields(JiraServiceContext context,
OperationContext operationContext,
I18nHelper i18nHelper,
Issue targetIssue,
Collection fieldLayoutItems)
Validates that all fields inputed have valid values. |
| Uses of OperationContext in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type OperationContext | |
|---|---|
String |
OrderableField.getBulkEditHtml(OperationContext operationContext,
webwork.action.Action action,
BulkEditBean bulkEditBean,
Map displayParameters)
Returns HTML that should be shown when the issue is being bulk edited. |
String |
OrderableField.getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
Returns the HTML that should be shown when the issue is being created. |
String |
OrderableField.getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map displayParameters)
Returns the HTML that should be shown when the issue is being created. |
String |
OrderableField.getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
Returns HTML that should be shown when the issue is being edited. |
String |
OrderableField.getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map displayParameters)
Returns HTML that should be shown when the issue is being edited. |
String |
IssueTypeField.getEditHtml(OperationContext operationContext,
webwork.action.Action action,
List options)
|
void |
OrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Ensure that the parameters are valid |
| Uses of OperationContext in com.atlassian.jira.issue.fields.screen |
|---|
| Methods in com.atlassian.jira.issue.fields.screen with parameters of type OperationContext | |
|---|---|
String |
FieldScreenRenderLayoutItem.getCreateHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue)
|
String |
FieldScreenRenderLayoutItem.getCreateHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams)
|
String |
FieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
|
String |
FieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams)
|
String |
FieldScreenRenderLayoutItem.getEditHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue)
|
String |
FieldScreenRenderLayoutItem.getEditHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams)
|
String |
FieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
|
String |
FieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams)
|
String |
FieldScreenRenderLayoutItem.getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue)
|
String |
FieldScreenRenderLayoutItem.getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams)
|
String |
FieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
|
String |
FieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams)
|
| Uses of OperationContext in com.atlassian.jira.permission |
|---|
| Methods in com.atlassian.jira.permission with parameters of type OperationContext | |
|---|---|
PermissionContext |
PermissionContextFactory.getPermissionContext(OperationContext operationContext,
Issue issue)
|
| Uses of OperationContext in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue with parameters of type OperationContext | |
|---|---|
void |
IssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
Map<String,String[]> parameters,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBean.validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
|
| Uses of OperationContext in com.atlassian.jira.web.bean |
|---|
| Classes in com.atlassian.jira.web.bean that implement OperationContext | |
|---|---|
class |
BulkEditBean
Used in the BulkEdit Wizard Stores in session: currentStep action selected and values associated with that action issues selected |
class |
MoveIssueBean
Bean recording new data for issue |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||