com.atlassian.jira.workflow.names
Interface WorkflowCopyNameFactory
- All Known Implementing Classes:
- DefaultWorkflowCopyNameFactory
@InjectableComponent
public interface WorkflowCopyNameFactory
Creates the name to be used for a copy of a given workflow.
- Since:
- v5.1
Method Summary |
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. |
createFrom
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.locale
-
- Returns:
- A String containing the name to be used for the copy.
Copyright © 2002-2014 Atlassian. All Rights Reserved.