Uses of Enum Class
io.goobi.viewer.model.crowdsourcing.questions.TargetSelector
Packages that use TargetSelector
Package
Description
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 TargetSelector in io.goobi.viewer.model.crowdsourcing.questions
Methods in io.goobi.viewer.model.crowdsourcing.questions that return TargetSelectorModifier and TypeMethodDescriptionQuestion.getTargetSelector()Getter for the fieldtargetSelector.static TargetSelectorReturns the enum constant of this class with the specified name.static TargetSelector[]TargetSelector.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.crowdsourcing.questions that return types with arguments of type TargetSelectorModifier and TypeMethodDescriptionQuestion.getAvailableTargetSelectors()getAvailableTargetSelectors.Methods in io.goobi.viewer.model.crowdsourcing.questions with parameters of type TargetSelectorModifier and TypeMethodDescriptionvoidQuestion.setTargetSelector(TargetSelector targetSelector) Setter for the fieldtargetSelector.Constructors in io.goobi.viewer.model.crowdsourcing.questions with parameters of type TargetSelectorModifierConstructorDescriptionQuestion(QuestionType questionType, TargetSelector targetSelector, int targetFrequency, Campaign owner) Constructor setting the owning campaign as well as the type of annotation to be generated.