Package com.atlassian.jira.workflow
Class WorkflowTransitionUtilFactoryImpl
java.lang.Object
com.atlassian.jira.workflow.WorkflowTransitionUtilFactoryImpl
- All Implemented Interfaces:
WorkflowTransitionUtilFactory
public class WorkflowTransitionUtilFactoryImpl
extends Object
implements WorkflowTransitionUtilFactory
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowTransitionUtilFactoryImpl(JiraAuthenticationContext authenticationContext, WorkflowManager workflowManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, I18nHelper.BeanFactory i18nFactory) -
Method Summary
-
Constructor Details
-
WorkflowTransitionUtilFactoryImpl
public WorkflowTransitionUtilFactoryImpl(JiraAuthenticationContext authenticationContext, WorkflowManager workflowManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, I18nHelper.BeanFactory i18nFactory)
-
-
Method Details
-
create
Description copied from interface:WorkflowTransitionUtilFactoryCreates a new instance of WorkflowTransitionUtil.- Specified by:
createin interfaceWorkflowTransitionUtilFactory- Returns:
- a new instance of WorkflowTransitionUtil.
-