Interface IBaseEnvironmentData

    • Method Detail

      • getClient

        Mandant getClient()
        Returns:
        The current Mandant for which the workflow is executed.
      • 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.
      • getUser

        Benutzer getUser()
        Returns:
        The current user who initiated the action.