Class CompletingCallActivityState
java.lang.Object
org.bonitasoft.engine.execution.state.OnEnterOrOnFinishConnectorState
org.bonitasoft.engine.execution.state.OnFinishConnectorState
org.bonitasoft.engine.execution.state.CompletingActivityState
org.bonitasoft.engine.execution.state.CompletingCallActivityState
- All Implemented Interfaces:
FlowNodeState
-
Field Summary
Fields inherited from class org.bonitasoft.engine.execution.state.CompletingActivityState
stateBehaviorsFields inherited from interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY -
Constructor Summary
ConstructorsConstructorDescriptionCompletingCallActivityState(StateBehaviors stateBehaviors, OperationService operationService, ProcessInstanceService processInstanceService, BPMArchiverService bpmArchiverService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbeforeConnectors(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance) intgetId()Methods inherited from class org.bonitasoft.engine.execution.state.CompletingActivityState
afterConnectors, getName, getStateCategory, getSystemComment, isStable, isTerminal, mustAddSystemComment, shouldExecuteStateMethods inherited from class org.bonitasoft.engine.execution.state.OnFinishConnectorState
getConnectorEventMethods inherited from class org.bonitasoft.engine.execution.state.OnEnterOrOnFinishConnectorState
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
notifyChildFlowNodeHasFinished
-
Constructor Details
-
CompletingCallActivityState
public CompletingCallActivityState(StateBehaviors stateBehaviors, OperationService operationService, ProcessInstanceService processInstanceService, BPMArchiverService bpmArchiverService)
-
-
Method Details
-
beforeConnectors
protected void beforeConnectors(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance) throws SActivityStateExecutionException - Overrides:
beforeConnectorsin classCompletingActivityState- Throws:
SActivityStateExecutionException
-
getId
public int getId()- Specified by:
getIdin interfaceFlowNodeState- Overrides:
getIdin classCompletingActivityState
-