Modifier and Type | Class and Description |
---|---|
class |
MockCustomFieldType
Mocks a CustomFieldType
|
Modifier and Type | Method and Description |
---|---|
CustomFieldType |
CreateValidationResult.getCustomFieldType() |
Modifier and Type | Method and Description |
---|---|
Iterable<CustomFieldType<?,?>> |
DefaultCustomFieldService.getCustomFieldTypesForUser(ApplicationUser user) |
Iterable<CustomFieldType<?,?>> |
CustomFieldService.getCustomFieldTypesForUser(ApplicationUser user)
Return the
CustomFieldType s that the passed user can use to create a new CustomField . |
Modifier and Type | Method and Description |
---|---|
CreateValidationResult.Builder |
CreateValidationResult.Builder.customFieldType(CustomFieldType customFieldType) |
CustomFieldSearcher |
DefaultCustomFieldService.getDefaultSearcher(CustomFieldType<?,?> type) |
CustomFieldSearcher |
CustomFieldService.getDefaultSearcher(CustomFieldType<?,?> type)
Return the default
CustomFieldSearcher for the passed CustomFieldType . |
Modifier and Type | Class and Description |
---|---|
class |
TextAreaNoValidationCFType |
Modifier and Type | Method and Description |
---|---|
CustomFieldType |
CustomFieldManager.getCustomFieldType(String key)
Retrieve a custom field type by its type key.
|
Modifier and Type | Method and Description |
---|---|
List<CustomFieldType<?,?>> |
CustomFieldManager.getCustomFieldTypes()
Retrieve all customfieldtypes registered in the system.
|
Modifier and Type | Method and Description |
---|---|
CustomField |
CustomFieldManager.createCustomField(String fieldName,
String description,
CustomFieldType fieldType,
CustomFieldSearcher customFieldSearcher,
List<JiraContextNode> contexts,
List<IssueType> issueTypes)
Creates a custom field with the given name and description of the given CustomFieldType
using the given CustomFieldSearcher that is displayed in the given list of contexts available to the given list of issueTypes.
|
List<CustomFieldSearcher> |
CustomFieldManager.getCustomFieldSearchers(CustomFieldType customFieldType)
Retrieves all the searchers registered for a particular custom Field.
|
CustomFieldSearcher |
CustomFieldManager.getDefaultSearcher(CustomFieldType<?,?> type)
Return the default
CustomFieldSearcher for the passed CustomFieldType . |
Modifier and Type | Interface and Description |
---|---|
interface |
MultipleCustomFieldType<T,S>
A type of custom field which provides the user with a specific set of options to choose from.
|
interface |
MultipleSettableCustomFieldType<T,S>
Custom field which can have multiple Options to select from.
|
Constructor and Description |
---|
SettableOptionsConfigItem(CustomFieldType customFieldType,
OptionsManager optionsManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCustomFieldType<T,S> |
class |
AbstractMultiCFType<S>
Abstract class for Multi-select Custom field types.
|
class |
AbstractMultiSettableCFType<T,S>
Deprecated.
Implement the methods on
MultipleSettableCustomFieldType yourself. Since v5.0.
Also, consider extending AbstractSingleFieldType or AbstractMultiCFType for other benefits |
class |
AbstractSingleFieldType<T>
An abstract class that simplifies creating a CustomField that stores
a single values via ofbiz.
|
class |
CalculatedCFType<T,S>
A CustomFieldType which is calculated rather than set.
|
class |
CascadingSelectCFType
Cascading Select Custom Field Type allows for multiple dependent select lists.
|
class |
DateCFType
Custom Field to allow setting of a Date
|
class |
DateTimeCFType
Custom Field allowing setting of a full Date and Time.
|
class |
GenericTextCFType
A CustomFieldType where data is stored and displayed as a single String
By default it will only have a Limited Text Field for storage (if you need bigger override
GenericTextCFType.getDatabaseType() ) |
class |
ImportIdLinkCFType |
class |
LabelsCFType
Labels Custom field
|
class |
MultiGroupCFType
Multiple User Group Select Type
|
class |
MultiSelectCFType
Multiple Select Type allows selecting of multiple
Option s |
class |
MultiUserCFType
Multiple User Type allows selection of multiple users.
|
class |
NumberCFType
|
class |
ProjectCFType
Custom Field Type to select a
Project on this JIRA instance. |
class |
ReadOnlyCFType |
class |
RenderableTextCFType
This custom field type returns true for its isRenderable method and is meant to
represent a text custom field type that is renderable.
|
class |
SelectCFType
Select Custom Field Type allows selecting of a single
Option . |
class |
StringCFType
Deprecated.
Use
GenericTextCFType instead. Since v5.0. |
class |
TextAreaCFType |
class |
TextCFType
Deprecated.
Use
GenericTextCFType instead. Since v5.0. |
class |
URLCFType |
class |
UserCFType
Custom Field allow selection of a single
ApplicationUser . |
class |
VersionCFType
Custom Field Type to select multiple
Version s. |
Modifier and Type | Method and Description |
---|---|
CustomFieldType |
MockCustomField.getCustomFieldType() |
CustomFieldType |
ImmutableCustomField.getCustomFieldType()
Looks up the
CustomFieldType in the ImmutableCustomField.customFieldTypeModuleDescriptors by the key retrieved from the CustomField.ENTITY_CF_TYPE_KEY attribute of the
underlying generic value. |
CustomFieldType |
CustomField.getCustomFieldType()
Looks up the
CustomFieldType . |
Modifier and Type | Method and Description |
---|---|
MockCustomField |
MockCustomField.setCustomFieldType(CustomFieldType type) |
Constructor and Description |
---|
MockCustomField(String id,
String name,
CustomFieldType customFieldType) |
Modifier and Type | Method and Description |
---|---|
CustomFieldType |
MockCustomFieldManager.getCustomFieldType(String key) |
CustomFieldType |
CachingCustomFieldManager.getCustomFieldType(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomFieldType<?,?>> |
CachingCustomFieldManager.getCustomFieldTypes() |
Modifier and Type | Method and Description |
---|---|
void |
MockCustomFieldManager.addCustomFieldType(String key,
CustomFieldType customFieldType) |
CustomField |
CachingCustomFieldManager.createCustomField(String fieldName,
String description,
CustomFieldType fieldType,
CustomFieldSearcher customFieldSearcher,
List<JiraContextNode> contexts,
List<IssueType> issueTypes) |
CustomField |
MockCustomFieldManager.createCustomField(String fieldName,
String description,
CustomFieldType fieldType,
CustomFieldSearcher customFieldSearcher,
List contexts,
List issueTypes) |
List |
MockCustomFieldManager.getCustomFieldSearchers(CustomFieldType customFieldType) |
List<CustomFieldSearcher> |
CachingCustomFieldManager.getCustomFieldSearchers(CustomFieldType customFieldType) |
CustomFieldSearcher |
MockCustomFieldManager.getDefaultSearcher(CustomFieldType<?,?> type) |
CustomFieldSearcher |
CachingCustomFieldManager.getDefaultSearcher(CustomFieldType<?,?> type) |
List<CustomFieldSearcher> |
CustomFieldSearcherManager.getSearchersValidFor(CustomFieldType customFieldType) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<CustomFieldType> |
CustomFieldTypeModuleDescriptorsImpl.getCustomFieldType(String completeModuleKey) |
io.atlassian.fugue.Option<CustomFieldType> |
CustomFieldTypeModuleDescriptors.getCustomFieldType(String completeModuleKey)
Retrieve a custom field type by its type key.
|
List<CustomFieldType<?,?>> |
CustomFieldTypeModuleDescriptorsImpl.getCustomFieldTypes() |
List<CustomFieldType<?,?>> |
CustomFieldTypeModuleDescriptors.getCustomFieldTypes()
Retrieve all
CustomFieldType s registered in the system. |
Modifier and Type | Method and Description |
---|---|
CustomFieldType |
CreateCustomField.getCustomFieldType() |
Modifier and Type | Method and Description |
---|---|
Collection<CustomFieldType<?,?>> |
CreateCustomField.getFieldTypes() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CustomFieldValidatorImpl.isValidSearcher(CustomFieldSearcher searcher,
CustomFieldType customFieldType) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.