com.atlassian.jira.workflow
Class WorkflowTransitionUtilFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.workflow.WorkflowTransitionUtilFactoryImpl
All Implemented Interfaces:
WorkflowTransitionUtilFactory

public class WorkflowTransitionUtilFactoryImpl
extends Object
implements WorkflowTransitionUtilFactory

Since:
v4.4

Constructor Summary
WorkflowTransitionUtilFactoryImpl(JiraAuthenticationContext authenticationContext, WorkflowManager workflowManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService)
           
 
Method Summary
 WorkflowTransitionUtil create()
          Creates a new instance of WorkflowTransitionUtil.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTransitionUtilFactoryImpl

public WorkflowTransitionUtilFactoryImpl(JiraAuthenticationContext authenticationContext,
                                         WorkflowManager workflowManager,
                                         PermissionManager permissionManager,
                                         FieldScreenRendererFactory fieldScreenRendererFactory,
                                         CommentService commentService)
Method Detail

create

public WorkflowTransitionUtil create()
Description copied from interface: WorkflowTransitionUtilFactory
Creates a new instance of WorkflowTransitionUtil.

Specified by:
create in interface WorkflowTransitionUtilFactory
Returns:
a new instance of WorkflowTransitionUtil.


Copyright © 2002-2014 Atlassian. All Rights Reserved.