Interface SIntermediateThrowEventInstanceBuilderFactory
-
- All Superinterfaces:
SEventInstanceBuilderFactory,SFlowElementInstanceBuilderFactory,SFlowNodeInstanceBuilderFactory
- All Known Implementing Classes:
SIntermediateThrowEventInstanceBuilderFactoryImpl
public interface SIntermediateThrowEventInstanceBuilderFactory extends SEventInstanceBuilderFactory
- Author:
- Matthieu Chaffotte, Celine Souchet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SIntermediateThrowEventInstanceBuildercreateNewIntermediateThrowEventInstance(java.lang.String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, long processDefinitionId, long rootProcessInstanceId, long parentProcessInstanceId)-
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
-
createNewIntermediateThrowEventInstance
SIntermediateThrowEventInstanceBuilder createNewIntermediateThrowEventInstance(java.lang.String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, long processDefinitionId, long rootProcessInstanceId, long parentProcessInstanceId)
-
-