public abstract class EndingIntermediateCatchEventExceptionStateImpl extends Object implements org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
Constructor and Description |
---|
EndingIntermediateCatchEventExceptionStateImpl(WaitingEventsInterrupter waitingEventsInterrupter) |
Modifier and Type | Method and Description |
---|---|
org.bonitasoft.engine.core.process.instance.api.states.StateCode |
execute(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance instance) |
boolean |
hit(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance parentInstance,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance childInstance) |
boolean |
isInterrupting() |
boolean |
isStable() |
boolean |
isTerminal() |
boolean |
shouldExecuteState(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EndingIntermediateCatchEventExceptionStateImpl(WaitingEventsInterrupter waitingEventsInterrupter)
public boolean shouldExecuteState(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
shouldExecuteState
in interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
public org.bonitasoft.engine.core.process.instance.api.states.StateCode execute(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance instance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
execute
in interface org.bonitasoft.engine.core.process.instance.api.states.State<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
public boolean hit(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance parentInstance, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance childInstance)
hit
in interface org.bonitasoft.engine.core.process.instance.api.states.State<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>
public boolean isInterrupting()
isInterrupting
in interface org.bonitasoft.engine.core.process.instance.api.states.State<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>
public boolean isStable()
isStable
in interface org.bonitasoft.engine.core.process.instance.api.states.State<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>
public boolean isTerminal()
isTerminal
in interface org.bonitasoft.engine.core.process.instance.api.states.State<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>
Copyright © 2018 Bonitasoft S.A.. All rights reserved.