Package io.goobi.viewer.api.rest.model.tasks
package io.goobi.viewer.api.rest.model.tasks
Model classes for asynchronous background task management in the REST API,
representing task descriptors, parameters, and the central task manager.
-
ClassDescriptionA process triggered by a REST call using POST and may be monitored via the
TasksResource.Enumerates the access levels that control which callers are permitted to read or monitor aTask.Enumerates the lifecycle states of aTask, from initial creation through active processing to a terminal completed or error state.Manages (possibly timeconsuming)taskswithin the viewer which can be triggered and monitored via theTasksResource.Object to create aTask.