public class DefaultWorklogDocumentFactory extends Object implements WorklogDocumentFactory
EntityDocumentFactory.EntityDocumentBuilder<T,C extends EntityDocumentFactory.EntityDocumentBuilder<T,C>>| Constructor and Description |
|---|
DefaultWorklogDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager) |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<org.apache.lucene.document.Document> |
apply(Worklog worklog) |
org.apache.lucene.index.Term |
getIdentifyingTerm(Worklog worklog) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic DefaultWorklogDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager)
public io.atlassian.fugue.Option<org.apache.lucene.document.Document> apply(Worklog worklog)
apply in interface java.util.function.Function<Worklog,io.atlassian.fugue.Option<org.apache.lucene.document.Document>>public org.apache.lucene.index.Term getIdentifyingTerm(Worklog worklog)
getIdentifyingTerm in interface RelatedEntityDocumentFactory<Worklog>Copyright © 2002-2019 Atlassian. All Rights Reserved.