com.atlassian.jira.issue.index
Interface ChangeHistoryDocumentFactory

All Superinterfaces:
EntityDocumentFactory<ChangeHistoryGroup>, com.google.common.base.Function<ChangeHistoryGroup,com.atlassian.fugue.Option<org.apache.lucene.document.Document>>
All Known Implementing Classes:
DefaultChangeHistoryDocumentFactory

public interface ChangeHistoryDocumentFactory
extends EntityDocumentFactory<ChangeHistoryGroup>

Abstracts the means to create a Document for a ChangeHistoryGroup and its Issue.

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>>
 
Method Summary
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.