public class JscriptWorkflowTransition
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JscriptWorkflowTransition(java.lang.String id,
java.lang.String title,
java.lang.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 |
|---|---|
java.lang.String |
getDescription()
Gets the value of the
description property |
java.lang.String |
getId()
Gets the value of the
id property |
java.lang.String |
getTitle()
Gets the value of the
title property |
java.lang.String |
toString() |
public JscriptWorkflowTransition(java.lang.String id,
java.lang.String title,
java.lang.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 classpublic java.lang.String getId()
id propertypublic java.lang.String getTitle()
title propertypublic java.lang.String getDescription()
description propertypublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.