public class InitializingBoundaryEventStateImpl extends FlowNodeStateWithConnectors
| Constructor and Description |
|---|
InitializingBoundaryEventStateImpl(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) |
executepublic InitializingBoundaryEventStateImpl(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 FlowNodeStateWithConnectorsorg.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionprotected 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 FlowNodeStateWithConnectorsorg.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionprotected void afterOnFinish(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
afterOnFinish in class FlowNodeStateWithConnectorsCopyright © 2016 Bonitasoft S.A.. All rights reserved.