Interface IWorkflowLocalBeanValidationContext
- All Superinterfaces:
IBaseEnvironmentData,IBaseWorkflowEnvironmentData,IWorkflowLocalValidationContext,IWorkflowValidationContext,IWorkflowValidationEnvironmentData
- All Known Implementing Classes:
DefaultWorkflowValidationContext,FacesWorkflowLocalValidationContext,InjectableValidationContext
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 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.IWorkflowLocalValidationContext
associateValue, resultBuilderMethods inherited from interface de.xima.fc.interfaces.workflow.validation.IWorkflowValidationContext
getProvider
-
Method Details
-
getCurrentElementKey
ElementKey getCurrentElementKey()- Returns:
- The
ElementKeyof the current workflow node or trigger that is currently being checked in the current workflow process.nullwhen no such element key exists.
-