public class DeactivatedState extends StateBase
processStep| Constructor and Description |
|---|
DeactivatedState(ProcessStepInstanceImplCustomBase processStep) |
| Modifier and Type | Method and Description |
|---|---|
eu.vicci.process.model.sofiainstance.State |
getSimpleState()
Return the simple enum state of this state
|
boolean |
hasFinishedExecution()
Gets the information, whether the process step is finished or has to do
more operations.
|
void |
processExecuted(ProcessStepInstanceImplCustom process)
Informs this process that a sub process or a other process, which has the
current process registered as a listener, has finished execution
|
void |
reset()
Resets the process state and the states from all substeps
|
public DeactivatedState(ProcessStepInstanceImplCustomBase processStep)
public boolean hasFinishedExecution()
StateBasehasFinishedExecution in class StateBasepublic void reset()
StateBasepublic void processExecuted(ProcessStepInstanceImplCustom process)
StateBaseprocessExecuted in class StateBasepublic eu.vicci.process.model.sofiainstance.State getSimpleState()
StateBasegetSimpleState in class StateBaseCopyright © 2018. All rights reserved.