Class OnEnterConnectorState
java.lang.Object
org.bonitasoft.engine.execution.state.OnEnterOrOnFinishConnectorState
org.bonitasoft.engine.execution.state.OnEnterConnectorState
- All Implemented Interfaces:
FlowNodeState
- Direct Known Subclasses:
InitializingActivityState,InitializingActivityWithBoundaryEventsState,InitializingBoundaryEventState
- Author:
- Baptiste Mesta
-
Field Summary
Fields inherited from class org.bonitasoft.engine.execution.state.OnEnterOrOnFinishConnectorState
stateBehaviorsFields inherited from interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.bonitasoft.engine.bpm.connector.ConnectorEventMethods inherited from class org.bonitasoft.engine.execution.state.OnEnterOrOnFinishConnectorState
afterConnectors, beforeConnectors, executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
getId, getName, getStateCategory, getSystemComment, isStable, isTerminal, mustAddSystemComment, notifyChildFlowNodeHasFinished, shouldExecuteState
-
Constructor Details
-
OnEnterConnectorState
-
-
Method Details
-
getConnectorEvent
protected org.bonitasoft.engine.bpm.connector.ConnectorEvent getConnectorEvent()- Specified by:
getConnectorEventin classOnEnterOrOnFinishConnectorState
-