public interface IReportManager
Modifier and Type | Method and Description |
---|---|
Report |
getReport(String reportId)
Returns the report with the given identifier.
|
ReportType |
getReportType(String reportTypeId)
Returns the report type with the given identifier.
|
void |
register(String baseUrl)
Registers a new report type.
|
void |
registerDefaultTypes()
Registers all Portal's default report types.
|
void |
unregister(ReportType reportType)
Unregisters a report type.
|
Report getReport(String reportId) throws PortalException
PortalObjectNotFoundException
- if no report exists with the given
identifier.PortalException
ReportType getReportType(String reportTypeId) throws PortalException
PortalObjectNotFoundException
- if no report type exists with
the given identifier.PortalException
void register(String baseUrl) throws PortalException
baseUrl
- the path to the report type definition folder,
relative to lumisdata/def.PortalException
void unregister(ReportType reportType) throws PortalException
reportType
- the report type.PortalException
void registerDefaultTypes() throws PortalException
PortalException
Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.