public class JscriptWorkflowTransition extends Object implements Serializable
| Constructor and Description |
|---|
JscriptWorkflowTransition(String id,
String title,
String description)
Constructor to create a new instance of this class
from scratch
|
JscriptWorkflowTransition(WorkflowTransition transition)
Constructor to create a new instance of this class from an existing
instance of WorkflowTransition from the CMR workflow object model
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the
description property |
String |
getId()
Gets the value of the
id property |
String |
getTitle()
Gets the value of the
title property |
String |
toString() |
public JscriptWorkflowTransition(String id, String title, String description)
id - Workflow transition IDtitle - Workflow transition titledescription - Workflow transition descriptionpublic JscriptWorkflowTransition(WorkflowTransition transition)
transition - CMR WorkflowTransition object from which
to create a new instance of this classCopyright © 2005–2018 Alfresco Software. All rights reserved.