Uses of Interface
de.xima.fc.interfaces.workflow.event.ITriggerAppliesToEventParams
Packages that use ITriggerAppliesToEventParams
Package
Description
-
Uses of ITriggerAppliesToEventParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type ITriggerAppliesToEventParamsModifier and TypeMethodDescriptiondefault boolean
ISpecificTriggerListener.isAppliesToEvent
(ITriggerAppliesToEventParams<TData> params) -
Uses of ITriggerAppliesToEventParams in de.xima.fc.interfaces.workflow.triggers
Methods in de.xima.fc.interfaces.workflow.triggers with parameters of type ITriggerAppliesToEventParamsModifier and TypeMethodDescriptiondefault boolean
ITriggerHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<TData> params) Called once the database query for matching triggers completes successfully. -
Uses of ITriggerAppliesToEventParams in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers with parameters of type ITriggerAppliesToEventParamsModifier and TypeMethodDescriptionboolean
FcCatchErrorHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<FcCatchErrorProps> params) boolean
FcDoiVerifiedHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<FcDoiVerifiedProps> params) boolean
FcInvitationErrorHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<FcInvitationErrorProps> params) boolean
FcInvitationSentHandler.isAppliesToEvent
(ITriggerAppliesToEventParams<FcInvitationSentProps> params) -
Uses of ITriggerAppliesToEventParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITriggerAppliesToEventParamsModifier and TypeClassDescriptionfinal class
AppliesToEventParams<TData>
Default implementation ofITriggerAppliesToEventParams
.