Interface IClientScopeProvider

All Superinterfaces:
Serializable

public interface IClientScopeProvider extends Serializable
Use by GuiBeanCache. Provider for the current client scope.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the current client scope.
  • Method Details

    • currentClient

      Mandant currentClient()
      Gets the current client scope.
      Returns:
      The current client scope, or null if no client is available.