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
Fields Modifier and Type Field Description protected static java.lang.StringDESCRIPTION_KEYprotected static java.lang.StringKIND_KEYprotected static java.lang.StringLOGICAL_GROUP1_KEYprotected static java.lang.StringLOGICAL_GROUP2_KEYprotected static java.lang.StringLOGICAL_GROUP3_KEYprotected static java.lang.StringLOGICAL_GROUP4_KEYprotected static intPARENT_ACTIVITY_INSTANCE_INDEXprotected static java.lang.StringPARENT_CONTAINER_ID_KEYprotected static intPARENT_PROCESS_INSTANCE_INDEXprotected static intPROCESS_DEFINITION_INDEXprotected static java.lang.StringROOT_CONTAINER_ID_KEYprotected static intROOT_PROCESS_INSTANCE_INDEX-
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
ARCHIVED_DATE, ID_KEY, NAME_KEY
-
-
Constructor Summary
Constructors Constructor Description SAFlowElementInstanceBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescriptionKey()java.lang.StringgetKindKey()intgetParentActivityInstanceIndex()java.lang.StringgetParentActivityInstanceKey()java.lang.StringgetParentContainerIdKey()intgetParentProcessInstanceIndex()java.lang.StringgetParentProcessInstanceKey()intgetProcessDefinitionIndex()java.lang.StringgetProcessDefinitionKey()java.lang.StringgetRootContainerIdKey()intgetRootProcessInstanceIndex()java.lang.StringgetRootProcessInstanceKey()-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SANamedElementBuilderFactoryImpl
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
-
-
-
Field Detail
-
DESCRIPTION_KEY
protected static final java.lang.String DESCRIPTION_KEY
- See Also:
- Constant Field Values
-
ROOT_CONTAINER_ID_KEY
protected static final java.lang.String ROOT_CONTAINER_ID_KEY
- See Also:
- Constant Field Values
-
PARENT_CONTAINER_ID_KEY
protected static final java.lang.String PARENT_CONTAINER_ID_KEY
- See Also:
- Constant Field Values
-
LOGICAL_GROUP1_KEY
protected static final java.lang.String LOGICAL_GROUP1_KEY
- See Also:
- Constant Field Values
-
LOGICAL_GROUP2_KEY
protected static final java.lang.String LOGICAL_GROUP2_KEY
- See Also:
- Constant Field Values
-
LOGICAL_GROUP3_KEY
protected static final java.lang.String LOGICAL_GROUP3_KEY
- See Also:
- Constant Field Values
-
LOGICAL_GROUP4_KEY
protected static final java.lang.String LOGICAL_GROUP4_KEY
- See Also:
- Constant Field Values
-
KIND_KEY
protected static final java.lang.String KIND_KEY
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_INDEX
protected static final int PROCESS_DEFINITION_INDEX
- See Also:
- Constant Field Values
-
ROOT_PROCESS_INSTANCE_INDEX
protected static final int ROOT_PROCESS_INSTANCE_INDEX
- See Also:
- Constant Field Values
-
PARENT_ACTIVITY_INSTANCE_INDEX
protected static final int PARENT_ACTIVITY_INSTANCE_INDEX
- See Also:
- Constant Field Values
-
PARENT_PROCESS_INSTANCE_INDEX
protected static final int PARENT_PROCESS_INSTANCE_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRootContainerIdKey
public java.lang.String getRootContainerIdKey()
- Specified by:
getRootContainerIdKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getParentContainerIdKey
public java.lang.String getParentContainerIdKey()
- Specified by:
getParentContainerIdKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getProcessDefinitionKey
public java.lang.String getProcessDefinitionKey()
- Specified by:
getProcessDefinitionKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getRootProcessInstanceKey
public java.lang.String getRootProcessInstanceKey()
- Specified by:
getRootProcessInstanceKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getParentProcessInstanceKey
public java.lang.String getParentProcessInstanceKey()
- Specified by:
getParentProcessInstanceKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getParentActivityInstanceKey
public java.lang.String 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
public java.lang.String getDescriptionKey()
- Specified by:
getDescriptionKeyin interfaceSAFlowElementInstanceBuilderFactory
-
getKindKey
public java.lang.String getKindKey()
- Specified by:
getKindKeyin interfaceSAFlowElementInstanceBuilderFactory
-
-