com.atlassian.greenhopper.service.issue.changehistory
Class ChangeHistoryServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.issue.changehistory.ChangeHistoryServiceImpl
All Implemented Interfaces:
ChangeHistoryService

@Service
public class ChangeHistoryServiceImpl
extends java.lang.Object
implements ChangeHistoryService


Constructor Summary
ChangeHistoryServiceImpl()
           
 
Method Summary
 java.util.List<SafeChangeHistory> getChangeHistoriesForUser(com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for the given issue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeHistoryServiceImpl

public ChangeHistoryServiceImpl()
Method Detail

getChangeHistoriesForUser

public java.util.List<SafeChangeHistory> getChangeHistoriesForUser(com.atlassian.jira.issue.Issue issue,
                                                                   com.atlassian.crowd.embedded.api.User remoteUser)
Description copied from interface: ChangeHistoryService
Returns a List of ChangeHistory entities for the given issue. Please use this instead of directly using ChangeHistoryManager.getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User)

Specified by:
getChangeHistoriesForUser in interface ChangeHistoryService
Parameters:
issue - the issue.
remoteUser - the user who is asking.
Returns:
a List of ChangeHistory entries.


Copyright © 2007-2014 Atlassian. All Rights Reserved.