public class ExecutingFlowNodeStateImpl extends OnFinishConnectorState
| Constructor and Description |
|---|
ExecutingFlowNodeStateImpl(StateBehaviors stateBehaviors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterConnectors(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
protected void |
beforeConnectors(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) |
boolean |
shouldExecuteState(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
getConnectorEventexecutepublic ExecutingFlowNodeStateImpl(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 beforeConnectors(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
beforeConnectors in class OnEnterOrOnFinishConnectorStateorg.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionprotected void afterConnectors(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
afterConnectors in class OnEnterOrOnFinishConnectorStateorg.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.