public class ExecutingThrowEventStateImpl extends OnEnterAndFinishConnectorState
Constructor and Description |
---|
ExecutingThrowEventStateImpl(StateBehaviors stateBehaviors) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterOnFinish(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
protected void |
beforeOnEnter(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
int |
getId() |
String |
getName() |
org.bonitasoft.engine.core.process.instance.model.SStateCategory |
getStateCategory() |
String |
getSystemComment(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
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 |
mustAddSystemComment(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
protected void |
onEnterToOnFinish(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
boolean |
shouldExecuteState(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
execute
public ExecutingThrowEventStateImpl(StateBehaviors stateBehaviors)
public int getId()
public boolean isInterrupting()
public boolean isStable()
public boolean isTerminal()
public String getName()
public boolean hit(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance parentInstance, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance childInstance)
public boolean shouldExecuteState(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
public org.bonitasoft.engine.core.process.instance.model.SStateCategory getStateCategory()
public boolean mustAddSystemComment(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
public String getSystemComment(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
protected void beforeOnEnter(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
beforeOnEnter
in class OnEnterAndFinishConnectorState
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
protected void onEnterToOnFinish(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
onEnterToOnFinish
in class OnEnterAndFinishConnectorState
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
protected void afterOnFinish(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
afterOnFinish
in class OnEnterAndFinishConnectorState
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
Copyright © 2018 Bonitasoft S.A.. All rights reserved.