Interface ConverterPlugin

All Superinterfaces:
io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Plugin
All Known Implementing Classes:
OpenOfficeLocalConverterPlugin, OpenOfficeRemoteConverterPlugin, XDocReportConverterPlugin

public interface ConverterPlugin extends io.vertigo.core.node.component.Plugin
Plugin de Conversion des fichiers.
Author:
npiedeloup
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertigo.datastore.filestore.model.VFile
    convertToFormat(io.vertigo.datastore.filestore.model.VFile file, String targetFormat)
    Retourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.
  • Method Details

    • convertToFormat

      io.vertigo.datastore.filestore.model.VFile convertToFormat(io.vertigo.datastore.filestore.model.VFile file, String targetFormat)
      Retourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.
      Parameters:
      file - Fichier à convertir
      targetFormat - Type de document de sortie ODT,RTF,DOC,CSV,PDF
      Returns:
      Fichier converti