Class JscriptWorkflowTransition
- java.lang.Object
-
- org.alfresco.repo.workflow.jscript.JscriptWorkflowTransition
-
- All Implemented Interfaces:
java.io.Serializable
public class JscriptWorkflowTransition extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JscriptWorkflowTransition(java.lang.String id, java.lang.String title, java.lang.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 java.lang.StringgetDescription()Gets the value of thedescriptionpropertyjava.lang.StringgetId()Gets the value of theidpropertyjava.lang.StringgetTitle()Gets the value of thetitlepropertyjava.lang.StringtoString()
-
-
-
Constructor Detail
-
JscriptWorkflowTransition
public JscriptWorkflowTransition(java.lang.String id, java.lang.String title, java.lang.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
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of theidproperty- Returns:
- the id
-
getTitle
public java.lang.String getTitle()
Gets the value of thetitleproperty- Returns:
- the title
-
getDescription
public java.lang.String getDescription()
Gets the value of thedescriptionproperty- Returns:
- the description
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-