Difference between revisions of "Birt-report-call"
(→How To) |
(→How To) |
||
Line 29: | Line 29: | ||
# Add an Operation [[Node]] into your [[Service]] [[Flow]] (or [[SubFlow]]) and set the attribute ''operation-name'' with the name of the birt-report-call created in the second step. | # Add an Operation [[Node]] into your [[Service]] [[Flow]] (or [[SubFlow]]) and set the attribute ''operation-name'' with the name of the birt-report-call created in the second step. | ||
− | Then you can create the BIRT Report using {{L_GVCONSOLE}}. | + | Then you can create the BIRT Report using {{L_GVCONSOLE}}. For more information see the {{GVCONSOLE}} [[Report]] section. |
Revision as of 16:54, 2 February 2012
Description
GreenVulcano® ESB allows you with the birt-report-call plugin to define the information needed for generating BIRT reports.
VulCon / GV Console Configuration
This plugin defines the information needed to generate a report BIRT, and configures it in the file GVAdapters.xml.
The report can use the properties of GVBuffer input, making the necessary format conversions.
The birt-report-call Element is used by Channel, routed-call.
Its attributes are:
- type: call.
- class: it.greenvulcano.gvesb.virtual.birt.report.BIRTReportCallOperation.
- name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
- groupName: Reference to group name.
- reportName: Reference to report name.
- reportType: Report format, default to pdf. The attribute's admitted values are:
- excel
- html
How To
For configuring a BIRT report from VulCon you must follow three steps:
- Add a new report in the GVBIRTReportConfiguration.
This elements is present in the Adapters view. You can create a new ReportGroup or use an existing one. Right clicking the apposite ReportGroup you can add a new Report and configure it. - Add a birt-report-call. From the Core view, right click the apposite Channel and select birt-report-call from the expanded list. Set the groupName and reportName attributes as those configured in the first step.
- Add an Operation Node into your Service Flow (or SubFlow) and set the attribute operation-name with the name of the birt-report-call created in the second step.
Then you can create the BIRT Report using GV Console®. For more information see the GV Console Report section.