Class AbstractPlainMetadataExporter
java.lang.Object
net.datenwerke.rs.core.service.reportmanager.metadata.AbstractPlainMetadataExporter
- All Implemented Interfaces:
ReportMetadataExporter
- Direct Known Subclasses:
BirtPlainMetadataExporter,CrystalPlainMetadataExporter,GridEditorPlainMetadataExporter,JasperPlainExporter,JxlsPlainMetadataExporter,SaikuPlainMetadataExporter,ScriptReportPlainMetadataExporter,TablePlainExporter
public abstract class AbstractPlainMetadataExporter
extends Object
implements ReportMetadataExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcleanUp()String[]voidvisitParameter(ParameterInstance instance, ParameterDefinition definition, User user) voidvisitReport(Report report) Should be used to collect basic information such as name, etc.voidThe user the report "was" created with
-
Constructor Details
-
AbstractPlainMetadataExporter
public AbstractPlainMetadataExporter()
-
-
Method Details
-
getFormats
- Specified by:
getFormatsin interfaceReportMetadataExporter- Returns:
- The generator's format
-
getMetadata
- Specified by:
getMetadatain interfaceReportMetadataExporter
-
beginParameterSection
public void beginParameterSection()- Specified by:
beginParameterSectionin interfaceReportMetadataExporter
-
visitParameter
- Specified by:
visitParameterin interfaceReportMetadataExporter
-
visitUser
Description copied from interface:ReportMetadataExporterThe user the report "was" created with- Specified by:
visitUserin interfaceReportMetadataExporter
-
visitReport
Description copied from interface:ReportMetadataExporterShould be used to collect basic information such as name, etc.- Specified by:
visitReportin interfaceReportMetadataExporter
-
cleanUp
public void cleanUp()- Specified by:
cleanUpin interfaceReportMetadataExporter
-