Uses of Class
io.meeds.gamification.model.RuleDescriptor
Packages that use RuleDescriptor
-
Uses of RuleDescriptor in io.meeds.gamification.service.injection
Methods in io.meeds.gamification.service.injection that return types with arguments of type RuleDescriptorModifier and TypeMethodDescriptionprotected List<RuleDescriptor> ProgramImportService.parseRuleDescriptors(URL url) Methods in io.meeds.gamification.service.injection with parameters of type RuleDescriptorModifier and TypeMethodDescriptionprotected voidProgramImportService.importRule(RuleDescriptor d, long oldId) protected voidProgramImportService.importRuleDescriptor(RuleDescriptor descriptor) protected voidProgramImportService.saveDescriptions(RuleDescriptor d, RuleDTO ruleDTO) protected voidProgramImportService.saveNames(RuleDescriptor d, RuleDTO ruleDTO) protected RuleDTOProgramImportService.saveRule(RuleDescriptor d, long oldId) protected voidProgramImportService.updateRuleWithPrerequisite(RuleDescriptor rule)