Uses of Interface
de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams
Packages that use IElementGlobalValidationParams
Package
Description
The workflow engine is generic in the sense that it never checks the type of a
trigger or
node for special types, all logic is implemented in terms
of the ITriggerHandler and
INodeHandler interfaces.-
Uses of IElementGlobalValidationParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IElementGlobalValidationParamsModifier and TypeMethodDescriptiondefault voidIElementHandler.validateGlobal(IElementGlobalValidationParams<Model, Element> params) Similar tovalidateLocal, but performs validations that require knowledge about other workflow elements. -
Uses of IElementGlobalValidationParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IElementGlobalValidationParamsModifier and TypeMethodDescriptiondefault voidILoopStatementMustLoopValidating.validateGlobal(IElementGlobalValidationParams<TData, WorkflowNode> params) -
Uses of IElementGlobalValidationParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IElementGlobalValidationParamsModifier and TypeClassDescriptionfinal classElementGlobalValidationParams<TData, TElement extends IWorkflowElementEntity>Default POJO implementation ofIElementGlobalValidationParams.