Class SAStartEventInstanceBuilderFactoryImpl
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.SAStartEventInstanceBuilderFactoryImpl
- All Implemented Interfaces:
SAStartEventInstanceBuilderFactory,SAFlowElementInstanceBuilderFactory,SAFlowNodeInstanceBuilderFactory,SANamedElementBuilderFactory
public class SAStartEventInstanceBuilderFactoryImpl
extends SAFlowNodeInstanceBuilderFactoryImpl
implements SAStartEventInstanceBuilderFactory
- 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_KEYFields 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_INDEXFields inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
ARCHIVED_DATE, ID_KEY, NAME_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNewArchivedStartEventInstance(SStartEventInstance startEventInstance) Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowNodeInstanceBuilderFactoryImpl
getDisplayNameKey, getLastUpdateKey, getReachedStateDateKey, getStateIdKey, getStateNameKey, getTerminalKeyMethods 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, getRootProcessInstanceKeyMethods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAFlowElementInstanceBuilderFactory
getDescriptionKey, getKindKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKeyMethods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAFlowNodeInstanceBuilderFactory
getDisplayNameKey, getLastUpdateKey, getReachedStateDateKey, getStateIdKey, getStateNameKey, getTerminalKeyMethods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
Constructor Details
-
SAStartEventInstanceBuilderFactoryImpl
public SAStartEventInstanceBuilderFactoryImpl()
-
-
Method Details
-
createNewArchivedStartEventInstance
public SAStartEventInstanceBuilder createNewArchivedStartEventInstance(SStartEventInstance startEventInstance) - Specified by:
createNewArchivedStartEventInstancein interfaceSAStartEventInstanceBuilderFactory
-