Uses of Class
io.goobi.viewer.model.crowdsourcing.questions.Question
Packages that use Question
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.
-
Uses of Question in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return Question -
Uses of Question in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return Question -
Uses of Question in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type QuestionModifier and TypeMethodDescriptionCrowdsourcingBean.removeQuestionAction(Question question) Removes the givenQuestionfrom the selected campaign. -
Uses of Question in io.goobi.viewer.model.annotation
Methods in io.goobi.viewer.model.annotation that return QuestionMethods in io.goobi.viewer.model.annotation with parameters of type QuestionModifier and TypeMethodDescriptionvoidPersistentAnnotation.setGenerator(Question generator) setGenerator. -
Uses of Question in io.goobi.viewer.model.crowdsourcing.campaigns
Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return types with arguments of type QuestionModifier and TypeMethodDescriptionCampaign.getQuestions()Getter for the fieldquestions.CampaignItem.getQuestions()getQuestions.Method parameters in io.goobi.viewer.model.crowdsourcing.campaigns with type arguments of type QuestionModifier and TypeMethodDescriptionvoidCampaign.setQuestions(List<Question> questions) Setter for the fieldquestions. -
Uses of Question in io.goobi.viewer.model.crowdsourcing.questions
Constructors in io.goobi.viewer.model.crowdsourcing.questions with parameters of type Question