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 booleanISpecificTriggerListener.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 booleanITriggerHandler.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 TypeMethodDescriptionbooleanFcCatchErrorHandler.isAppliesToEvent(ITriggerAppliesToEventParams<FcCatchErrorProps> params) booleanFcDoiVerifiedHandler.isAppliesToEvent(ITriggerAppliesToEventParams<FcDoiVerifiedProps> params) booleanFcInvitationErrorHandler.isAppliesToEvent(ITriggerAppliesToEventParams<FcInvitationErrorProps> params) booleanFcInvitationSentHandler.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 classAppliesToEventParams<TData>Default implementation ofITriggerAppliesToEventParams.