Class DocumentService

java.lang.Object
com.aquima.web.api.service.DocumentService

@Service public class DocumentService extends Object
Service for rendering documents.
Since:
9.2
Author:
A.Pragt
  • Field Details Link icon

  • Constructor Details Link icon

    • DocumentService Link icon

      public DocumentService()
  • Method Details Link icon

    • renderDocument Link icon

      public com.aquima.interactions.framework.handler.document.DocumentResult renderDocument(String type, String documentName, String pageName, com.aquima.interactions.portal.IPortalSession session)
      Renders the specified document.
      Parameters:
      type - The desired output type, not null.
      documentName - The name of the document, nullable either this or pageName can be null.
      pageName - The name of the page, nullable either this or documentName can be null.
      session - The context session, not null.
      Returns:
      The rendered document.