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 voidIElementHandler.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 classElementGlobalValidationParams<TData,TElement extends IWorkflowElementEntity> Default POJO implementation ofIElementGlobalValidationParams.