Uses of Interface
de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams
Packages that use IElementGlobalValidationParams
-
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 void
IElementHandler.validateGlobal
(IElementGlobalValidationParams<TData, TElement> params) Similar toIElementHandler.validateLocal(IElementLocalValidationParams)
, but performs validations that require knowledge about other workflow elements. -
Uses of IElementGlobalValidationParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IElementGlobalValidationParamsModifier and TypeClassDescriptionfinal class
ElementGlobalValidationParams<TData,
TElement extends IWorkflowElementEntity> Default POJO implementation ofIElementGlobalValidationParams
.