Interface PublisherManager

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

public interface PublisherManager extends io.vertigo.core.node.component.Manager
Gestionnaire centralisé des éditions. Le choix du type d'édition 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
    publish(String fileName, URL modelFileURL, PublisherData data)
    Création d'une nouvelle édition.
  • Method Details

    • publish

      io.vertigo.datastore.filestore.model.VFile publish(String fileName, URL modelFileURL, PublisherData data)
      Création d'une nouvelle édition.
      Parameters:
      fileName - Nom du document à générer (! pas son emplacement de stockage !)
      modelFileURL - Chemin vers le fichier model
      data - Données à fusionner avec le model
      Returns:
      Tache permettant la production d'un document au format passé en paramètre