it.eng.spagobi.utilities
Class SpagoBIAccessUtils
java.lang.Object
it.eng.spagobi.utilities.SpagoBIAccessUtils
- public class SpagoBIAccessUtils
- extends java.lang.Object
This class has been created to provide SpagoBI Access Utils, in ordar to
customize operations with clients.
- Author:
- zoppello
Method Summary |
byte[] |
getContent(java.lang.String spagoBIBaseUrl,
java.lang.String path)
Starting from the base url and the path as input, gets content
information (response body). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpagoBIAccessUtils
public SpagoBIAccessUtils()
getContent
public byte[] getContent(java.lang.String spagoBIBaseUrl,
java.lang.String path)
- Starting from the base url and the path as input, gets content
information (response body).
- Parameters:
spagoBIBaseUrl
- The SpagoBI input base URLpath
- The input path
- Returns:
- The output response body