Class IUnifiedRepositoryWebServiceCache


  • public class IUnifiedRepositoryWebServiceCache
    extends Object
    • Constructor Detail

      • IUnifiedRepositoryWebServiceCache

        public IUnifiedRepositoryWebServiceCache()
    • Method Detail

      • getService

        public static IUnifiedRepositoryWebServiceAsync getService​(String url)
        Get an instance of this async interface for IUnifiedRepositoryWebService.
        Parameters:
        url - The url where the remote endpoint is mounted.
        Returns:
        The async instance.
      • getService

        public static IUnifiedRepositoryWebServiceAsync getService()
        Get an instance of this async interface for IUnifiedRepositoryWebService. This method assumes the endpoint is mounted at "http://localhost:8080/pentaho/ws/gwt/unifiedRepository".
        Returns:
        The async instance.
      • getServiceRelativeToUrl

        public static IUnifiedRepositoryWebServiceAsync getServiceRelativeToUrl​(String url)
        Get an instance of this async interface for IUnifiedRepositoryWebService. This method assumes the endpoint is mounted at url + "ws/gwt/unifiedRepository".
        Returns:
        The async instance.