Skip navigation links
A C E G S T W 

A

Action<T> - Interface in com.cedarsoft.workflow
An action

C

com.cedarsoft.workflow - package com.cedarsoft.workflow
 
createTransition(State<T>, List<? extends Action<T>>) - Method in class com.cedarsoft.workflow.State
Creates a new transition definition for the given target state and action
createTransition(State<T>, Action<T>...) - Method in class com.cedarsoft.workflow.State
createTransition
createWorkflow(T) - Method in class com.cedarsoft.workflow.WorkflowDefinition
createWorkflow

E

execute(T, TransitionDefinition<T>) - Method in interface com.cedarsoft.workflow.Action
Executes the action

G

getActions() - Method in class com.cedarsoft.workflow.TransitionDefinition
Returns the actions
getBean() - Method in class com.cedarsoft.workflow.Workflow
Returns the bean of that workflow
getCurrentState() - Method in class com.cedarsoft.workflow.Workflow
Returns the current state
getFirstAction() - Method in class com.cedarsoft.workflow.TransitionDefinition
Deprecated.
getId() - Method in class com.cedarsoft.workflow.State
Returns the id
getInitialState() - Method in class com.cedarsoft.workflow.WorkflowDefinition
Getter for the field initialState.
getPossibleTransition() - Method in class com.cedarsoft.workflow.Workflow
Returns the possible transitions.
getPossibleTransitionDefinitions() - Method in class com.cedarsoft.workflow.Workflow
Deprecated.
getSource() - Method in class com.cedarsoft.workflow.TransitionDefinition
Getter for the field source.
getTarget() - Method in class com.cedarsoft.workflow.TransitionDefinition
Getter for the field target.
getTransitions() - Method in class com.cedarsoft.workflow.State
Returns the transitions for this state
getWorkflowDefinition() - Method in class com.cedarsoft.workflow.Workflow
Returns the workflow definition this workflow is based on

S

State<T> - Class in com.cedarsoft.workflow
Represents a state within the workflow
State(String) - Constructor for class com.cedarsoft.workflow.State
Creates a new state

T

transit() - Method in interface com.cedarsoft.workflow.Transition
transit
Transition<T> - Interface in com.cedarsoft.workflow
A transition.
TransitionDefinition<T> - Class in com.cedarsoft.workflow
Defines a transition between two states.
TransitionDefinition(State<T>, State<T>, Action<T>...) - Constructor for class com.cedarsoft.workflow.TransitionDefinition
Constructor for TransitionDefinition.
TransitionDefinition(State<T>, State<T>, List<? extends Action<T>>) - Constructor for class com.cedarsoft.workflow.TransitionDefinition
Creates a new transition definition between the given source and target

W

Workflow<T> - Class in com.cedarsoft.workflow
Workflow class.
Workflow(T, WorkflowDefinition<T>) - Constructor for class com.cedarsoft.workflow.Workflow
Creates a workflow for the given bean
WorkflowDefinition<T> - Class in com.cedarsoft.workflow
A workflow definition.
WorkflowDefinition(State<T>) - Constructor for class com.cedarsoft.workflow.WorkflowDefinition
Constructor for WorkflowDefinition.
A C E G S T W 
Skip navigation links

Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.