Class ServicesUtil


  • public final class ServicesUtil
    extends Object
    Utility class for the "services" extension point. While part of the web client code we need to place it in the core to get access to special ServiceSessionControl item that can be used by the service extensions to access BASE.
    Since:
    3.3
    Author:
    nicklas
    • Constructor Detail

      • ServicesUtil

        public ServicesUtil()
    • Method Detail

      • useExtensions

        public static ExtensionsInvoker<?> useExtensions​(ExtensionsFilter filter)
        Create an extensions invoker for the services extensions. The client context is created with special SessionControl that gives the extension permission to impersonate another user.