com.atlassian.jira.issue.transitions
Class TransitionLinkFactory

java.lang.Object
  extended by com.atlassian.jira.issue.transitions.TransitionLinkFactory
All Implemented Interfaces:
SimpleLinkFactory

public class TransitionLinkFactory
extends java.lang.Object
implements SimpleLinkFactory

A Simple LinkFactory for generating Issue Transitions.

Since:
v4.1

Constructor Summary
TransitionLinkFactory(WorkflowManager workflowManager, VelocityRequestContextFactory requestContextFactory)
           
 
Method Summary
 java.util.List<SimpleLink> getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
          Generates a list of SimpleLink objects.
 void init(SimpleLinkFactoryModuleDescriptor descriptor)
          Initialization method for the factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionLinkFactory

public TransitionLinkFactory(WorkflowManager workflowManager,
                             VelocityRequestContextFactory requestContextFactory)
Method Detail

init

public void init(SimpleLinkFactoryModuleDescriptor descriptor)
Description copied from interface: SimpleLinkFactory
Initialization method for the factory. Used to retreive information off the module descriptor

Specified by:
init in interface SimpleLinkFactory
Parameters:
descriptor - The descriptor responsible for defining this factory.

getLinks

public java.util.List<SimpleLink> getLinks(com.opensymphony.user.User user,
                                           java.util.Map<java.lang.String,java.lang.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-2011 Atlassian. All Rights Reserved.