Uses of Class
org.flowable.engine.impl.persistence.entity.ExecutionEntityImpl
Packages that use ExecutionEntityImpl
-
Uses of ExecutionEntityImpl in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity declared as ExecutionEntityImplModifier and TypeFieldDescriptionprotected ExecutionEntityImpl
ExecutionEntityImpl.parent
the parent executionprotected ExecutionEntityImpl
ExecutionEntityImpl.processInstance
the process instance.protected ExecutionEntityImpl
ExecutionEntityImpl.rootProcessInstance
protected ExecutionEntityImpl
ExecutionEntityImpl.subProcessInstance
reference to a subprocessinstance, not-null if currently subprocess is started from this executionprotected ExecutionEntityImpl
ExecutionEntityImpl.superExecution
super execution, not-null if this execution is part of a subprocessFields in org.flowable.engine.impl.persistence.entity with type parameters of type ExecutionEntityImplModifier and TypeFieldDescriptionprotected List<ExecutionEntityImpl>
ExecutionEntityImpl.executions
nested executions representing scopes or concurrent pathsMethods in org.flowable.engine.impl.persistence.entity that return ExecutionEntityImplModifier and TypeMethodDescriptionstatic ExecutionEntityImpl
ExecutionEntityImpl.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.ExecutionEntityImpl.getParent()
ensures initialization and returns the parentExecutionEntityImpl.getProcessInstance()
ensures initialization and returns the process instance.ExecutionEntityImpl.getSubProcessInstance()
ExecutionEntityImpl.getSuperExecution()
Methods in org.flowable.engine.impl.persistence.entity that return types with arguments of type ExecutionEntityImplModifier and TypeMethodDescriptionExecutionEntityImpl.getExecutions()
ensures initialization and returns the non-null executions list