Represents the Web Intelligence Services global namespace object.
Namespaces
Methods
(static) getAbout()
Returns basic information about the Web Intelligence REST Web Services and SAP BusinessObjects BI version.
Returns:
A JSON object containing basic information about the Web Intelligence REST Web Services and SAP BusinessObjects BI version.
(static) getConnection(obj)
Returns the details of a connection in the CMS repository.
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
obj |
Object |
Properties
|
Returns:
A JSON object containing the connection details
(static) getConnections(obj)
Returns the list of available connections in the CMS repository.
Parameters:
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj |
Object |
Properties
|
Returns:
A JSON object containing the connections
(static) getSpreadsheet(obj)
Returns the details of an Excel file on the CMS repository.
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
obj |
Object |
Properties
|
Returns:
A JSON object containing the Excel spreadsheet details
(static) getSpreadsheets(obj)
Returns the list of available Excel files on the CMS repository.
Parameters:
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj |
Object |
Properties
|
Returns:
A JSON object containing the Excel spreadsheets
(static) isReady() → {Boolean}
Returns whether if the Web Intelligence services are ready to use.
Returns:
true if they are ready, false otherwise
- Type
- Boolean