Uses of Interface
de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams
-
Packages that use IElementGlobalValidationParams Package Description de.xima.fc.interfaces.workflow.elements de.xima.fc.workflow.processor.model -
-
Uses of IElementGlobalValidationParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IElementGlobalValidationParams Modifier and Type Method Description default 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 IElementGlobalValidationParams Modifier and Type Class Description class
ElementGlobalValidationParams<TData,TElement extends IWorkflowElementEntity>
Default POJO implementation ofIElementGlobalValidationParams
.
-