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
Fields Modifier and Type Field Description protected static java.lang.StringDISPLAY_NAME_KEYprotected static java.lang.StringLAST_UPDATE_KEYprotected static java.lang.StringREACHED_STATE_DATE_KEYprotected static java.lang.StringSTATE_ID_KEYprotected static java.lang.StringSTATE_NAME_KEYprotected static java.lang.StringTERMINAL_KEY-
Fields 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_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 SAFlowNodeInstanceBuilderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayNameKey()java.lang.StringgetLastUpdateKey()java.lang.StringgetReachedStateDateKey()java.lang.StringgetStateIdKey()java.lang.StringgetStateNameKey()java.lang.StringgetTerminalKey()-
Methods 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, getRootProcessInstanceKey
-
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.SAFlowElementInstanceBuilderFactory
getDescriptionKey, getKindKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
-
-
-
Field Detail
-
STATE_ID_KEY
protected static final java.lang.String STATE_ID_KEY
- See Also:
- Constant Field Values
-
STATE_NAME_KEY
protected static final java.lang.String STATE_NAME_KEY
- See Also:
- Constant Field Values
-
REACHED_STATE_DATE_KEY
protected static final java.lang.String REACHED_STATE_DATE_KEY
- See Also:
- Constant Field Values
-
LAST_UPDATE_KEY
protected static final java.lang.String LAST_UPDATE_KEY
- See Also:
- Constant Field Values
-
DISPLAY_NAME_KEY
protected static final java.lang.String DISPLAY_NAME_KEY
- See Also:
- Constant Field Values
-
TERMINAL_KEY
protected static final java.lang.String TERMINAL_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStateIdKey
public java.lang.String getStateIdKey()
- Specified by:
getStateIdKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getStateNameKey
public java.lang.String getStateNameKey()
- Specified by:
getStateNameKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getReachedStateDateKey
public java.lang.String getReachedStateDateKey()
- Specified by:
getReachedStateDateKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getLastUpdateKey
public java.lang.String getLastUpdateKey()
- Specified by:
getLastUpdateKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getDisplayNameKey
public java.lang.String getDisplayNameKey()
- Specified by:
getDisplayNameKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
getTerminalKey
public java.lang.String getTerminalKey()
- Specified by:
getTerminalKeyin interfaceSAFlowNodeInstanceBuilderFactory
-
-