Uses of Interface
pro.taskana.task.api.TaskService
-
Packages that use TaskService Package Description pro.taskana.common.api pro.taskana.common.internal pro.taskana.task.internal -
-
Uses of TaskService in pro.taskana.common.api
Methods in pro.taskana.common.api that return TaskService Modifier and Type Method Description TaskServiceTaskanaEngine. getTaskService()The TaskService can be used for operations on all Tasks. -
Uses of TaskService in pro.taskana.common.internal
Methods in pro.taskana.common.internal that return TaskService Modifier and Type Method Description TaskServiceTaskanaEngineImpl. getTaskService() -
Uses of TaskService in pro.taskana.task.internal
Classes in pro.taskana.task.internal that implement TaskService Modifier and Type Class Description classTaskServiceImplThis is the implementation of TaskService.
-