Package com.atlassian.jira.issue.index
Class DefaultChangeHistoryDocumentFactory
java.lang.Object
com.atlassian.jira.issue.index.DefaultChangeHistoryDocumentFactory
- All Implemented Interfaces:
EntityDocumentFactory<ChangeHistoryGroup>,ChangeHistoryDocumentFactory
@Deprecated(since="10.4",
forRemoval=true)
public class DefaultChangeHistoryDocumentFactory
extends Object
implements ChangeHistoryDocumentFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.4 for removal. No replacement for this class.
- Since:
- v4.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.index.EntityDocumentFactory
EntityDocumentFactory.EntityDocumentBuilder<T extends WithId,C extends EntityDocumentFactory.EntityDocumentBuilder<T, C>> -
Field Summary
Fields inherited from interface com.atlassian.jira.index.EntityDocumentFactory
ENTITY_VERSION_ZERO -
Constructor Summary
ConstructorsConstructorDescriptionDefaultChangeHistoryDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document>createDocument(EntityWithVersion<ChangeHistoryGroup> changeHistoryGroupWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.index.EntityDocumentFactory
createDocuments
-
Constructor Details
-
DefaultChangeHistoryDocumentFactory
public DefaultChangeHistoryDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createDocument
public Optional<org.apache.lucene.document.Document> createDocument(EntityWithVersion<ChangeHistoryGroup> changeHistoryGroupWithVersion) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createDocumentin interfaceEntityDocumentFactory<ChangeHistoryGroup>
-