Interface Summary |
FieldHtmlFactory |
Helper factory to get a list of all the fields required for create, edit and creating subtasks. |
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. |