Class JrxmlFileUploader
- java.lang.Object
-
- org.wso2.carbon.core.AbstractAdmin
-
- org.wso2.carbon.reporting.core.services.JrxmlFileUploader
-
public class JrxmlFileUploader extends org.wso2.carbon.core.AbstractAdmin
used to upload jrxml file
-
-
Constructor Summary
Constructors Constructor Description JrxmlFileUploader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
uploadJrxmlFile(String fileName, String fileContent)
String
uploadLogo(String imageName, String reportName, DataHandler imageContent)
-
Methods inherited from class org.wso2.carbon.core.AbstractAdmin
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamp
-
-
-
-
Method Detail
-
uploadJrxmlFile
public String uploadJrxmlFile(String fileName, String fileContent) throws org.wso2.carbon.reporting.api.ReportingException, net.sf.jasperreports.engine.JRException
- Throws:
org.wso2.carbon.reporting.api.ReportingException
net.sf.jasperreports.engine.JRException
-
uploadLogo
public String uploadLogo(String imageName, String reportName, DataHandler imageContent) throws org.wso2.carbon.reporting.api.ReportingException
- Throws:
org.wso2.carbon.reporting.api.ReportingException
-
-