Interface IWorkflowLocalHandlerValidationContext
- All Superinterfaces:
IBaseEnvironmentData, IBaseWorkflowEnvironmentData, IWorkflowHandlerValidationContext, IWorkflowLocalValidationContext, IWorkflowValidationContext, IWorkflowValidationEnvironmentData
- All Known Implementing Classes:
DefaultWorkflowValidationContext
public interface IWorkflowLocalHandlerValidationContext
extends IWorkflowLocalValidationContext, IWorkflowHandlerValidationContext
Validation context that is passed to
IElementHandler.validateLocal(de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IBaseEnvironmentData
getClient, getEntityContext, getLocale, getUser, getUserModelMethods inherited from interface IBaseWorkflowEnvironmentData
getProject, getWorkflowVersionMethods inherited from interface IWorkflowHandlerValidationContext
getCurrentResourceBundle, getLocalizedMessageMethods inherited from interface IWorkflowLocalValidationContext
associateValue, resultBuilderMethods inherited from interface IWorkflowValidationContext
getProvider
-
Method Details
-
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
IBeanValidatingElementwhich automatically delegates to the bean validator.
-