Uses of Interface
org.flowable.task.service.HistoricTaskService
Packages that use HistoricTaskService
Package
Description
-
Uses of HistoricTaskService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return HistoricTaskServiceModifier and TypeMethodDescriptionstatic HistoricTaskService
CommandContextUtil.getHistoricTaskService()
static HistoricTaskService
CommandContextUtil.getHistoricTaskService
(CommandContext commandContext) -
Uses of HistoricTaskService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return HistoricTaskServiceModifier and TypeMethodDescriptionstatic HistoricTaskService
CommandContextUtil.getHistoricTaskService()
static HistoricTaskService
CommandContextUtil.getHistoricTaskService
(CommandContext commandContext) -
Uses of HistoricTaskService in org.flowable.task.service
Fields in org.flowable.task.service declared as HistoricTaskServiceModifier and TypeFieldDescriptionprotected HistoricTaskService
TaskServiceConfiguration.historicTaskService
Methods in org.flowable.task.service that return HistoricTaskServiceMethods in org.flowable.task.service with parameters of type HistoricTaskServiceModifier and TypeMethodDescriptionTaskServiceConfiguration.setHistoricTaskService
(HistoricTaskService historicTaskService) -
Uses of HistoricTaskService in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement HistoricTaskService