public class WorkflowDefinition<T> extends Object
| Constructor and Description |
|---|
WorkflowDefinition(State<T> initialState)
Constructor for WorkflowDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow<T> |
createWorkflow(T object)
createWorkflow
|
State<T> |
getInitialState()
Getter for the field
initialState. |
Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.