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.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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 voidIElementHandler. validateGlobal(IElementGlobalValidationParams<TData,TElement> 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 IElementGlobalValidationParams Modifier and Type Method Description default 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 IElementGlobalValidationParams Modifier and Type Class Description classElementGlobalValidationParams<TData,TElement extends IWorkflowElementEntity>Default POJO implementation ofIElementGlobalValidationParams. 
 -