Uses of Class
pro.taskana.task.api.exceptions.AttachmentPersistenceException
-
Packages that use AttachmentPersistenceException Package Description pro.taskana.task.api pro.taskana.task.internal pro.taskana.task.internal.builder -
-
Uses of AttachmentPersistenceException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw AttachmentPersistenceException Modifier and Type Method Description TaskTaskService. createTask(Task taskToCreate)Inserts a not existing Task.TaskTaskService. updateTask(Task task)Update a task. -
Uses of AttachmentPersistenceException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw AttachmentPersistenceException Modifier and Type Method Description TaskTaskServiceImpl. createTask(Task taskToCreate)TaskTaskServiceImpl. updateTask(Task task) -
Uses of AttachmentPersistenceException in pro.taskana.task.internal.builder
Methods in pro.taskana.task.internal.builder that throw AttachmentPersistenceException Modifier and Type Method Description TaskTaskBuilder. buildAndStore(TaskService taskService)TaskSummaryTaskBuilder. buildAndStoreAsSummary(TaskService taskService)
-