public class ReportingClient extends Object
Constructor and Description |
---|
ReportingClient() |
Modifier and Type | Method and Description |
---|---|
DataHandler |
generateReport(String reportName,
String type) |
InputStream |
getJrxmlResource(String filename) |
void |
uploadImage(String fileName,
String reportName,
DataHandler imageContent) |
void |
uploadJrxmlFile(String filename,
String fileContent) |
public void uploadJrxmlFile(String filename, String fileContent) throws org.wso2.carbon.reporting.api.ReportingException
org.wso2.carbon.reporting.api.ReportingException
public DataHandler generateReport(String reportName, String type) throws org.wso2.carbon.reporting.api.ReportingException
org.wso2.carbon.reporting.api.ReportingException
public InputStream getJrxmlResource(String filename) throws org.wso2.carbon.reporting.api.ReportingException
org.wso2.carbon.reporting.api.ReportingException
public void uploadImage(String fileName, String reportName, DataHandler imageContent) throws org.wso2.carbon.reporting.api.ReportingException
org.wso2.carbon.reporting.api.ReportingException
Copyright © 2024 WSO2. All rights reserved.