public class UndeployedState extends StateBase
processStep| Constructor and Description |
|---|
UndeployedState(ProcessStepInstanceImplCustomBase processStep) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(eu.vicci.process.model.sofiainstance.MappingUtil mappingUtil,
akka.actor.ActorRef parent)
Deployes the ProcessStep if it is undeployed and sets its state to
inactive.
|
eu.vicci.process.model.sofiainstance.State |
getSimpleState()
Return the simple enum state of this state
|
void |
kill()
Kills a process step and sets its state to killed.
|
void |
stop()
Stops a process step
|
escalate, execute, hasFinishedExecution, pause, portExecutionStateChanged, processExecuted, processReset, reset, resume, workpublic UndeployedState(ProcessStepInstanceImplCustomBase processStep)
public void deploy(eu.vicci.process.model.sofiainstance.MappingUtil mappingUtil,
akka.actor.ActorRef parent)
StateBasepublic void kill()
StateBasepublic void stop()
StateBasepublic eu.vicci.process.model.sofiainstance.State getSimpleState()
StateBasegetSimpleState in class StateBaseCopyright © 2018. All rights reserved.