Interface IWorkflowLocalBeanValidationContext

All Superinterfaces:
IBaseEnvironmentData, IBaseWorkflowEnvironmentData, IWorkflowLocalValidationContext, IWorkflowValidationContext, IWorkflowValidationEnvironmentData
All Known Implementing Classes:
DefaultWorkflowValidationContext, FacesWorkflowLocalValidationContext, InjectableValidationContext

public interface IWorkflowLocalBeanValidationContext extends IWorkflowLocalValidationContext
Validation context that can be used (such as by being injected into an IChoiceProviding set on a SingleChoice constraint annotation) during Jakarta bean API validation.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getCurrentElementKey

      ElementKey getCurrentElementKey()
      Returns:
      The ElementKey of the current workflow node or trigger that is currently being checked in the current workflow process. null when no such element key exists.