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 de.xima.fc.interfaces.workflow.execution.IBaseEnvironmentData
getClient, getEntityContext, getLocale, getUser, getUserModelMethods inherited from interface de.xima.fc.interfaces.workflow.params.IBaseWorkflowEnvironmentData
getProject, getWorkflowVersionMethods inherited from interface de.xima.fc.interfaces.workflow.validation.IWorkflowHandlerValidationContext
getCurrentResourceBundle, getLocalizedMessageMethods inherited from interface de.xima.fc.interfaces.workflow.validation.IWorkflowLocalValidationContext
associateValue, resultBuilderMethods inherited from interface de.xima.fc.interfaces.workflow.validation.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.
-