Class RestApiResources


  • public class RestApiResources
    extends java.lang.Object
    Manage REST API related resources
    • Constructor Summary

      Constructors 
      Constructor Description
      RestApiResources()
      Constructor of RestApiResources.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRestApiUrl​(java.lang.String sessionID)
      getRestApiUrl retrieves REST API URL from the given Intelligence Server and XML API port
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestApiResources

        public RestApiResources()
        Constructor of RestApiResources.
        Parameters:
        serverName - String
        serverPort - int
    • Method Detail

      • getRestApiUrl

        public java.lang.String getRestApiUrl​(java.lang.String sessionID)
                                       throws WebObjectsException
        getRestApiUrl retrieves REST API URL from the given Intelligence Server and XML API port
        Returns:
        REST API URL of the given Intelligence Server
        Throws:
        WebObjectsException