Interface PresentationServicesClient

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface PresentationServicesClient
    extends Closeable
    Access to key iKnowBase ContentServices and PresentationServices for a connected user

    PresentationServices assumes a web-presence, even when running in batch, and this object provides access to such configurations.

    • Method Detail

      • getContentServicesClient

        ContentServicesClient getContentServicesClient()
        Returns the currently connected ContentServicesClient.
        Returns:
        the currently connected ContentServicesClient
      • getPresentationServicesEngine

        PresentationServicesEngine getPresentationServicesEngine()
        Returns the underlying PresentationServicesEngine.
        Returns:
        the underlying PresentationServicesEngine