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 Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Mandant
getClient()
IEntityContext
getEntityContext()
Locale
getLocale()
default Benutzer
getUser()
Deprecated.UsegetUserModel()
instead.IUser
getUserModel()
-
-
-
Method Detail
-
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 default Benutzer getUser()
Deprecated.UsegetUserModel()
instead.- Returns:
- The user of the active context that should be used for protocol entries etc.
-
-