Uses of Class
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignItem
Packages that use CampaignItem
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.
-
Uses of CampaignItem in io.goobi.viewer.api.rest.v1.crowdsourcing
Methods in io.goobi.viewer.api.rest.v1.crowdsourcing that return CampaignItemModifier and TypeMethodDescriptionCampaignItemResource.getItemForManifest(String persistentIdentifier, HttpServletRequest servletRequest) Gets theCampaignItemfor a campaign and work, containing the URL of the targeted resource (IIIF manifest) and all information to create a GUI for the campaign's questions.Methods in io.goobi.viewer.api.rest.v1.crowdsourcing with parameters of type CampaignItemModifier and TypeMethodDescriptionvoidCampaignItemResource.setItemForManifest(CampaignItem item, String persistentIdentifier, int page) Sets theCrowdsourcingStatusfor the given campaign and work and records theUserwho made the change.