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 |
|---|---|
com.atlassian.fugue.Option<org.apache.lucene.document.Document> |
apply(Worklog worklog) |
org.apache.lucene.index.Term |
getIdentifyingTerm(Worklog worklog) |
public DefaultWorklogDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager)
public com.atlassian.fugue.Option<org.apache.lucene.document.Document> apply(Worklog worklog)
apply in interface com.google.common.base.Function<Worklog,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>public org.apache.lucene.index.Term getIdentifyingTerm(Worklog worklog)
getIdentifyingTerm in interface RelatedEntityDocumentFactory<Worklog>Copyright © 2002-2017 Atlassian. All Rights Reserved.