Class SFlowNodeInstanceBuilderFactoryImpl
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowElementInstanceBuilderFactoryImpl
org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowNodeInstanceBuilderFactoryImpl
- All Implemented Interfaces:
SFlowElementInstanceBuilderFactory,SFlowNodeInstanceBuilderFactory
- Direct Known Subclasses:
SActivityInstanceBuilderFactoryImpl,SEventInstanceBuilderFactoryImpl,SGatewayInstanceBuilderFactoryImpl
public abstract class SFlowNodeInstanceBuilderFactoryImpl
extends SFlowElementInstanceBuilderFactoryImpl
implements SFlowNodeInstanceBuilderFactory
- Author:
- Baptiste Mesta
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected 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.builder.impl.SFlowElementInstanceBuilderFactoryImpl
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, STABLE_KEY, TERMINAL_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowElementInstanceBuilderFactoryImpl
getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey, getStableKey, getStateCategoryKey, getTerminalKeyMethods 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.builder.SFlowElementInstanceBuilderFactory
getIdKey, getNameKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey, getStableKey, getStateCategoryKey, getTerminalKey
-
Field Details
-
DISPLAY_DESCRIPTION
- See Also:
-
DISPLAY_NAME
- See Also:
-
STATE_ID_KEY
- See Also:
-
STATE_NAME_KEY
- See Also:
-
PREVIOUS_STATE_ID_KEY
- See Also:
-
LAST_UPDATE_KEY
- See Also:
-
REACHED_STATE_DATE_KEY
- See Also:
-
EXECUTE_BY_KEY
- See Also:
-
EXECUTE_FOR_KEY
- See Also:
-
STATE_EXECUTING_KEY
- See Also:
-
-
Constructor Details
-
SFlowNodeInstanceBuilderFactoryImpl
public SFlowNodeInstanceBuilderFactoryImpl()
-
-
Method Details
-
getDisplayDescriptionKey
- Specified by:
getDisplayDescriptionKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getDisplayNameKey
- Specified by:
getDisplayNameKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getStateExecutingKey
- Specified by:
getStateExecutingKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getExecutedBy
- Specified by:
getExecutedByin interfaceSFlowNodeInstanceBuilderFactory
-
getExecutedBySubstitute
- Specified by:
getExecutedBySubstitutein interfaceSFlowNodeInstanceBuilderFactory
-
getStateIdKey
- Specified by:
getStateIdKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getStateNameKey
- Specified by:
getStateNameKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getPreviousStateIdKey
- Specified by:
getPreviousStateIdKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getLastUpdateDateKey
- Specified by:
getLastUpdateDateKeyin interfaceSFlowNodeInstanceBuilderFactory
-
getReachStateDateKey
- Specified by:
getReachStateDateKeyin interfaceSFlowNodeInstanceBuilderFactory
-