Interface IWorkflowLocalHandlerValidationContext

    • Method Detail

      • getBeanValidator

        IWorkflowBeanValidator getBeanValidator()
        Returns:
        An instance of the bean validator that may be used to validate the properties model of a workflow element. Bean validation is not required, but recommended, as it can be used in the UI as well. Consider adding the mixin IBeanValidatingElement which automatically delegates to the bean validator.