Uses of Class
org.activiti.engine.impl.persistence.entity.ExecutionEntityImpl
-
Packages that use ExecutionEntityImpl Package Description org.activiti.engine.impl.persistence.entity -
-
Uses of ExecutionEntityImpl in org.activiti.engine.impl.persistence.entity
Fields in org.activiti.engine.impl.persistence.entity declared as ExecutionEntityImpl Modifier and Type Field Description protected ExecutionEntityImplExecutionEntityImpl. parentthe parent executionprotected ExecutionEntityImplExecutionEntityImpl. processInstancethe process instance.protected ExecutionEntityImplExecutionEntityImpl. rootProcessInstanceprotected ExecutionEntityImplExecutionEntityImpl. subProcessInstancereference to a subprocessinstance, not-null if currently subprocess is started from this executionprotected ExecutionEntityImplExecutionEntityImpl. superExecutionsuper execution, not-null if this execution is part of a subprocessFields in org.activiti.engine.impl.persistence.entity with type parameters of type ExecutionEntityImpl Modifier and Type Field Description protected java.util.List<ExecutionEntityImpl>ExecutionEntityImpl. executionsnested executions representing scopes or concurrent pathsMethods in org.activiti.engine.impl.persistence.entity that return ExecutionEntityImpl Modifier and Type Method Description static ExecutionEntityImplExecutionEntityImpl. createWithEmptyRelationshipCollections()Static factory method: to be used when a new execution is created for the very first time/ Calling this will make sure no extra db fetches are needed later on, as all collections will be populated with empty collections.ExecutionEntityImplExecutionEntityImpl. getParent()ensures initialization and returns the parentExecutionEntityImplExecutionEntityImpl. getProcessInstance()ensures initialization and returns the process instance.protected ExecutionEntityImplExecutionEntityImpl. getSourceActivityExecution()used to calculate the sourceActivityExecution for method#updateActivityInstanceIdInHistoricVariableUpdate(HistoricDetailVariableInstanceUpdateEntity, ExecutionEntityImpl)ExecutionEntityImplExecutionEntityImpl. getSubProcessInstance()ExecutionEntityImplExecutionEntityImpl. getSuperExecution()Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type ExecutionEntityImpl Modifier and Type Method Description java.util.List<ExecutionEntityImpl>ExecutionEntityImpl. getExecutions()ensures initialization and returns the non-null executions list
-