Difference between revisions of "GVBIRTReportConfiguration"
(Created page with "==Description== This {{GVESB}} adapter set the parameters valid for elaborating BIRT reports. =={{VULCON}} / {{GVCONSOLE}} Configuration== The GVBIRTReportConfiguration Elemen...") |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
| Line 7: | Line 7: | ||
The GVBIRTReportConfiguration Element is present in the Adapter view of {{L_VULCON}}. | The GVBIRTReportConfiguration Element is present in the Adapter view of {{L_VULCON}}. | ||
| − | The following table shows | + | The following table shows its attributes: |
{|class="gvtable" | {|class="gvtable" | ||
! Attribute !! Type !! Description | ! Attribute !! Type !! Description | ||
| Line 20: | Line 20: | ||
The GVBIRTReportConfiguration Element contains the following items: | The GVBIRTReportConfiguration Element contains the following items: | ||
* Description | * Description | ||
| − | * [[Engine]] | + | * [[GVBIRTReportConfiguration#Engine|Engine]] |
| − | * [[ReportGroups]] | + | * [[GVBIRTReportConfiguration#ReportGroups|ReportGroups]] |
| + | |||
| + | ===Engine=== | ||
| + | |||
| + | This element sets the home directory and the log lever of the BIRT report engine. | ||
| + | |||
| + | You can set the following attributes: | ||
| + | {|class="gvtable" | ||
| + | ! Attribute !! Type !! Description | ||
| + | |- | ||
| + | | reportEngineHome || optional || Home directory of the BIRT report engine, default to <nowiki>${{gv.app.home}}</nowiki>/BIRTReportEngine | ||
| + | |- | ||
| + | | logLevel || optional || BIRT report engine log level, default to FINEST. The attribute's admitted values are: | ||
| + | * SEVERE | ||
| + | * WARNING | ||
| + | * INFO | ||
| + | * CONFIG | ||
| + | * FINE | ||
| + | * FINER | ||
| + | * FINEST | ||
| + | |} | ||
| + | |||
| + | It has the subelements: | ||
| + | * Description | ||
| + | * Renders -containing the Renders configured by {{GVESB}}. Those are: | ||
| + | ** [[GVBIRTReportConfiguration#ExcelReportRender|ExcelReportRender]] | ||
| + | ** [[GVBIRTReportConfiguration#PDFReportRender|PDFReportRender]] | ||
| + | ** [[GVBIRTReportConfiguration#HTMLReportRender|HTMLReportRender]] | ||
| + | |||
| + | ====ExcelReportRender==== | ||
| + | |||
| + | The ExcelReportRender Element sets the properties to create Excel Reports. | ||
| + | |||
| + | The following table shows the ExcelReportRender element's attributes: | ||
| + | {|class="gvtable" | ||
| + | ! Attribute !! Type !! Description | ||
| + | |- | ||
| + | | type || fixed || This attribute must assume the value '''report-render'''. | ||
| + | |- | ||
| + | | class || fixed || This attribute must assume the value '''it.greenvulcano.birt.report.internal.ExcelReportRenderOptions'''. | ||
| + | |} | ||
| + | |||
| + | Contains the '''Options''' item with more elements '''option'''. | ||
| + | |||
| + | The following table shows the '''option''' element's attributes: | ||
| + | {|class="gvtable" | ||
| + | ! Attribute !! Type !! Description | ||
| + | |- | ||
| + | | name || required || Name of option. | ||
| + | |- | ||
| + | | value || optional || Value of option. | ||
| + | |} | ||
| + | |||
| + | ====PDFReportRender==== | ||
| + | |||
| + | The PDFReportRender Element sets the properties to create PDF Reports. | ||
| + | |||
| + | The following table shows the PDFReportRender element's attributes: | ||
| + | {|class="gvtable" | ||
| + | ! Attribute !! Type !! Description | ||
| + | |- | ||
| + | | type || fixed || This attribute must assume the value '''report-render'''. | ||
| + | |- | ||
| + | | class || fixed || This attribute must assume the value '''it.greenvulcano.birt.report.internal.PDFReportRenderOptions'''. | ||
| + | |} | ||
| + | |||
| + | As ExcelReportRender contains the '''Options''' item with more elements '''option'''. | ||
| + | |||
| + | ====HTMLReportRender==== | ||
| + | |||
| + | The HTMLReportRender Element sets the properties to create a HTML Report. | ||
| + | |||
| + | The following table shows the HTMLReportRender element's attributes: | ||
| + | {|class="gvtable" | ||
| + | ! Attribute !! Type !! Description | ||
| + | |- | ||
| + | | type || fixed || This attribute must assume the value '''report-render'''. | ||
| + | |- | ||
| + | | class || fixed || This attribute must assume the value '''it.greenvulcano.birt.report.internal.HTMLReportRenderOptions'''. | ||
| + | |} | ||
| + | |||
| + | As ExcelReportRender contains the '''Options''' item with more elements '''option'''. | ||
Revision as of 16:11, 9 February 2012
Contents
Description
This GreenVulcano® ESB adapter set the parameters valid for elaborating BIRT reports.
VulCon / GV Console Configuration
The GVBIRTReportConfiguration Element is present in the Adapter view of VulCon®.
The following table shows its attributes:
| Attribute | Type | Description |
|---|---|---|
| version | fixed | This attribute must assume the value 1.0. |
| type | fixed | This attribute must assume the value module. |
| name | fixed | This attribute must assume the value BIRT_REPO. |
The GVBIRTReportConfiguration Element contains the following items:
- Description
- Engine
- ReportGroups
Engine
This element sets the home directory and the log lever of the BIRT report engine.
You can set the following attributes:
| Attribute | Type | Description |
|---|---|---|
| reportEngineHome | optional | Home directory of the BIRT report engine, default to ${{gv.app.home}}/BIRTReportEngine |
| logLevel | optional | BIRT report engine log level, default to FINEST. The attribute's admitted values are:
|
It has the subelements:
- Description
- Renders -containing the Renders configured by GreenVulcano® ESB. Those are:
ExcelReportRender
The ExcelReportRender Element sets the properties to create Excel Reports.
The following table shows the ExcelReportRender element's attributes:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value report-render. |
| class | fixed | This attribute must assume the value it.greenvulcano.birt.report.internal.ExcelReportRenderOptions. |
Contains the Options item with more elements option.
The following table shows the option element's attributes:
| Attribute | Type | Description |
|---|---|---|
| name | required | Name of option. |
| value | optional | Value of option. |
PDFReportRender
The PDFReportRender Element sets the properties to create PDF Reports.
The following table shows the PDFReportRender element's attributes:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value report-render. |
| class | fixed | This attribute must assume the value it.greenvulcano.birt.report.internal.PDFReportRenderOptions. |
As ExcelReportRender contains the Options item with more elements option.
HTMLReportRender
The HTMLReportRender Element sets the properties to create a HTML Report.
The following table shows the HTMLReportRender element's attributes:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value report-render. |
| class | fixed | This attribute must assume the value it.greenvulcano.birt.report.internal.HTMLReportRenderOptions. |
As ExcelReportRender contains the Options item with more elements option.