Uses of Interface
de.xima.fc.interfaces.workflow.event.ITriggerPreconditionSatisfiedParams
-
Packages that use ITriggerPreconditionSatisfiedParams Package Description de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.model -
-
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type ITriggerPreconditionSatisfiedParams Modifier and Type Method Description default boolean
ISpecificTriggerListener. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<TData> params)
-
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.interfaces.workflow.triggers
Methods in de.xima.fc.interfaces.workflow.triggers with parameters of type ITriggerPreconditionSatisfiedParams Modifier and Type Method Description default boolean
ITriggerHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<Model> params)
Called once the task of a trigger is about to be executed. -
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.workflow.designer.registry.triggers
-
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITriggerPreconditionSatisfiedParams Modifier and Type Class Description class
PreconditionSatisfiedParams<TData>
Default implementation of aITriggerPreconditionSatisfiedParams
.
-