public interface State<T>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(SProcessDefinition processDefinition,
T instance) |
int |
getId() |
String |
getName() |
boolean |
isInterrupting()
Checks whether the state can be interrupted.
|
boolean |
isStable() |
boolean |
isTerminal()
Checks whether the state is a terminal one.
|
void execute(SProcessDefinition processDefinition, T instance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionint getId()
String getName()
boolean isInterrupting()
boolean isStable()
boolean isTerminal()
Copyright © 2016 Bonitasoft S.A.. All rights reserved.