com.atlassian.jira.index
Interface EntityDocumentFactory<T>

All Superinterfaces:
com.google.common.base.Function<T,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>
All Known Subinterfaces:
ChangeHistoryDocumentFactory, CommentDocumentFactory, IssueDocumentFactory
All Known Implementing Classes:
DefaultChangeHistoryDocumentFactory, DefaultCommentDocumentFactory, DefaultIssueDocumentFactory

public interface EntityDocumentFactory<T>
extends com.google.common.base.Function<T,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>

Converts provided entity to lucene documents for indexing

Since:
v6.2

Nested Class Summary
static class EntityDocumentFactory.EntityDocumentBuilder<T,C extends EntityDocumentFactory.EntityDocumentBuilder<T,C>>
           
 
Method Summary
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.