Package com.atlassian.jira.issue.fields.rest

Interface Summary
FieldTypeInfoContext Context objects which holds references to IssueContext, OperationContext, FieldLayoutItem and the Issue.
IssueFinder Finds an issue based on its 'id' or 'key'.
IssueLinkTypeFinder Finds an IssueLinkType by 'id' or 'name'.
RestAwareCustomFieldType Fields that implement this interface can: Supply meta data for the REST APIs to use. Optionally Process command verbs from rest resoucres. Format their data into beans that can be used to generate meaningful REST values.
RestAwareField Fields that implement this interface can: Supply meta data for the REST APIs to use. Optionally Process command verbs from rest resoucres. Format their data into beans that can be used to generate meaningful REST values.
RestCustomFieldTypeOperations Interface for fields which can be modified using the rest api.
RestFieldOperations Interface for fields which can be modified using the rest api.
RestFieldOperationsHandler The RestFieldOperationsHandler is called by the issue rest source to handle the update issue request.
 

Class Summary
AbstractFieldOperationsHandler<T>  
AbstractVersionsRestFieldOperationsHandler  
AffectedVersionsRestFieldOperationsHandler  
AssigneeRestFieldOperationsHandler  
CommentOperationHolder  
CommentRestFieldOperationsHandler  
ComponentsRestFieldOperationsHandler  
DescriptionRestFieldOperationsHandler  
DueDateRestFieldOperationsHandler  
EnvironmentRestFieldOperationsHandler Provide edit functionality via REST for the Environment Field
FieldJsonRepresentation For json representation of Field data.
FieldOperationHolder  
FieldTypeInfo This class is used to describe the data that this field supports
FieldTypeInfoContextImpl  
FixForVersionsRestFieldOperationsHandler  
IssueFinderImpl Finds issues by id or key.
IssueLinksRestFieldOperationsHandler  
IssueLinkTypeFinderImpl This "finder" class is used to find issue link types based on 'id' or 'name'.
LabelsRestFieldOperationsHandler  
PriorityRestFieldOperationsHandler  
ReporterRestFieldOperationsHandler  
ResolutionRestFieldOperationsHandler TODO: Document this class / interface here
SecurityLevelRestFieldOperationsHandler  
SummaryRestFieldOperationsHandler  
TimeTrackingRestFieldOperationsHandler  
WorklogRestFieldOperationsHandler  
 

Enum Summary
StandardOperation  
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.