Interface TemplateProcessingResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.flowable.content.api.ContentItem getContentItem()
      If the processed result is stored as a content item, this will return it.
      java.io.InputStream getInputStream()
      Returns the processed result as an InputStream.
      java.lang.String getProcessedContent()
      Returns the processed content as a string (in case the content is processed directly).
      TemplateHolder getTemplateHolder()
      Returns the template holder containing all information like template definition and variation which was used to produce the result.
    • Method Detail

      • getProcessedContent

        java.lang.String getProcessedContent()
        Returns the processed content as a string (in case the content is processed directly).
      • getInputStream

        java.io.InputStream getInputStream()
        Returns the processed result as an InputStream. Callers are responsible for closing the stream.
      • getContentItem

        org.flowable.content.api.ContentItem getContentItem()
        If the processed result is stored as a content item, this will return it.
      • getTemplateHolder

        TemplateHolder getTemplateHolder()
        Returns the template holder containing all information like template definition and variation which was used to produce the result.