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 atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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 booleanISpecificTriggerListener. 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 booleanITriggerHandler. 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 classPreconditionSatisfiedParams<TData>Default implementation of aITriggerPreconditionSatisfiedParams.
-