Uses of Annotation Interface
io.goobi.viewer.api.rest.bindings.AuthorizationBinding
Package
Description
-
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.filters
Modifier and TypeClassDescriptionclass
Allows requests authorized by an authrization token. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.cache
Modifier and TypeMethodDescriptionCacheResource.clearCache
(boolean content, boolean thumbs, boolean pdf) CacheResource.clearCacheForRecord
(String pi, boolean content, boolean thumbs, boolean pdf) -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.clients
Modifier and TypeMethodDescriptionClientApplicationsResource.getAllClients()
List all registeredClientApplication
s.List all registeredClientApplication
s.ClientApplicationsResource.setClient
(String clientIdentifier, ClientApplication update) Change properties of an existingClientApplication
. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.cms
Modifier and TypeMethodDescriptionvoid
CMSMediaResource.deleteAllFiles()
void
CMSMediaResource.deleteFile()
CMSMediaResource.getAllMedia
(String tags, Integer maxItems, Integer prioritySlots, Boolean random) getMediaByTag. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.downloads
Modifier and TypeMethodDescriptionDownloadResource.deleteAllDownloadJobs()
Remove all jobs from the database.DownloadResource.deleteEPUBDownloadJob
(String pi) Remove a download job from the database.DownloadResource.deleteEPUBDownloadJob
(String pi, String logId) Remove a download job from the database.DownloadResource.deleteEPUBDownloadJobs()
Remove all jobs of a type from the database.DownloadResource.deletePDFDownloadJob
(String pi) Remove a download job from the database.DownloadResource.deletePDFDownloadJob
(String pi, String logId) Remove a download job from the database.DownloadResource.deletePDFDownloadJobs()
Remove all jobs of a type from the database.DownloadResource.getAllDownloadJobs()
Get information about all download jobs of a type.DownloadResource.getDownloadJobs()
Get information about all download jobs of a type.DownloadResource.getEPUBDownloadInfo
(String pi) Get information about a specific downloadJob.DownloadResource.getEPUBDownloadInfo
(String pi, String logId) Get information about a specific downloadJob.DownloadResource.getPDFDownloadInfo
(String pi) Get information about a specific downloadJob.DownloadResource.getPDFDownloadInfo
(String pi, String logId) Get information about a specific downloadJob.DownloadResource.getPDFDownloadJobs()
Get information about all download jobs of a type. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.records
Modifier and TypeMethodDescriptionRecordResource.deleteRecord
(Boolean createTraceDocument) deleteRecord. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.statistics
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MovingWallStatisticsResource.getStatisticsForYear
(int year) -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.statistics.usage
Modifier and TypeClassDescriptionclass
Class for retrieving usage statistics for a day or a range of days. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v2.cms
Modifier and TypeMethodDescriptionvoid
CMSMediaResource.deleteAllFiles()
void
CMSMediaResource.deleteFile()
CMSMediaResource.getAllMedia
(String tags, Integer maxItems, Integer prioritySlots, Boolean random) getMediaByTag.