com.atlassian.jira.issue.index
Interface IssueDocumentFactory

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

public interface IssueDocumentFactory
extends EntityDocumentFactory<Issue>

Abstracts the means to create a Document for an Issue.

Since:
v4.0

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
 org.apache.lucene.index.Term getIdentifyingTerm(Issue issue)
           
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 

Method Detail

getIdentifyingTerm

org.apache.lucene.index.Term getIdentifyingTerm(Issue issue)


Copyright © 2002-2014 Atlassian. All Rights Reserved.