Package com.atlassian.jira.issue.index
Class DefaultChangeHistoryDocumentFactory
java.lang.Object
com.atlassian.jira.issue.index.DefaultChangeHistoryDocumentFactory
- All Implemented Interfaces:
EntityDocumentFactory<ChangeHistoryGroup>
,ChangeHistoryDocumentFactory
public class DefaultChangeHistoryDocumentFactory
extends Object
implements ChangeHistoryDocumentFactory
- 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) -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document>
createDocument
(EntityWithVersion<ChangeHistoryGroup> changeHistoryGroupWithVersion) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.index.EntityDocumentFactory
createDocuments
-
Constructor Details
-
DefaultChangeHistoryDocumentFactory
public DefaultChangeHistoryDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager)
-
-
Method Details
-
createDocument
public Optional<org.apache.lucene.document.Document> createDocument(EntityWithVersion<ChangeHistoryGroup> changeHistoryGroupWithVersion) - Specified by:
createDocument
in interfaceEntityDocumentFactory<ChangeHistoryGroup>
-