Uses of Class
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignItem
Packages that use CampaignItem
-
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, jakarta.servlet.http.HttpServletRequest servletRequest) Get theCampaignItem
for 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 TypeMethodDescriptionvoid
CampaignItemResource.setItemForManifest
(CampaignItem item, String persistentIdentifier, int page) Sets theCrowdsourcingStatus
for the given campaign and work and records theUser
who made the change.