Uses of Enum Class
io.goobi.viewer.model.crowdsourcing.campaigns.Campaign.StatisticMode
Packages that use Campaign.StatisticMode
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
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.-
Uses of Campaign.StatisticMode in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type Campaign.StatisticModeModifier and TypeMethodDescriptionCrowdsourcingBean.getAvailableStatisticModes()getAvailableStatisticModes. -
Uses of Campaign.StatisticMode in io.goobi.viewer.model.crowdsourcing.campaigns
Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return Campaign.StatisticModeModifier and TypeMethodDescriptionCampaign.getStatisticMode()static Campaign.StatisticModeReturns the enum constant of this class with the specified name.static Campaign.StatisticMode[]Campaign.StatisticMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.crowdsourcing.campaigns with parameters of type Campaign.StatisticModeModifier and TypeMethodDescriptionvoidCampaign.setStatisticMode(Campaign.StatisticMode statisticMode)