com.atlassian.jira.issue.index
Class DefaultChangeHistoryDocumentFactory

java.lang.Object
  extended by com.atlassian.jira.issue.index.DefaultChangeHistoryDocumentFactory
All Implemented Interfaces:
EntityDocumentFactory<ChangeHistoryGroup>, ChangeHistoryDocumentFactory, com.google.common.base.Function<ChangeHistoryGroup,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>

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,C extends EntityDocumentFactory.EntityDocumentBuilder<T,C>>
 
Constructor Summary
DefaultChangeHistoryDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager)
           
 
Method Summary
 com.atlassian.fugue.Option<org.apache.lucene.document.Document> apply(ChangeHistoryGroup changeHistoryGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

DefaultChangeHistoryDocumentFactory

public DefaultChangeHistoryDocumentFactory(SearchExtractorRegistrationManager searchExtractorManager)
Method Detail

apply

public com.atlassian.fugue.Option<org.apache.lucene.document.Document> apply(ChangeHistoryGroup changeHistoryGroup)
Specified by:
apply in interface com.google.common.base.Function<ChangeHistoryGroup,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>


Copyright © 2002-2014 Atlassian. All Rights Reserved.