public class ReportAdminServiceClient extends Object
| Constructor and Description |
|---|
ReportAdminServiceClient(String backendURL,
String sessionCookie) |
ReportAdminServiceClient(String backendURL,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
copySavedReport(String saved,
String copy) |
void |
deleteSavedReport(String name) |
String[] |
getAttributeNames(String className) |
String[] |
getMandatoryAttributeNames(String className) |
DataHandler |
getReportBytes(org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean configuration) |
org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean |
getSavedReport(String reportName) |
org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean[] |
getSavedReports() |
void |
saveReport(org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean configuration) |
void |
scheduleReport(org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean configuration) |
void |
stopScheduledReport(String reportName) |
public ReportAdminServiceClient(String backendURL, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void saveReport(org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean configuration)
throws Exception
Exceptionpublic org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean getSavedReport(String reportName) throws Exception
Exceptionpublic DataHandler getReportBytes(org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean configuration) throws Exception
Exceptionpublic org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean[] getSavedReports()
throws Exception
Exceptionpublic String[] getAttributeNames(String className) throws Exception
Exceptionpublic String[] getMandatoryAttributeNames(String className) throws Exception
Exceptionpublic void copySavedReport(String saved, String copy) throws Exception
Exceptionpublic void scheduleReport(org.wso2.carbon.registry.reporting.stub.beans.xsd.ReportConfigurationBean configuration)
throws Exception
ExceptionCopyright © 2019 WSO2. All rights reserved.