Uses of Enum Class
io.meeds.gamification.constant.EntityFilterType
Packages that use EntityFilterType
-
Uses of EntityFilterType in io.meeds.gamification.constant
Methods in io.meeds.gamification.constant that return EntityFilterTypeModifier and TypeMethodDescriptionstatic EntityFilterTypeReturns the enum constant of this class with the specified name.static EntityFilterType[]EntityFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityFilterType in io.meeds.gamification.rest
Methods in io.meeds.gamification.rest with parameters of type EntityFilterTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRuleRest.getRules(javax.servlet.http.HttpServletRequest request, int offset, int limit, long programId, List<Long> spaceIds, EntityFilterType ruleType, EntityStatusType programStatus, EntityStatusType ruleStatus, DateFilterType dateFilter, String term, boolean favorites, List<String> tagNames, String sortField, boolean sortDescending, boolean includeDeleted, int realizationsLimit, boolean groupByProgram, boolean orderByRealizations, List<Long> excludedRuleIds, PeriodType periodType, boolean returnSize, String lang, String expand)