public interface StateChangable
| Modifier and Type | Method and Description |
|---|---|
void |
onDeploy(eu.vicci.process.model.sofiainstance.MappingUtil mappingUtil,
akka.actor.ActorRef parent)
Actions to perform on the process step deployment.
|
void |
onEscalate()
Actions to perform to escalate a process step.
|
boolean |
onExecute()
Actions to perform on the process execution.
|
void |
onKill()
Actions to perform to kill a process step.
|
void |
onPause()
Actions to perform to pause a process step.
|
void |
onResume()
Actions to perform to resume a process step.
|
void |
onStop()
Actions to perform to stop a process step.
|
void |
postDeactivated()
Actions to perform, after the process current state is set to 'Deactivated' and all
subprocess has finished their execution.
|
void |
postEscalated()
Actions to perform, after the process has been escalated
|
void |
postExecuted()
Actions to perform, after the state has changed to 'Executed'
|
void |
postReset()
After reset a process.
|
void |
preDeactivated()
Actions to perform, before the process current state is set to 'Deactivated'
|
void |
preReset()
Actions to perform, before the process is reset.
|
void |
setCurrentState(StateBase currentState)
Changes the current state to a new one.
|
void onDeploy(eu.vicci.process.model.sofiainstance.MappingUtil mappingUtil,
akka.actor.ActorRef parent)
mappingUtil - parent - boolean onExecute()
void onKill()
void onPause()
void onResume()
void onStop()
void onEscalate()
void postEscalated()
void postExecuted()
void postDeactivated()
void preDeactivated()
void preReset()
void postReset()
void setCurrentState(StateBase currentState)
currentState - Copyright © 2018. All rights reserved.