Uses of Enum Class
io.goobi.viewer.model.job.JobStatus
Packages that use JobStatus
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.Defines the core abstractions for asynchronous viewer jobs, including task-type
identifiers and lifecycle status values shared across all job sub-packages.
Models asynchronous download jobs for generating and caching PDF, EPUB, and external-file
download packages that users can retrieve once processing is complete.
Models upload jobs submitted to the Goobi workflow backend, including request and
response DTOs for process creation, step status, and property reporting.
Provides model and utility classes for integrating with the Transkribus handwritten text recognition (HTR) service.
-
Uses of JobStatus in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao with parameters of type JobStatusModifier and TypeMethodDescriptionIDAO.getTranskribusJobs(String pi, String transkribusUserId, JobStatus status) getTranskribusJobs.IDAO.getUploadJobsWithStatus(JobStatus status) -
Uses of JobStatus in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl with parameters of type JobStatusModifier and TypeMethodDescriptionJPADAO.getTranskribusJobs(String pi, String transkribusUserId, JobStatus status) getTranskribusJobs.JPADAO.getUploadJobsWithStatus(JobStatus status) -
Uses of JobStatus in io.goobi.viewer.model.job
Methods in io.goobi.viewer.model.job that return JobStatus -
Uses of JobStatus in io.goobi.viewer.model.job.download
Methods in io.goobi.viewer.model.job.download with parameters of type JobStatusModifier and TypeMethodDescriptionbooleanDownloadJob.notifyObserver(String email, JobStatus status, URI downloadUri) notifyObservers. -
Uses of JobStatus in io.goobi.viewer.model.job.upload
Fields in io.goobi.viewer.model.job.upload declared as JobStatusMethods in io.goobi.viewer.model.job.upload that return JobStatusMethods in io.goobi.viewer.model.job.upload with parameters of type JobStatus -
Uses of JobStatus in io.goobi.viewer.model.transkribus
Methods in io.goobi.viewer.model.transkribus that return JobStatusModifier and TypeMethodDescriptionprotected static JobStatusTranskribusUtils.checkJobStatus(String baseUrl, String sessionId, String jobId) checkJobStatus.TranskribusJob.getStatus()Getter for the fieldstatus.Methods in io.goobi.viewer.model.transkribus with parameters of type JobStatus