Class JscriptWorkflowTransition
java.lang.Object
org.alfresco.repo.workflow.jscript.JscriptWorkflowTransition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJscriptWorkflowTransition(String id, String title, String description) Constructor to create a new instance of this class from scratchJscriptWorkflowTransition(WorkflowTransition transition) Constructor to create a new instance of this class from an existing instance of WorkflowTransition from the CMR workflow object model -
Method Summary
-
Constructor Details
-
JscriptWorkflowTransition
Constructor to create a new instance of this class from scratch- Parameters:
id- Workflow transition IDtitle- Workflow transition titledescription- Workflow transition description
-
JscriptWorkflowTransition
Constructor to create a new instance of this class from an existing instance of WorkflowTransition from the CMR workflow object model- Parameters:
transition- CMR WorkflowTransition object from which to create a new instance of this class
-
-
Method Details