Package com.logicaldoc.report
Class ReportManager
java.lang.Object
com.logicaldoc.report.ReportManager
Manager of the reports
- Since:
- 7.3.1
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeReport
(long reportId, Map<String, Object> parameters, com.logicaldoc.core.document.DocumentHistory transaction) Processes a report and produces the output as a document in the repositorygetReportParameters
(long reportId)
-
Constructor Details
-
ReportManager
public ReportManager()
-
-
Method Details
-
executeReport
public void executeReport(long reportId, Map<String, Object> parameters, com.logicaldoc.core.document.DocumentHistory transaction) Processes a report and produces the output as a document in the repository- Parameters:
reportId
- ID of the report to processparameters
- The fieldsMap pdf the parameters to be passed to the reporting enginetransaction
- The session informations for this elaboration, may be null
-
getReportParameters
public Map<String,com.logicaldoc.core.metadata.Attribute> getReportParameters(long reportId) throws com.logicaldoc.core.PersistenceException - Throws:
com.logicaldoc.core.PersistenceException
-