Uses of Class
io.goobi.viewer.exceptions.HTTPException
Package
Description
-
Uses of HTTPException in io.goobi.viewer.controller
Modifier and TypeMethodDescriptionstatic String
NetTools.getWebContentGET
(String url) static String
NetTools.getWebContentGET
(String url, int timeout) getWebContentGET. -
Uses of HTTPException in io.goobi.viewer.model.archives
Modifier and TypeMethodDescriptionabstract List<ArchiveResource>
ArchiveParser.getPossibleDatabases()
Get the database names and file names.abstract ArchiveEntry
ArchiveParser.loadDatabase
(ArchiveResource database, int lazyLoadingThreshold) Loads the given database and parses the EAD document. -
Uses of HTTPException in io.goobi.viewer.model.job.upload
-
Uses of HTTPException in io.goobi.viewer.model.transkribus
Modifier and TypeMethodDescriptionprotected static JobStatus
TranskribusUtils.checkJobStatus
(String baseUrl, String sessionId, String jobId) checkJobStatus.static String
TranskribusUtils.getCollectionId
(String baseUrl, String sessionId, String collectionName) Returns the ID of the first collection that has the given collection name.static TranskribusJob
TranskribusUtils.ingestRecord
(String restApiUrl, TranskribusSession userSession, String pi, String metsResolverUrlRoot) ingestRecord.