com.atlassian.jira.issue.history
Class IssueHistoryLinkFactory
java.lang.Object
com.atlassian.jira.issue.history.IssueHistoryLinkFactory
- All Implemented Interfaces:
- SimpleLinkFactory
public class IssueHistoryLinkFactory
- extends Object
- implements SimpleLinkFactory
Simple Link Factory for creating links to recently view issues.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueHistoryLinkFactory
public IssueHistoryLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory,
UserIssueHistoryManager userHistoryManager,
ApplicationProperties applicationProperties,
SearchService searchService,
I18nHelper.BeanFactory i18nFactory)
init
public void init(SimpleLinkFactoryModuleDescriptor descriptor)
- Description copied from interface:
SimpleLinkFactory
- Initialization method for the factory. Used to retrieve information off the module descriptor
- Specified by:
init
in interface SimpleLinkFactory
- Parameters:
descriptor
- The descriptor responsible for defining this factory.
getLinks
public List<SimpleLink> getLinks(com.atlassian.crowd.embedded.api.User user,
Map<String,Object> params)
- Description copied from interface:
SimpleLinkFactory
- Generates a list of
SimpleLink
objects.
- Specified by:
getLinks
in interface SimpleLinkFactory
- Parameters:
user
- The user this list is being generated for.
- Returns:
- a list of
SimpleLink
objects tailored for the user.
Copyright © 2002-2012 Atlassian. All Rights Reserved.