Interface IBaseEnvironmentData
- All Known Subinterfaces:
IBaseWorkflowEnvironmentData,IFormDesignerEnvironmentData,IWorkflowExecutionEnvironmentData,IWorkflowGlobalHandlerValidationContext,IWorkflowLocalBeanValidationContext,IWorkflowLocalHandlerValidationContext,IWorkflowLocalValidationContext,IWorkflowValidationContext,IWorkflowValidationEnvironmentData
- All Known Implementing Classes:
BeanWorkflowValidationEnvironmentData,DefaultWorkflowValidationContext,FacesWorkflowLocalValidationContext,FormDesignerEnvironmentData,InjectableValidationContext,PojoBaseWorkflowEnvironmentData,PojoWorkflowValidationEnvironmentData,RequestWorkflowEnvironmentData,WorkflowValidationParams
public interface IBaseEnvironmentData
Environment data with basic info for within various backend environments.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Details
-
getClient
Mandant getClient()- Returns:
- The
Mandantof the current context.
-
getEntityContext
IEntityContext getEntityContext()- Returns:
- The current entity context that may be used for database interactions.
-
getLocale
Locale getLocale()- Returns:
- The locale to use for locale-sensitive actions.
-
getUserModel
IUser getUserModel()- Returns:
- The user of the active context that should be used for protocol entries etc.
-
getUser
Deprecated.UsegetUserModel()instead.- Returns:
- The user of the active context that should be used for protocol entries etc.
-
getUserModel()instead.