Uses of Interface
io.goobi.viewer.api.rest.model.IResponseMessage
Packages that use IResponseMessage
Package
Description
Shared data transfer objects and helper classes used across REST API versions,
including generic request parameters, response wrappers, and user-facing model facades.
REST resources for cache management in the v1 API, providing administrative
endpoints to inspect and invalidate application-level caches.
-
Uses of IResponseMessage in io.goobi.viewer.api.rest.model
Classes in io.goobi.viewer.api.rest.model that implement IResponseMessageModifier and TypeClassDescriptionclassREST API response model that carries an HTTP status code, a human-readable error description, and an optional stack trace.classREST API response model indicating whether an operation succeeded, together with an optional human-readable result description. -
Uses of IResponseMessage in io.goobi.viewer.api.rest.v1.cache
Methods in io.goobi.viewer.api.rest.v1.cache that return IResponseMessageModifier and TypeMethodDescriptionCacheResource.clearCache(boolean content, boolean thumbs, boolean pdf) CacheResource.clearCacheForRecord(String pi, boolean content, boolean thumbs, boolean pdf)