Uses of Package
io.goobi.viewer.model.crowdsourcing.questions
Packages that use io.goobi.viewer.model.crowdsourcing.questions
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Core annotation model for the Goobi viewer, covering persistent database-backed annotations,
crowdsourcing annotations, ALTO-based annotation building, and publication status tracking.
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.Model for crowdsourcing questions that define what kind of annotation contributors are
asked to create within a campaign, including question types and target selector configuration.
-
Classes in io.goobi.viewer.model.crowdsourcing.questions used by io.goobi.viewer.daoClassDescriptionAn annotation generator to create a specific type of annotation for a specific question.
-
Classes in io.goobi.viewer.model.crowdsourcing.questions used by io.goobi.viewer.dao.implClassDescriptionAn annotation generator to create a specific type of annotation for a specific question.
-
Classes in io.goobi.viewer.model.crowdsourcing.questions used by io.goobi.viewer.managedbeansClassDescriptionAn annotation generator to create a specific type of annotation for a specific question.
-
Classes in io.goobi.viewer.model.crowdsourcing.questions used by io.goobi.viewer.model.annotationClassDescriptionAn annotation generator to create a specific type of annotation for a specific question.
-
Classes in io.goobi.viewer.model.crowdsourcing.questions used by io.goobi.viewer.model.crowdsourcing.campaignsClassDescriptionAn annotation generator to create a specific type of annotation for a specific question.
-
Classes in io.goobi.viewer.model.crowdsourcing.questions used by io.goobi.viewer.model.crowdsourcing.questionsClassDescriptionAn annotation generator to create a specific type of annotation for a specific question.The QuestionType determines GUI element to use to create annotations for a
Question, which also determines the type of body the generated annotations have.The TargetSelector determines which part of a source (usually a iiif manifest or other collection of iiif canvases) is the target for an annotation generated by aQuestion.