java.lang.Object | ||
↳ | com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType<T, S> | |
↳ | com.atlassian.jira.issue.customfields.impl.LabelsCFType |
Labels Custom field
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LabelsCFType.Visitor<T> |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The table name of the ofbiz entity (read database table) in which the custom field values for this custom field
type are persisted
| |||||||||||
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the
provided custom field value.
| |||||||||||
Returns lower level Information about the field.
| |||||||||||
Return The default data for this system field.
| |||||||||||
Return a JsonData representation of the field value
| |||||||||||
Return a description of the shape of this field when represented as JSON.
| |||||||||||
Returns the object that will perform the actual project import functions for the custom field type.
| |||||||||||
Returns the RestFieldOperationsHandler for this field.
| |||||||||||
The custom field may wish to pass parameters to the velocity context beyond the getValueFromIssue methods
(eg managers).
| |||||||||||
Parses the custom field value data from the backup XML.
| |||||||||||
Used to compare 2 field values and work out whether a change item should be generated
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The table name of the ofbiz entity (read database table) in which the custom field values for this custom field type are persisted
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.
customFieldValue | contains the populated fields that will end up in the EntityRepresentations map |
---|
Returns lower level Information about the field. This information contains allowed values and/or the autocomplete url
fieldTypeInfoContext | context information for generating the FieldTypeInfo . |
---|
Return The default data for this system field. May be null if there is no default.
issueCtx | Issue (This should really only need to be an issue context, but for historical reasons we need an issue object. |
---|---|
field | the Custom Field |
Return a JsonData representation of the field value
field | configuration of the current field |
---|---|
issue | to get field data from |
renderedVersionRequested | whether the use requested the return of rendered/pretty data as well as raw data |
fieldLayoutItem | field layout for this field. |
Return a description of the shape of this field when represented as JSON.
Returns the object that will perform the actual project import functions for the custom field type.
Returns the RestFieldOperationsHandler for this field.
field | the Custom Field |
---|
FieldValidationException |
---|
The custom field may wish to pass parameters to the velocity context beyond the getValueFromIssue methods (eg managers).
The values are added to the context for all velocity views (edit, search, view, xml)
issue | The issue currently in context (Note: this will be null in cases like 'default value') |
---|---|
field | CustomField |
fieldLayoutItem | FieldLayoutItem |
Map
of parameters to add to the velocity context, or an empty Map otherwise (never null)
Parses the custom field value data from the backup XML.
attributes | is a map of key value pairs that represent the attributes of an ExternalCustomFieldValue. The following
attributes are required, otherwise a ParseException will be thrown:
|
---|
ParseException |
---|
Used to compare 2 field values and work out whether a change item should be generated
oldLabels | current value |
---|---|
newLabels | new value |