|
Field Summary | ||
description Deprecated. |
||
boolean |
isTaskNode Deprecated. |
|
name Deprecated. |
||
title Deprecated. |
||
transitions Deprecated. |
||
type Deprecated. |
Constructor Summary | ||
WorkflowNode(String name, String title, String description, String type, boolean isTaskNode, WorkflowTransition... transitions) |
Method Summary | ||
getDescription() | ||
getName() | ||
getTitle() | ||
getTransitions() | ||
getType() | ||
boolean |
isTaskNode() | |
toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|