Uses of Interface
org.flowable.task.service.TaskService
Packages that use TaskService
Package
Description
-
Uses of TaskService in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type TaskServiceModifier and TypeMethodDescriptionprotected void
HumanTaskActivityBehavior.handleAssignee
(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext, MigrationContext migrationContext) protected void
HumanTaskActivityBehavior.handleOwner
(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) -
Uses of TaskService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return TaskServiceModifier and TypeMethodDescriptionstatic TaskService
CommandContextUtil.getTaskService()
static TaskService
CommandContextUtil.getTaskService
(CommandContext commandContext) -
Uses of TaskService in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type TaskServiceModifier and TypeMethodDescriptionprotected void
UserTaskActivityBehavior.handleAssignments
(TaskService taskService, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups, TaskEntity task, ExpressionManager expressionManager, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of TaskService in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd with parameters of type TaskServiceModifier and TypeMethodDescriptionprotected void
SaveTaskCmd.handleSubTaskCount
(TaskService taskService, TaskInfo originalTaskEntity) -
Uses of TaskService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return TaskServiceModifier and TypeMethodDescriptionstatic TaskService
CommandContextUtil.getTaskService()
static TaskService
CommandContextUtil.getTaskService
(CommandContext commandContext) -
Uses of TaskService in org.flowable.task.service
Fields in org.flowable.task.service declared as TaskServiceMethods in org.flowable.task.service that return TaskServiceMethods in org.flowable.task.service with parameters of type TaskServiceModifier and TypeMethodDescriptionTaskServiceConfiguration.setTaskService
(TaskService taskService) -
Uses of TaskService in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement TaskService