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 beinginjectedinto anIChoiceProvidingset on aSingleChoiceconstraint 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 ElementKeygetCurrentElementKey()-
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
ElementKeyof the current workflow node or trigger that is currently being checked in the current workflow process.nullwhen no such element key exists.
-
-