Interface SAStartEventInstanceBuilderFactory
-
- All Superinterfaces:
SAFlowElementInstanceBuilderFactory,SAFlowNodeInstanceBuilderFactory,SANamedElementBuilderFactory
- All Known Implementing Classes:
SAStartEventInstanceBuilderFactoryImpl
public interface SAStartEventInstanceBuilderFactory extends SAFlowNodeInstanceBuilderFactory
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAStartEventInstanceBuildercreateNewArchivedStartEventInstance(SStartEventInstance startEventInstance)-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAFlowElementInstanceBuilderFactory
getDescriptionKey, getKindKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAFlowNodeInstanceBuilderFactory
getDisplayNameKey, getLastUpdateKey, getReachedStateDateKey, getStateIdKey, getStateNameKey, getTerminalKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
-
-
-
Method Detail
-
createNewArchivedStartEventInstance
SAStartEventInstanceBuilder createNewArchivedStartEventInstance(SStartEventInstance startEventInstance)
-
-