Uses of Interface
org.flowable.task.service.impl.persistence.CountingTaskEntity
Packages that use CountingTaskEntity
Package
Description
-
Uses of CountingTaskEntity in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type CountingTaskEntityModifier and TypeMethodDescriptionstatic boolean
CountingEntityUtil.isTaskRelatedEntityCountEnabled
(CountingTaskEntity taskEntity) Similar functionality with ExecutionRelatedEntityCount, but on the TaskEntity level. -
Uses of CountingTaskEntity in org.flowable.task.service.impl.persistence.entity
Classes in org.flowable.task.service.impl.persistence.entity that implement CountingTaskEntity -
Uses of CountingTaskEntity in org.flowable.task.service.impl.util
Methods in org.flowable.task.service.impl.util with parameters of type CountingTaskEntityModifier and TypeMethodDescriptionstatic boolean
CountingTaskUtil.isTaskRelatedEntityCountEnabled
(CountingTaskEntity taskEntity, TaskServiceConfiguration taskServiceConfiguration) Similar functionality with ExecutionRelatedEntityCount, but on the TaskEntity level.