Class SAFlowElementInstanceBuilderFactoryImpl
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
- All Implemented Interfaces:
SAFlowElementInstanceBuilderFactory,SANamedElementBuilderFactory
- Direct Known Subclasses:
SAFlowNodeInstanceBuilderFactoryImpl
public abstract class SAFlowElementInstanceBuilderFactoryImpl
extends SANamedElementBuilderFactoryImpl
implements SAFlowElementInstanceBuilderFactory
- Author:
- Emmanuel Duchastenier
-
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 intprotected static final Stringprotected static final intprotected static final intprotected static final Stringprotected static final intFields 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 TypeMethodDescriptionintintintintMethods 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.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
Field Details
-
DESCRIPTION_KEY
- See Also:
-
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:
-
KIND_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
-
SAFlowElementInstanceBuilderFactoryImpl
public SAFlowElementInstanceBuilderFactoryImpl()
-
-
Method Details
-
getRootContainerIdKey
- Specified by:
getRootContainerIdKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getParentContainerIdKey
- Specified by:
getParentContainerIdKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getProcessDefinitionKey
- Specified by:
getProcessDefinitionKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getRootProcessInstanceKey
- Specified by:
getRootProcessInstanceKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getParentProcessInstanceKey
- Specified by:
getParentProcessInstanceKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getParentActivityInstanceKey
- Specified by:
getParentActivityInstanceKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getProcessDefinitionIndex
public int getProcessDefinitionIndex()- Specified by:
getProcessDefinitionIndexin interfaceSAFlowElementInstanceBuilderFactory
-
getRootProcessInstanceIndex
public int getRootProcessInstanceIndex()- Specified by:
getRootProcessInstanceIndexin interfaceSAFlowElementInstanceBuilderFactory
-
getParentProcessInstanceIndex
public int getParentProcessInstanceIndex()- Specified by:
getParentProcessInstanceIndexin interfaceSAFlowElementInstanceBuilderFactory
-
getParentActivityInstanceIndex
public int getParentActivityInstanceIndex()- Specified by:
getParentActivityInstanceIndexin interfaceSAFlowElementInstanceBuilderFactory
-
getDescriptionKey
- Specified by:
getDescriptionKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getKindKey
- Specified by:
getKindKeyin interfaceSAFlowElementInstanceBuilderFactory
-