Class SAEndEventInstanceBuilderFactoryImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
-
- org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowElementInstanceBuilderFactoryImpl
-
- org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowNodeInstanceBuilderFactoryImpl
-
- org.bonitasoft.engine.core.process.instance.model.archive.builder.event.impl.SAEndEventInstanceBuilderFactoryImpl
-
- All Implemented Interfaces:
SAEndEventInstanceBuilderFactory,SAFlowElementInstanceBuilderFactory,SAFlowNodeInstanceBuilderFactory,SANamedElementBuilderFactory
public class SAEndEventInstanceBuilderFactoryImpl extends SAFlowNodeInstanceBuilderFactoryImpl implements SAEndEventInstanceBuilderFactory
- Author:
- Elias Ricken de Medeiros
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowNodeInstanceBuilderFactoryImpl
DISPLAY_NAME_KEY, LAST_UPDATE_KEY, REACHED_STATE_DATE_KEY, STATE_ID_KEY, STATE_NAME_KEY, TERMINAL_KEY
-
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowElementInstanceBuilderFactoryImpl
DESCRIPTION_KEY, KIND_KEY, LOGICAL_GROUP1_KEY, LOGICAL_GROUP2_KEY, LOGICAL_GROUP3_KEY, LOGICAL_GROUP4_KEY, PARENT_ACTIVITY_INSTANCE_INDEX, PARENT_CONTAINER_ID_KEY, PARENT_PROCESS_INSTANCE_INDEX, PROCESS_DEFINITION_INDEX, ROOT_CONTAINER_ID_KEY, ROOT_PROCESS_INSTANCE_INDEX
-
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
ARCHIVED_DATE, ID_KEY, NAME_KEY
-
-
Constructor Summary
Constructors Constructor Description SAEndEventInstanceBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAEndEventInstanceBuildercreateNewArchivedEndEventInstance(SEndEventInstance endEvent)-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowNodeInstanceBuilderFactoryImpl
getDisplayNameKey, getLastUpdateKey, getReachedStateDateKey, getStateIdKey, getStateNameKey, getTerminalKey
-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowElementInstanceBuilderFactoryImpl
getDescriptionKey, getKindKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey
-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public SAEndEventInstanceBuilder createNewArchivedEndEventInstance(SEndEventInstance endEvent)
- Specified by:
createNewArchivedEndEventInstancein interfaceSAEndEventInstanceBuilderFactory
-
-