Uses of Interface
org.flowable.engine.impl.persistence.CountingExecutionEntity
-
Packages that use CountingExecutionEntity Package Description org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.util -
-
Uses of CountingExecutionEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement CountingExecutionEntity Modifier and Type Class Description classExecutionEntityImpl -
Uses of CountingExecutionEntity in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type CountingExecutionEntity Modifier and Type Method Description static booleanCountingEntityUtil. isExecutionRelatedEntityCountEnabled(CountingExecutionEntity executionEntity)There are two flags here: a global flag and a flag on the execution entity.
-