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
@Component public class CompletingCallActivityState extends CompletingActivityState
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.execution.state.CompletingActivityState
stateBehaviors
-
Fields inherited from interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY
-
-
Constructor Summary
Constructors Constructor Description CompletingCallActivityState(StateBehaviors stateBehaviors, OperationService operationService, ProcessInstanceService processInstanceService, BPMArchiverService bpmArchiverService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeConnectors(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance)intgetId()-
Methods inherited from class org.bonitasoft.engine.execution.state.CompletingActivityState
afterConnectors, getName, getStateCategory, getSystemComment, isStable, isTerminal, mustAddSystemComment, shouldExecuteState
-
Methods inherited from class org.bonitasoft.engine.execution.state.OnFinishConnectorState
getConnectorEvent
-
Methods inherited from class org.bonitasoft.engine.execution.state.OnEnterOrOnFinishConnectorState
execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
notifyChildFlowNodeHasFinished
-
-
-
-
Constructor Detail
-
CompletingCallActivityState
public CompletingCallActivityState(StateBehaviors stateBehaviors, OperationService operationService, ProcessInstanceService processInstanceService, BPMArchiverService bpmArchiverService)
-
-
Method Detail
-
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
-
-