Uses of Class
com.atlassian.jira.issue.fields.rest.json.JsonData

Packages that use JsonData
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.customfields.impl.rest   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.rest   
 

Uses of JsonData in com.atlassian.jira.issue.customfields.impl
 

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

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

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> 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> LabelsCustomFieldOperationsHandler.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> 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> LabelsCustomFieldOperationsHandler.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> MultiSelectCustomFieldOperationsHandler.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> GroupCustomFieldOperationsHandler.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 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)
           
 

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

Methods in com.atlassian.jira.issue.fields that return JsonData
 JsonData MockCustomField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData IssueLinksSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData LabelsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData ComponentsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData DueDateSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData PrioritySystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData WorklogSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData DescriptionSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData FixVersionsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData AffectedVersionsSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData TimeTrackingSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData ResolutionSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData ReporterSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData SecurityLevelSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData AssigneeSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData CommentSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData CustomFieldImpl.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData SummarySystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 JsonData EnvironmentSystemField.getJsonDefaultValue(IssueContext issueCtx)
           
 

Uses of JsonData in com.atlassian.jira.issue.fields.rest
 

Methods in com.atlassian.jira.issue.fields.rest that return JsonData
 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()
           
 

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 DescriptionRestFieldOperationsHandler.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 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  String EnvironmentRestFieldOperationsHandler.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 DueDateRestFieldOperationsHandler.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 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)
           
 void FieldJsonRepresentation.setRenderedData(JsonData renderedData)
           
 

Constructors in com.atlassian.jira.issue.fields.rest with parameters of type JsonData
FieldJsonRepresentation(JsonData plainData)
           
FieldJsonRepresentation(JsonData plainData, JsonData renderedData)
           
FieldOperationHolder(String operation, JsonData data)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.