Interface WorkflowCopyNameFactory
- All Known Implementing Classes:
DefaultWorkflowCopyNameFactory
Creates the name to be used for a copy of a given workflow.
- Since:
- v5.1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptioncreateFrom(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.
-
Method Details
-
createFrom
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.
-