Interface SGatewayInstanceBuilderFactory
-
- All Superinterfaces:
SFlowElementInstanceBuilderFactory,SFlowNodeInstanceBuilderFactory
- All Known Implementing Classes:
SGatewayInstanceBuilderFactoryImpl
public interface SGatewayInstanceBuilderFactory extends SFlowNodeInstanceBuilderFactory
- Author:
- Feng Hui, Elias Ricken de Medeiros, Celine Souchet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SGatewayInstanceBuildercreateNewInstance(java.lang.String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, SGatewayType gatewayType, long processDefinitionId, long rootProcessInstanceId, long parentProcessInstanceId)java.lang.StringgetGatewayTypeKey()java.lang.StringgetHitBysKey()-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowElementInstanceBuilderFactory
getIdKey, getNameKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey, getStableKey, getStateCategoryKey, getTerminalKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderFactory
getDisplayDescriptionKey, getDisplayNameKey, getExecutedBy, getExecutedBySubstitute, getLastUpdateDateKey, getPreviousStateIdKey, getReachStateDateKey, getStateExecutingKey, getStateIdKey, getStateNameKey
-
-
-
-
Method Detail
-
createNewInstance
SGatewayInstanceBuilder createNewInstance(java.lang.String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, SGatewayType gatewayType, long processDefinitionId, long rootProcessInstanceId, long parentProcessInstanceId)
-
getGatewayTypeKey
java.lang.String getGatewayTypeKey()
-
getHitBysKey
java.lang.String getHitBysKey()
-
-