com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor |
![]() |
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | MANAGED_DESC | ||||||||||
String | MANAGED_FLAG | The name of the attribute to specify for a custom field type when you want new instances of this custom field type to only be created by certain users. | |||||||||
String | TEMPLATE_NAME_BULK_MOVE | ||||||||||
String | TEMPLATE_NAME_COLUMN | ||||||||||
String | TEMPLATE_NAME_EDIT | ||||||||||
String | TEMPLATE_NAME_EDIT_DEFAULT | ||||||||||
String | TEMPLATE_NAME_VIEW | ||||||||||
String | TEMPLATE_NAME_XML | ||||||||||
String | VELCITY_ACTION_PARAM | ||||||||||
String | VELOCITY_VALUE_PARAM |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The set of categories that this CustomFieldType has declared as being a member of.
| |||||||||||
Returns the list of Searchers that this CustomFieldType declares as usable to search itself.
| |||||||||||
Is this custom field type a "managed" type? The provider of this type may want to control the circumstances in
which it is used.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The name of the attribute to specify for a custom field type when you want new instances of this custom field type
to only be created by certain users. The values of this attribute are the string versions of ConfigurationItemAccessLevel
.
The set of categories that this CustomFieldType has declared as being a member of.
CustomFieldRestSerializer
s which serialize customfield to its another json representation.
Keys of the returned map are names of these alternative representations.Returns the list of Searchers that this CustomFieldType declares as usable to search itself.
Note that it is also possible for a CustomFieldSearcher to declare a CustomFieldType that it is able to search on.
Is this custom field type a "managed" type? The provider of this type may want to control the circumstances in which it is used.