Uses of Record Class
ch.admin.bit.jeap.reaction.observer.core.domain.model.Observation
Packages that use Observation
Package
Description
-
Uses of Observation in ch.admin.bit.jeap.reaction.observer.core.domain
Methods in ch.admin.bit.jeap.reaction.observer.core.domain with parameters of type ObservationModifier and TypeMethodDescriptionvoidReactionRecorder.onAction(Observation action) Record an action linked to the current trigger if one has been recorded, otherwise publish an action-only reaction.voidReactionRecorder.onTriggerStart(Observation trigger) Record the occurrence of a trigger -
Uses of Observation in ch.admin.bit.jeap.reaction.observer.core.domain.model
Methods in ch.admin.bit.jeap.reaction.observer.core.domain.model that return ObservationModifier and TypeMethodDescriptionReaction.getSingleAction()static Observationstatic ObservationReaction.trigger()Returns the value of thetriggerrecord component.Methods in ch.admin.bit.jeap.reaction.observer.core.domain.model that return types with arguments of type ObservationModifier and TypeMethodDescriptionReaction.actions()Returns the value of theactionsrecord component.Methods in ch.admin.bit.jeap.reaction.observer.core.domain.model with parameters of type ObservationConstructors in ch.admin.bit.jeap.reaction.observer.core.domain.model with parameters of type ObservationModifierConstructorDescriptionReaction(Observation trigger, List<Observation> actions) Reaction(Observation trigger, List<Observation> actions, String id) Creates an instance of aReactionrecord class.Constructor parameters in ch.admin.bit.jeap.reaction.observer.core.domain.model with type arguments of type ObservationModifierConstructorDescriptionReaction(Observation trigger, List<Observation> actions) Reaction(Observation trigger, List<Observation> actions, String id) Creates an instance of aReactionrecord class.