Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type JsonData |
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 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 Collection<String> |
MultiSelectCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected Collection<String> |
LabelsCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected T |
AbstractCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
T 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 Collection<String> |
MultiSelectCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected Collection<String> |
LabelsCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected T |
AbstractCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
T 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 Collection<String> |
MultiSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected Collection<String> |
LabelsCustomFieldOperationsHandler.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 |
ProjectCustomFieldOperationsHandler.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 |
DateCustomFieldOperationsHandler.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)
|
Methods in com.atlassian.jira.issue.fields.rest with parameters of type JsonData |
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 |
protected Collection<String> |
AbstractVersionsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected Collection<String> |
LabelsRestFieldOperationsHandler.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> |
AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> 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> |
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> |
AbstractVersionsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> 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> |
ComponentsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
Collection<String> currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
protected String |
AssigneeRestFieldOperationsHandler.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 |
SecurityLevelRestFieldOperationsHandler.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 String |
SummaryRestFieldOperationsHandler.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 |
DueDateRestFieldOperationsHandler.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 T |
AbstractFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
T currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
void |
FieldJsonRepresentation.setRenderedData(JsonData renderedData)
|