@InjectableComponent public interface

WorkflowCopyNameFactory

com.atlassian.jira.workflow.names.WorkflowCopyNameFactory
Known Indirect Subclasses

Class Overview

Creates the name to be used for a copy of a given workflow.

Summary

Nested Classes
class WorkflowCopyNameFactory.UnableToGenerateASuitableWorkflowName  
Public Methods
String createFrom(String sourceWorkflowName, Locale locale)
Creates the name to be used for a copy of a workflow based on the name of the workflow to be copied.

Public Methods

public String createFrom (String sourceWorkflowName, Locale locale)

Creates the name to be used for a copy of a workflow based on the name of the workflow to be copied.

Parameters
sourceWorkflowName The name of the workflow to be copied.
Returns
  • A String containing the name to be used for the copy.