Interface SMultiInstanceActivityInstanceBuilderFactory
- All Superinterfaces:
SActivityInstanceBuilderFactory,SFlowElementInstanceBuilderFactory,SFlowNodeInstanceBuilderFactory
- All Known Implementing Classes:
SMultiInstanceActivityInstanceBuilderFactoryImpl
public interface SMultiInstanceActivityInstanceBuilderFactory
extends SActivityInstanceBuilderFactory
- Author:
- Baptiste Mesta, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewOuterTaskInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, long processDefinitionId, long rootProcessInstanceId, long parentProcessInstanceId, boolean isSequential) Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.builder.SActivityInstanceBuilderFactory
getAbortedByBoundaryEventIdKey, getTokenCountKeyMethods 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, getTerminalKeyMethods inherited from interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderFactory
getDisplayDescriptionKey, getDisplayNameKey, getExecutedBy, getExecutedBySubstitute, getLastUpdateDateKey, getPreviousStateIdKey, getReachStateDateKey, getStateExecutingKey, getStateIdKey, getStateNameKey
-
Method Details
-
createNewOuterTaskInstance
SMultiInstanceActivityInstanceBuilder createNewOuterTaskInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parentContainerId, long processDefinitionId, long rootProcessInstanceId, long parentProcessInstanceId, boolean isSequential) -
getLoopCardinalityKey
String getLoopCardinalityKey() -
getNumberOfActiveInstancesKey
String getNumberOfActiveInstancesKey() -
getNumberOfCompletedInstancesKey
String getNumberOfCompletedInstancesKey() -
getNumberOfTerminatedInstancesKey
String getNumberOfTerminatedInstancesKey()
-