|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.workflow.jscript.JscriptWorkflowTransition
public class JscriptWorkflowTransition
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 classMethod Detail |
---|
public java.lang.String getId()
id
property
public java.lang.String getTitle()
title
property
public java.lang.String getDescription()
description
property
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |