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.
  • Class
    Description
    A 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 a Task.
    Enumerates the lifecycle states of a Task, from initial creation through active processing to a terminal completed or error state.
    Manages (possibly timeconsuming) tasks within the viewer which can be triggered and monitored via the TasksResource.
    Object to create a Task.