com.atlassian.jira.issue.index
Class DefaultChangeHistoryRetriever

java.lang.Object
  extended by com.atlassian.jira.issue.index.DefaultChangeHistoryRetriever
All Implemented Interfaces:
DefaultIssueIndexer.ChangeHistoryRetriever, com.atlassian.util.concurrent.Function<Issue,List<ChangeHistoryGroup>>

public class DefaultChangeHistoryRetriever
extends Object
implements DefaultIssueIndexer.ChangeHistoryRetriever


Constructor Summary
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, ChangeHistoryFieldConstants changeHistoryConstants, JqlChangeItemMapping jqlChangeItemMapping)
           
 
Method Summary
 List<ChangeHistoryGroup> get(Issue issue)
          Resolves an output where an input is given.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultChangeHistoryRetriever

public DefaultChangeHistoryRetriever(@NotNull
                                     ChangeHistoryManager changeManager,
                                     @NotNull
                                     IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager,
                                     @NotNull
                                     ChangeHistoryFieldConstants changeHistoryConstants,
                                     @NotNull
                                     JqlChangeItemMapping jqlChangeItemMapping)
Method Detail

get

public List<ChangeHistoryGroup> get(Issue issue)
Description copied from interface: Function
Resolves an output where an input is given.

Specified by:
get in interface com.atlassian.util.concurrent.Function<Issue,List<ChangeHistoryGroup>>
Parameters:
issue - an object of type D.
Returns:
the output of type R.


Copyright © 2002-2012 Atlassian. All Rights Reserved.