Modifier and Type | Method and Description |
---|---|
CustomFieldSearcher |
CreateValidationResult.getCustomFieldSearcher() |
CustomFieldSearcher |
DefaultCustomFieldService.getDefaultSearcher(CustomFieldType<?,?> type) |
CustomFieldSearcher |
CustomFieldService.getDefaultSearcher(CustomFieldType<?,?> type)
Return the default
CustomFieldSearcher for the passed CustomFieldType . |
Modifier and Type | Method and Description |
---|---|
CreateValidationResult.Builder |
CreateValidationResult.Builder.customFieldSearcher(CustomFieldSearcher customFieldSearcher) |
Modifier and Type | Class and Description |
---|---|
class |
SlowTextSearcher
This is a copy of
TextSearcher ,
but instead of SortableTextCustomFieldIndexer it uses
SlowFieldIndexer . |
Modifier and Type | Class and Description |
---|---|
class |
LabelSearcher
Referemce class that implements a custom field searcher - in this case for labels.
|
Modifier and Type | Method and Description |
---|---|
CustomFieldSearcher |
CustomFieldManager.getCustomFieldSearcher(String key)
Retrieve a custom field searcher by its type key.
|
CustomFieldSearcher |
CustomFieldManager.getDefaultSearcher(CustomFieldType<?,?> type)
Return the default
CustomFieldSearcher for the passed CustomFieldType . |
Modifier and Type | Method and Description |
---|---|
Class<? extends CustomFieldSearcher> |
CustomFieldManager.getCustomFieldSearcherClass(String key)
Retrieve a custom field searcher by its type key.
|
List<CustomFieldSearcher> |
CustomFieldManager.getCustomFieldSearchers(CustomFieldType customFieldType)
Retrieves all the searchers registered for a particular custom Field.
|
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.
|
void |
CustomFieldManager.updateCustomField(Long id,
String name,
String description,
CustomFieldSearcher searcher)
Updates the given custom field.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDateRangeSearcher |
class |
AbstractInitializationCustomFieldSearcher
Abstract base class for searchers that performs the init methods for a searcher.
|
class |
CascadingSelectSearcher |
class |
CustomFieldLabelsSearcher
Searcher for Label custom fields
|
class |
DateRangeSearcher |
class |
DateTimeRangeSearcher |
class |
ExactNumberSearcher |
class |
ExactTextSearcher
A searcher for custom fields that contain exact text (e.g.
|
class |
GroupPickerSearcher |
class |
MultiSelectSearcher |
class |
NumberRangeSearcher |
class |
ProjectSearcher |
class |
SelectSearcher |
class |
TextSearcher
A free-text custom field searcher
|
class |
UserPickerGroupSearcher |
class |
UserPickerSearcher |
class |
VersionPickerSearcher
CustomFieldSearcher for custom fields that allow to pick versions. |
Modifier and Type | Method and Description |
---|---|
CustomFieldSearcher |
MockCustomField.getCustomFieldSearcher() |
CustomFieldSearcher |
ImmutableCustomField.getCustomFieldSearcher()
Retrieves the
CustomFieldSearcher for this custom field looking it up in the customFieldManager by the
searcher key retrieved from CustomField.ENTITY_CUSTOM_FIELD_SEARCHER underlying generic value attribute. |
CustomFieldSearcher |
CustomField.getCustomFieldSearcher()
Retrieves the
CustomFieldSearcher for this custom field. |
Modifier and Type | Method and Description |
---|---|
MockCustomField |
MockCustomField.setSearcher(CustomFieldSearcher searcher) |
Modifier and Type | Method and Description |
---|---|
CustomFieldSearcher |
MockCustomFieldManager.getCustomFieldSearcher(String key) |
CustomFieldSearcher |
CachingCustomFieldManager.getCustomFieldSearcher(String key) |
CustomFieldSearcher |
MockCustomFieldManager.getDefaultSearcher(CustomFieldType<?,?> type) |
CustomFieldSearcher |
CachingCustomFieldManager.getDefaultSearcher(CustomFieldType<?,?> type) |
Modifier and Type | Method and Description |
---|---|
Class<? extends CustomFieldSearcher> |
CachingCustomFieldManager.getCustomFieldSearcherClass(String key) |
List<CustomFieldSearcher> |
CachingCustomFieldManager.getCustomFieldSearchers(CustomFieldType customFieldType) |
List<CustomFieldSearcher> |
CustomFieldSearcherManager.getSearchersValidFor(CustomFieldType customFieldType) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
MockCustomFieldManager.updateCustomField(Long id,
String name,
String description,
CustomFieldSearcher searcher) |
void |
CachingCustomFieldManager.updateCustomField(Long id,
String name,
String description,
CustomFieldSearcher searcher) |
Modifier and Type | Class and Description |
---|---|
class |
MockCustomFieldSearcher
Simple implementation of
CustomFieldSearcher . |
Modifier and Type | Method and Description |
---|---|
CustomFieldSearcher |
CustomFieldSearcherModuleDescriptorImpl.getModule() |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<CustomFieldSearcher> |
CustomFieldSearcherModuleDescriptorsImpl.getCustomFieldSearcher(String completeModuleKey) |
io.atlassian.fugue.Option<CustomFieldSearcher> |
CustomFieldSearcherModuleDescriptors.getCustomFieldSearcher(String completeModuleKey)
Retrieve a custom field searcher by its type key.
|
Modifier and Type | Method and Description |
---|---|
CustomFieldSearcher |
EditCustomField.getCurrentSearcher() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CustomFieldValidatorImpl.isValidSearcher(CustomFieldSearcher searcher,
CustomFieldType customFieldType) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.