Interface SAEndEventInstanceBuilderFactory
-
- All Superinterfaces:
SAFlowElementInstanceBuilderFactory,SAFlowNodeInstanceBuilderFactory,SANamedElementBuilderFactory
- All Known Implementing Classes:
SAEndEventInstanceBuilderFactoryImpl
public interface SAEndEventInstanceBuilderFactory extends SAFlowNodeInstanceBuilderFactory
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAEndEventInstanceBuildercreateNewArchivedEndEventInstance(SEndEventInstance endEvent)-
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
-
createNewArchivedEndEventInstance
SAEndEventInstanceBuilder createNewArchivedEndEventInstance(SEndEventInstance endEvent)
-
-