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 beinginjected
into anIChoiceProviding
set on aSingleChoice
constraint annotation) during Jakarta bean API validation.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementKey
getCurrentElementKey()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IBaseEnvironmentData
getClient, getEntityContext, getLocale, getUser, getUserModel
-
Methods inherited from interface de.xima.fc.interfaces.workflow.params.IBaseWorkflowEnvironmentData
getProject, getWorkflowVersion
-
Methods inherited from interface de.xima.fc.interfaces.workflow.validation.IWorkflowLocalValidationContext
associateValue, resultBuilder
-
Methods inherited from interface de.xima.fc.interfaces.workflow.validation.IWorkflowValidationContext
getProvider
-
-
-
-
Method Detail
-
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.
-
-