Class SFlowElementInstanceBuilderFactoryImpl
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowElementInstanceBuilderFactoryImpl
- All Implemented Interfaces:
SFlowElementInstanceBuilderFactory
- Direct Known Subclasses:
SFlowNodeInstanceBuilderFactoryImpl
public abstract class SFlowElementInstanceBuilderFactoryImpl
extends Object
implements SFlowElementInstanceBuilderFactory
- Author:
- Elias Ricken de Medeiros, Yanyan Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final intprotected static final Stringprotected static final intprotected static final intprotected static final Stringprotected static final intprotected static final Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintMethods 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
-
Field Details
-
ROOT_CONTAINER_ID_KEY
- See Also:
-
PARENT_CONTAINER_ID_KEY
- See Also:
-
LOGICAL_GROUP1_KEY
- See Also:
-
LOGICAL_GROUP2_KEY
- See Also:
-
LOGICAL_GROUP3_KEY
- See Also:
-
LOGICAL_GROUP4_KEY
- See Also:
-
STABLE_KEY
- See Also:
-
TERMINAL_KEY
- See Also:
-
PROCESS_DEFINITION_INDEX
protected static final int PROCESS_DEFINITION_INDEX- See Also:
-
ROOT_PROCESS_INSTANCE_INDEX
protected static final int ROOT_PROCESS_INSTANCE_INDEX- See Also:
-
PARENT_ACTIVITY_INSTANCE_INDEX
protected static final int PARENT_ACTIVITY_INSTANCE_INDEX- See Also:
-
PARENT_PROCESS_INSTANCE_INDEX
protected static final int PARENT_PROCESS_INSTANCE_INDEX- See Also:
-
-
Constructor Details
-
SFlowElementInstanceBuilderFactoryImpl
public SFlowElementInstanceBuilderFactoryImpl()
-
-
Method Details
-
getRootContainerIdKey
- Specified by:
getRootContainerIdKeyin interfaceSFlowElementInstanceBuilderFactory
-
getParentContainerIdKey
- Specified by:
getParentContainerIdKeyin interfaceSFlowElementInstanceBuilderFactory
-
getProcessDefinitionKey
- Specified by:
getProcessDefinitionKeyin interfaceSFlowElementInstanceBuilderFactory
-
getRootProcessInstanceKey
- Specified by:
getRootProcessInstanceKeyin interfaceSFlowElementInstanceBuilderFactory
-
getParentProcessInstanceKey
- Specified by:
getParentProcessInstanceKeyin interfaceSFlowElementInstanceBuilderFactory
-
getParentActivityInstanceKey
- Specified by:
getParentActivityInstanceKeyin interfaceSFlowElementInstanceBuilderFactory
-
getStateCategoryKey
- Specified by:
getStateCategoryKeyin interfaceSFlowElementInstanceBuilderFactory
-
getProcessDefinitionIndex
public int getProcessDefinitionIndex()- Specified by:
getProcessDefinitionIndexin interfaceSFlowElementInstanceBuilderFactory
-
getRootProcessInstanceIndex
public int getRootProcessInstanceIndex()- Specified by:
getRootProcessInstanceIndexin interfaceSFlowElementInstanceBuilderFactory
-
getParentProcessInstanceIndex
public int getParentProcessInstanceIndex()- Specified by:
getParentProcessInstanceIndexin interfaceSFlowElementInstanceBuilderFactory
-
getParentActivityInstanceIndex
public int getParentActivityInstanceIndex()- Specified by:
getParentActivityInstanceIndexin interfaceSFlowElementInstanceBuilderFactory
-
getStableKey
- Specified by:
getStableKeyin interfaceSFlowElementInstanceBuilderFactory
-
getTerminalKey
- Specified by:
getTerminalKeyin interfaceSFlowElementInstanceBuilderFactory
-