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 voidHumanTaskActivityBehavior.handleAssignee(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, PlanItemInstanceEntityManager planItemInstanceEntityManager, CreateHumanTaskBeforeContext beforeContext, MigrationContext migrationContext) protected voidHumanTaskActivityBehavior.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 TaskServiceCommandContextUtil.getTaskService()static TaskServiceCommandContextUtil.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 voidUserTaskActivityBehavior.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 voidSaveTaskCmd.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 TaskServiceCommandContextUtil.getTaskService()static TaskServiceCommandContextUtil.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