Interface ExporterManager

All Superinterfaces:
io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Manager
All Known Implementing Classes:
ExporterManagerImpl

public interface ExporterManager extends io.vertigo.core.node.component.Manager
Gestionnaire centralisé des éditions de données. Le choix du type de report est fait par l'appelant qui fournit les paramètres adaptés à son besoin.
Author:
pchretien, npiedeloup
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertigo.datastore.filestore.model.VFile
    Create a file from a config.
  • Method Details

    • createExportFile

      io.vertigo.datastore.filestore.model.VFile createExportFile(Export export)
      Create a file from a config.
      Parameters:
      export - Config of the export
      Returns:
      sFile