Uses of Enum Class
ru.cg.webbpm.modules.reporting.runtime.api.bean.OutputFormat
Packages that use OutputFormat
Package
Description
-
Uses of OutputFormat in ru.cg.webbpm.modules.reporting.impl.jasper.service
Methods in ru.cg.webbpm.modules.reporting.impl.jasper.service with parameters of type OutputFormatModifier and TypeMethodDescriptionbyte[]
JasperReportingService.generate
(ReportTemplate reportTemplate, OutputFormat outputFormat, Map<String, Object> parameters, String datasourceJndiName) protected net.sf.jasperreports.engine.JRAbstractExporter
JasperReportingService.getExporter
(OutputFormat outputFormat) protected net.sf.jasperreports.export.SimpleReportExportConfiguration
JasperReportingService.getReportExportConfiguration
(OutputFormat outputFormat) -
Uses of OutputFormat in ru.cg.webbpm.modules.reporting.impl.xdoc.service
Methods in ru.cg.webbpm.modules.reporting.impl.xdoc.service with parameters of type OutputFormatModifier and TypeMethodDescriptionprotected ReportingException
BaseXdocReportingService.createUsupportedOutputFormatException
(String templateFormat, OutputFormat outputFormat) byte[]
BaseXdocReportingService.generate
(ReportTemplate reportTemplate, OutputFormat outputFormat, Map<String, Object> parameters, String datasourceJndiName) protected abstract fr.opensagres.xdocreport.converter.Options
BaseXdocReportingService.getConversionOptions
(OutputFormat outputFormat) -
Uses of OutputFormat in ru.cg.webbpm.modules.reporting.impl.xdoc.service.docx
Methods in ru.cg.webbpm.modules.reporting.impl.xdoc.service.docx with parameters of type OutputFormatModifier and TypeMethodDescriptionprotected fr.opensagres.xdocreport.converter.Options
XdocDocxReportingService.getConversionOptions
(OutputFormat outputFormat) -
Uses of OutputFormat in ru.cg.webbpm.modules.reporting.impl.xdoc.service.odt
Methods in ru.cg.webbpm.modules.reporting.impl.xdoc.service.odt with parameters of type OutputFormatModifier and TypeMethodDescriptionprotected fr.opensagres.xdocreport.converter.Options
XdocOdtReportingService.getConversionOptions
(OutputFormat outputFormat) -
Uses of OutputFormat in ru.cg.webbpm.modules.reporting.runtime.api.bean
Methods in ru.cg.webbpm.modules.reporting.runtime.api.bean that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormat
Returns the enum constant of this class with the specified name.static OutputFormat[]
OutputFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OutputFormat in ru.cg.webbpm.modules.reporting.runtime.api.service
Methods in ru.cg.webbpm.modules.reporting.runtime.api.service with parameters of type OutputFormatModifier and TypeMethodDescriptionbyte[]
ReportingService.generate
(ReportTemplate reportTemplate, OutputFormat outputFormat, Map<String, Object> parameters, String datasourceJndiName) -
Uses of OutputFormat in service.button.reporting
Fields in service.button.reporting declared as OutputFormat -
Uses of OutputFormat in service.common
Fields in service.common declared as OutputFormatMethods in service.common with parameters of type OutputFormat