Uses of Class
com.openkm.sdk4j.exception.JRException
-
Packages that use JRException Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of JRException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw JRException Modifier and Type Method Description InputStreamBaseReport. execute(long rpId, Map<String,String> params, String format, String uuid)Execute report input stream.DocumentBaseReport. save(long rpId, Map<String,String> params, String format, String dstId, String docName, String uuid)Save report document. -
Uses of JRException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw JRException Modifier and Type Method Description InputStreamReportImpl. execute(long rpId, Map<String,String> params, String format, String uuid)DocumentReportImpl. save(long rpId, Map<String,String> params, String format, String dstId, String docName, String uuid)
-