Uses of Interface
de.xima.fc.interfaces.workflow.event.ITriggerPreconditionSatisfiedParams
Packages that use ITriggerPreconditionSatisfiedParams
Package
Description
-
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.interfaces.workflow.triggers
Methods in de.xima.fc.interfaces.workflow.triggers with parameters of type ITriggerPreconditionSatisfiedParamsModifier and TypeMethodDescriptiondefault booleanITriggerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<TData> params) Called once the task of a trigger is about to be executed. -
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers with parameters of type ITriggerPreconditionSatisfiedParamsModifier and TypeMethodDescriptionbooleanFcCatchErrorHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcCatchErrorProps> params) booleanFcDoiVerifiedHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcDoiVerifiedProps> params) booleanFcFormSubmitButtonHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcFormSubmitButtonProps> params) booleanFcQualifiedFormSubmitButtonHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcQualifiedFormSubmitButtonProps> params) booleanFcStateTimerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcStateTimerProps> params) booleanFcTimePointHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcTimePointProps> params) -
Uses of ITriggerPreconditionSatisfiedParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITriggerPreconditionSatisfiedParamsModifier and TypeClassDescriptionfinal classPreconditionSatisfiedParams<TData>Default implementation of aITriggerPreconditionSatisfiedParams.