public class DefaultWorklogDocumentFactory extends Object implements WorklogDocumentFactory
EntityDocumentFactory.EntityDocumentBuilder<T extends WithId,C extends EntityDocumentFactory.EntityDocumentBuilder<T,C>>ENTITY_VERSION_ZERO| Constructor and Description |
|---|
DefaultWorklogDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.lucene.document.Document> |
createDocument(EntityWithVersion<Worklog> worklogWithVersion) |
org.apache.lucene.index.Term |
getIdentifyingTerm(Worklog worklog) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDocumentspublic DefaultWorklogDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager)
public Optional<org.apache.lucene.document.Document> createDocument(EntityWithVersion<Worklog> worklogWithVersion)
createDocument in interface EntityDocumentFactory<Worklog>public org.apache.lucene.index.Term getIdentifyingTerm(Worklog worklog)
getIdentifyingTerm in interface RelatedEntityDocumentFactory<Worklog>Copyright © 2002-2023 Atlassian. All Rights Reserved.