@ExperimentalApi
public interface NonNullCustomFieldProvider
getIdentity()
will be used
for deduplication of a provider that have multiple instances (e.g. Spring Proxies around the core instance).
See also IdentifiableComponent
.Modifier and Type | Method and Description |
---|---|
default Map<String,CustomFieldPrefetchedData> |
getCustomFieldInfo(Issue issue)
Deprecated.
since 8.12, use
getCustomFieldInfo(List instead |
default Map<Long,Map<String,CustomFieldPrefetchedData>> |
getCustomFieldInfo(List<Issue> issues) |
Object |
getIdentity() |
@Deprecated default Map<String,CustomFieldPrefetchedData> getCustomFieldInfo(Issue issue)
getCustomFieldInfo(List issues)
insteadissue
- the id of the issueFieldIndexer.addIndex(Document, Issue, CustomFieldPrefetchedData)
default Map<Long,Map<String,CustomFieldPrefetchedData>> getCustomFieldInfo(List<Issue> issues)
issues
- list of the issuesFieldIndexer.addIndex(Document, Issue, CustomFieldPrefetchedData)
Object getIdentity()
Copyright © 2002-2021 Atlassian. All Rights Reserved.