Class SAFlowNodeInstanceBuilderFactoryImpl
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
- All Implemented Interfaces:
SAFlowElementInstanceBuilderFactory,SAFlowNodeInstanceBuilderFactory,SANamedElementBuilderFactory
- Direct Known Subclasses:
SAActivityInstanceBuilderFactoryImpl,SAEndEventInstanceBuilderFactoryImpl,SAStartEventInstanceBuilderFactoryImpl
public abstract class SAFlowNodeInstanceBuilderFactoryImpl
extends SAFlowElementInstanceBuilderFactoryImpl
implements SAFlowNodeInstanceBuilderFactory
- Author:
- Elias Ricken de Medeiros
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields 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 TypeMethodDescriptionMethods 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.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
Field Details
-
STATE_ID_KEY
- See Also:
-
STATE_NAME_KEY
- See Also:
-
REACHED_STATE_DATE_KEY
- See Also:
-
LAST_UPDATE_KEY
- See Also:
-
DISPLAY_NAME_KEY
- See Also:
-
TERMINAL_KEY
- See Also:
-
-
Constructor Details
-
SAFlowNodeInstanceBuilderFactoryImpl
public SAFlowNodeInstanceBuilderFactoryImpl()
-
-
Method Details
-
getStateIdKey
- Specified by:
getStateIdKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getStateNameKey
- Specified by:
getStateNameKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getReachedStateDateKey
- Specified by:
getReachedStateDateKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getLastUpdateKey
- Specified by:
getLastUpdateKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getDisplayNameKey
- Specified by:
getDisplayNameKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getTerminalKey
- Specified by:
getTerminalKeyin interfaceSAFlowNodeInstanceBuilderFactory
-