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

@Entity public class SGatewayInstance extends SFlowNodeInstance
Author:
Feng Hui
See Also:
  • Constructor Details

    • SGatewayInstance

      public SGatewayInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, SGatewayType gatewayType, long logicalGroup1, long logicalGroup2)
    • SGatewayInstance

      public SGatewayInstance(SGatewayInstance gatewayInstance)
  • Method Details