See: Description
Interface | Description |
---|---|
IReportManager |
Provides report related operations.
|
Class | Description |
---|---|
Report |
Holds configuration information of a Report.
|
ReportManager |
Implementation of report management operations.
|
ReportParameter |
A parameter entry of a
Report . |
ReportType |
The type of a
Report . |
ReportTypeParameter |
A parameter of a report type.
|
Operations are provided by IReportManager
,
available in lumis.portal.manager.ManagerFactoryInternal.getReportManager()
.
Entities in this package may also be accessed through EntityManager available
in ManagerFactory.getEntityManager()
. The
entities are ReportType
,
ReportTypeParameter
,
Report
and
ReportParameter
.
A ReportType
contains definitions and
configurations for a type based on which Report
may be created. Report may also contain some specific configurations, and
are the instances on which the user generates the report view.
Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.