Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
N
O
P
R
S
T
V
S
setActionStepCount(int)
- Method in class org.javasteps.engine.
ProcessImpl
setCase(String, StepsList)
- Method in class org.javasteps.steps.
ConditionStep
setDefaultCase(StepsList)
- Method in class org.javasteps.steps.
ConditionStep
setFatal(boolean)
- Method in exception org.javasteps.
StepActionException
setName(String)
- Method in class org.javasteps.engine.
ProcessImpl
setParameter(String, Object)
- Method in class org.javasteps.engine.
ProcessImpl
setParameter(String, Object)
- Method in interface org.javasteps.
ProcessContext
Sets a process wide parameter
start()
- Method in class org.javasteps.engine.
ProcessImpl
start()
- Method in interface org.javasteps.
Process
Starts the process from the first step
Step
- Interface in
org.javasteps.steps
The Step interface is the basic interface every step that his participating in a process must implement
StepAction
- Interface in
org.javasteps
The StepAction interface is the interface that must be implemented by all step action classes
StepActionException
- Exception in
org.javasteps
An application exception that might be thrown from a StepAction.
StepActionException(String)
- Constructor for exception org.javasteps.
StepActionException
StepActionException(String, boolean)
- Constructor for exception org.javasteps.
StepActionException
StepActionException(String, Throwable)
- Constructor for exception org.javasteps.
StepActionException
StepActionException(String, Throwable, boolean)
- Constructor for exception org.javasteps.
StepActionException
StepNotFoundException
- Exception in
org.javasteps
Thrown when a step is searched using a specific stepId but is not found
StepNotFoundException()
- Constructor for exception org.javasteps.
StepNotFoundException
StepNotFoundException(String)
- Constructor for exception org.javasteps.
StepNotFoundException
StepNotFoundException(String, Throwable)
- Constructor for exception org.javasteps.
StepNotFoundException
StepNotFoundException(Throwable)
- Constructor for exception org.javasteps.
StepNotFoundException
StepParser
- Interface in
org.javasteps.parsers
StepsIterator
- Interface in
org.javasteps.engine
The StepsIterator interface represents an iterator used to iterate over the process steps.
StepsList
- Class in
org.javasteps.engine
The StepsList class is used as a special linked list for steps.
StepsList()
- Constructor for class org.javasteps.engine.
StepsList
stop(boolean)
- Method in class org.javasteps.engine.
ProcessImpl
stop(boolean)
- Method in interface org.javasteps.
ProcessContext
Stop the running process, will not continue to the next step.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
N
O
P
R
S
T
V