Class SGatewayInstance
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
org.bonitasoft.engine.core.process.instance.model.SGatewayInstance
- All Implemented Interfaces:
Serializable,PersistentObject
- Author:
- Feng Hui
- See Also:
-
Field Summary
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
loopCounter -
Constructor Summary
ConstructorsConstructorDescriptionSGatewayInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, SGatewayType gatewayType, long logicalGroup1, long logicalGroup2) SGatewayInstance(SGatewayInstance gatewayInstance) -
Method Summary
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
getContainerType, getLogicalGroup, getParentActivityInstanceId, getParentContainerType, getParentProcessInstanceId, getProcessDefinitionId, getRootProcessInstanceId, isAborting, isCanceling, setLogicalGroupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Constructor Details
-
SGatewayInstance
public SGatewayInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, SGatewayType gatewayType, long logicalGroup1, long logicalGroup2) -
SGatewayInstance
-
-
Method Details
-
isFinished
public boolean isFinished() -
getType
- Specified by:
getTypein classSFlowNodeInstance
-
mustExecuteOnAbortOrCancelProcess
public boolean mustExecuteOnAbortOrCancelProcess()- Overrides:
mustExecuteOnAbortOrCancelProcessin classSFlowNodeInstance- Returns:
- true if the execution must continues automatically on abort or cancel the parent process instance
-