public abstract class OnEnterOrOnFinishConnectorState extends Object implements org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
| Modifier and Type | Field and Description |
|---|---|
protected StateBehaviors |
stateBehaviors |
| Constructor and Description |
|---|
OnEnterOrOnFinishConnectorState(StateBehaviors stateBehaviors) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
afterConnectors(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
protected abstract void |
beforeConnectors(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
org.bonitasoft.engine.core.process.instance.api.states.StateCode |
execute(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
protected abstract ConnectorEvent |
getConnectorEvent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final StateBehaviors stateBehaviors
public OnEnterOrOnFinishConnectorState(StateBehaviors stateBehaviors)
protected abstract void beforeConnectors(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionprotected abstract void afterConnectors(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionExceptionpublic org.bonitasoft.engine.core.process.instance.api.states.StateCode execute(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) 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.SActivityStateExecutionExceptionprotected abstract ConnectorEvent getConnectorEvent()
Copyright © 2017 Bonitasoft S.A.. All rights reserved.