Uses of Class
io.meeds.gamification.model.Trigger
Packages that use Trigger
Package
Description
-
Uses of Trigger in io.meeds.gamification.model
Methods in io.meeds.gamification.model that return Trigger -
Uses of Trigger in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type TriggerModifier and TypeMethodDescriptionstatic TriggerRestEntityTriggerBuilder.toRestEntity(TriggerService triggerService, Trigger trigger, List<String> expandFields) Method parameters in io.meeds.gamification.rest.builder with type arguments of type TriggerModifier and TypeMethodDescriptionstatic List<TriggerRestEntity>TriggerBuilder.toRestEntities(TriggerService triggerService, Collection<Trigger> triggers, List<String> expandFields) -
Uses of Trigger in io.meeds.gamification.rest.model
Subclasses of Trigger in io.meeds.gamification.rest.model -
Uses of Trigger in io.meeds.gamification.service
Methods in io.meeds.gamification.service that return TriggerModifier and TypeMethodDescriptionEventRegistry.getTrigger(String triggerType, String triggerName) Gets a configured triggers by type and nameMethods in io.meeds.gamification.service that return types with arguments of type TriggerModifier and TypeMethodDescriptionEventRegistry.getTriggers(String connectorName) Gets a all configured triggers by type -
Uses of Trigger in io.meeds.gamification.service.impl
Methods in io.meeds.gamification.service.impl that return TriggerModifier and TypeMethodDescriptionEventRegistryImpl.getTrigger(String triggerType, String triggerName) Methods in io.meeds.gamification.service.impl that return types with arguments of type Trigger