Uses of Interface
de.xima.fc.interfaces.workflow.event.ITriggerAppliesToEventParams
- 
- 
Uses of ITriggerAppliesToEventParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type ITriggerAppliesToEventParams Modifier and Type Method Description default 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 ITriggerAppliesToEventParams Modifier and Type Method Description default 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 ITriggerAppliesToEventParams Modifier and Type Method Description booleanFcCatchErrorHandler. 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 ITriggerAppliesToEventParams Modifier and Type Class Description classAppliesToEventParams<TData>Default implementation ofITriggerAppliesToEventParams. 
 -