Uses of Package
io.goobi.viewer.model.job.upload
Packages that use io.goobi.viewer.model.job.upload
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Models upload jobs submitted to the Goobi workflow backend, including request and
response DTOs for process creation, step status, and property reporting.
-
Classes in io.goobi.viewer.model.job.upload used by io.goobi.viewer.daoClassDescriptionRepresents an asynchronous file upload job with its status, progress, and associated record identifier.
-
Classes in io.goobi.viewer.model.job.upload used by io.goobi.viewer.dao.implClassDescriptionRepresents an asynchronous file upload job with its status, progress, and associated record identifier.
-
Classes in io.goobi.viewer.model.job.upload used by io.goobi.viewer.managedbeansClassDescriptionRepresents an asynchronous file upload job with its status, progress, and associated record identifier.
-
Classes in io.goobi.viewer.model.job.upload used by io.goobi.viewer.model.job.uploadClassDescriptionRepresents a single name/value process property returned as part of a
ProcessStatusResponsefrom the Goobi workflow REST API.Represents a single workflow step returned as part of aProcessStatusResponsefrom the Goobi workflow REST API, carrying the step title, execution status, assigned user, start/end dates, and position order.