Uses of Interface
de.xima.fc.interfaces.workflow.event.ITriggerAppliesToEventParams
-
Packages that use ITriggerAppliesToEventParams Package Description de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.model -
-
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 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 ITriggerAppliesToEventParams Modifier and Type Method Description boolean
FcCatchErrorHandler. isAppliesToEvent(ITriggerAppliesToEventParams<FcCatchErrorProps> 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 class
AppliesToEventParams<TData>
Default implementation ofITriggerAppliesToEventParams
.
-