public abstract class SFlowNodeInstanceBuilderImpl extends SFlowElementInstanceBuilderImpl implements org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder
PARENT_ACTIVITY_INSTANCE_INDEX, PARENT_PROCESS_INSTANCE_INDEX, PROCESS_DEFINITION_INDEX, ROOT_PROCESS_INSTANCE_INDEX| Constructor and Description |
|---|
SFlowNodeInstanceBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayDescriptionKey() |
String |
getDisplayNameKey() |
protected abstract SFlowNodeInstanceImpl |
getEntity() |
String |
getExecutedBy() |
String |
getExecutedByDelegate() |
org.bonitasoft.engine.core.process.definition.model.SFlowNodeType |
getFlowNodeType() |
String |
getLastUpdateDateKey() |
String |
getPreviousStateIdKey() |
String |
getReachStateDateKey() |
String |
getStateExecutingKey() |
String |
getStateIdKey() |
String |
getStateNameKey() |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setLastUpdateDate(long lastUpdateDate) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setLoopCounter(int loopCounter) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setParentActivityInstanceId(long activityInstanceId) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setParentContainerId(long processInstanceId) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setParentProcessInstanceId(long parentProcessInstanceId) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setProcessDefinitionId(long processDefinitionId) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setReachedStateDate(long reachedStateDate) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setRootContainerId(long containerId) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setRootProcessInstanceId(long processInstanceId) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setState(int stateId,
boolean stable,
boolean terminal,
String stateName) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setStateCategory(org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory) |
org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder |
setTokenRefId(Long tokenRefId) |
getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey, getStableKey, getStateCategoryKey, getTerminalKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdonegetIdKey, getNameKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey, getStableKey, getStateCategoryKey, getTerminalKeyprotected abstract SFlowNodeInstanceImpl getEntity()
public org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setState(int stateId,
boolean stable,
boolean terminal,
String stateName)
setState in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setLastUpdateDate(long lastUpdateDate)
setLastUpdateDate in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setReachedStateDate(long reachedStateDate)
setReachedStateDate in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setRootContainerId(long containerId)
setRootContainerId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setParentContainerId(long processInstanceId)
setParentContainerId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setProcessDefinitionId(long processDefinitionId)
setProcessDefinitionId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setRootProcessInstanceId(long processInstanceId)
setRootProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setParentProcessInstanceId(long parentProcessInstanceId)
setParentProcessInstanceId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setParentActivityInstanceId(long activityInstanceId)
setParentActivityInstanceId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setTokenRefId(Long tokenRefId)
setTokenRefId in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setLoopCounter(int loopCounter)
setLoopCounter in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder setStateCategory(org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory)
setStateCategory in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic org.bonitasoft.engine.core.process.definition.model.SFlowNodeType getFlowNodeType()
getFlowNodeType in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getDisplayDescriptionKey()
getDisplayDescriptionKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getDisplayNameKey()
getDisplayNameKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getStateExecutingKey()
getStateExecutingKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getExecutedBy()
getExecutedBy in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getExecutedByDelegate()
getExecutedByDelegate in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getStateIdKey()
getStateIdKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getStateNameKey()
getStateNameKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getPreviousStateIdKey()
getPreviousStateIdKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getLastUpdateDateKey()
getLastUpdateDateKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderpublic String getReachStateDateKey()
getReachStateDateKey in interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilderCopyright © 2013 BonitaSoft. All Rights Reserved.