public class InformationViewRestServices extends Object
| Constructor and Description |
|---|
InformationViewRestServices() |
public InformationViewOMASAPIResponse submitReport(String serverName, String userId, ReportRequestBody requestBody)
serverName - userId - requestBody - - metadata representation of the reportpublic InformationViewOMASAPIResponse submitDataView(String serverName, String userId, DataViewRequestBody requestBody)
serverName - userId - requestBody - - representation of data viewpublic InformationViewOMASAPIResponse getDatabases(String serverName, String userId, int startFrom, int pageSize)
serverName - userId - startFrom - pageSize - public InformationViewOMASAPIResponse getTablesForDatabase(String serverName, String userId, String databaseGuid, int startFrom, int pageSize)
serverName - userId - databaseGuid - - guid of the database entitystartFrom - pageSize - public InformationViewOMASAPIResponse getTableContext(String serverName, String userId, String tableGuid)
public InformationViewOMASAPIResponse getTableColumns(String serverName, String userId, String tableGuid, int startFrom, int pageSize)
public InformationViewOMASAPIResponse registerExternalTool(String serverName, String userId, RegistrationRequestBody requestBody)
public InformationViewOMASAPIResponse lookupRegistration(String serverName, String userId, RegistrationRequestBody requestBody)
serverName - userId - requestBody - payload containing the properties describing the external toolpublic InformationViewOMASAPIResponse retrieveReport(String serverName, String userId, String reportId)
serverName - userId - reportId - unique identifier in the owner tool of the reportpublic InformationViewOMASAPIResponse retrieveDataView(String serverName, String userId, String dataViewId)
serverName - userId - dataViewId - external unique identifier of the data viewCopyright © 2018–2020 ODPi. All rights reserved.