Uses of Class
io.goobi.viewer.model.log.LogMessage
Packages that use LogMessage
Package
Description
REST resources for the crowdsourcing module in the v1 API, handling campaign item
retrieval and activity log entries for user-contributed transcription and annotation work.
Domain model for crowdsourcing campaigns, including the
Campaign entity with its
visibility, time-frame, and user-group constraints, as well as per-record and per-page
progress statistics and multilingual campaign translations.Contains model classes for structured log messages produced and consumed within
the Goobi viewer, used for persisting or displaying operational event records.
-
Uses of LogMessage in io.goobi.viewer.api.rest.v1.crowdsourcing
Methods in io.goobi.viewer.api.rest.v1.crowdsourcing that return LogMessageModifier and TypeMethodDescriptionCampaignItemLogResource.addMessage(LogMessage message, String pi, HttpServletRequest servletRequest) CampaignItemLogResource.getMessage(String pi, Long messageId, HttpServletRequest servletRequest) Methods in io.goobi.viewer.api.rest.v1.crowdsourcing that return types with arguments of type LogMessageModifier and TypeMethodDescriptionCampaignItemLogResource.getLogForManifest(String pi, HttpServletRequest servletRequest) Methods in io.goobi.viewer.api.rest.v1.crowdsourcing with parameters of type LogMessageModifier and TypeMethodDescriptionCampaignItemLogResource.addMessage(LogMessage message, String pi, HttpServletRequest servletRequest) -
Uses of LogMessage in io.goobi.viewer.model.crowdsourcing.campaigns
Subclasses of LogMessage in io.goobi.viewer.model.crowdsourcing.campaignsMethods in io.goobi.viewer.model.crowdsourcing.campaigns that return types with arguments of type LogMessageMethods in io.goobi.viewer.model.crowdsourcing.campaigns with parameters of type LogMessageMethod parameters in io.goobi.viewer.model.crowdsourcing.campaigns with type arguments of type LogMessageConstructors in io.goobi.viewer.model.crowdsourcing.campaigns with parameters of type LogMessageModifierConstructorDescriptionCampaignLogMessage(LogMessage source, Campaign campaign, String pi) -
Uses of LogMessage in io.goobi.viewer.model.log
Methods in io.goobi.viewer.model.log with parameters of type LogMessageConstructors in io.goobi.viewer.model.log with parameters of type LogMessageModifierConstructorDescriptionLogMessage(LogMessage source) LogMessage(LogMessage source, HttpServletRequest request)