Class JscriptWorkflowTransition
- java.lang.Object
-
- org.alfresco.repo.workflow.jscript.JscriptWorkflowTransition
-
- All Implemented Interfaces:
Serializable
public class JscriptWorkflowTransition extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JscriptWorkflowTransition(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of thedescriptionpropertyStringgetId()Gets the value of theidpropertyStringgetTitle()Gets the value of thetitlepropertyStringtoString()
-
-
-
Constructor Detail
-
JscriptWorkflowTransition
public JscriptWorkflowTransition(String id, String title, String description)
Constructor to create a new instance of this class from scratch- Parameters:
id- Workflow transition IDtitle- Workflow transition titledescription- Workflow transition description
-
JscriptWorkflowTransition
public JscriptWorkflowTransition(WorkflowTransition transition)
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
-
-