Modifier and Type | Method and Description |
---|---|
JsonData |
SecondRestSerializerForCustomField.getJsonData(CustomField field,
Issue issue) |
JsonData |
FirstRestSerializerForCustomField.getJsonData(CustomField field,
Issue issue) |
JsonData |
RestSerializerComponent.getJsonData(CustomField field,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
JsonData |
SelectCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
VersionCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
CascadingSelectCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
MultiSelectCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
MultiUserCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
LabelsCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
MultiGroupCFType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
JsonData |
AbstractSingleFieldType.getJsonDefaultValue(IssueContext issueCtx,
CustomField field) |
Modifier and Type | Method and Description |
---|---|
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> |
MultiGroupCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiUserCustomFieldOperationsHandler.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 Collection<String> |
MultiSelectCustomFieldOperationsHandler.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> |
MultiGroupCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx,
Issue issue,
Collection<String> currentValue,
JsonData operationValue,
ErrorCollection errors) |
protected Collection<String> |
MultiUserCustomFieldOperationsHandler.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 Collection<String> |
MultiSelectCustomFieldOperationsHandler.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> |
MultiGroupCustomFieldOperationsHandler.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> |
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 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 |
DateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors) |
protected String |
DateTimeCustomFieldOperationsHandler.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 |
UserCustomFieldOperationsHandler.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 |
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) |
Modifier and Type | Method and Description |
---|---|
JsonData |
FieldOperationHolder.getData() |
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.
|
JsonData |
FieldJsonRepresentation.getRenderedData() |
JsonData |
FieldJsonRepresentation.getStandardData() |
Modifier and Type | Method and Description |
---|---|
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 |
DescriptionRestFieldOperationsHandler.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 |
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 |
EnvironmentRestFieldOperationsHandler.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 |
AssigneeRestFieldOperationsHandler.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 |
ResolutionRestFieldOperationsHandler.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) |
Constructor and Description |
---|
FieldJsonRepresentation(JsonData plainData) |
FieldJsonRepresentation(JsonData plainData,
JsonData renderedData) |
FieldOperationHolder(String operation,
JsonData data) |
Modifier and Type | Method and Description |
---|---|
JsonData |
CustomFieldRestSerializer.getJsonData(CustomField field,
Issue issue) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.