Class ProcessLogExport

java.lang.Object
de.xima.fc.pdf.ProcessLogExport

public class ProcessLogExport extends Object
Exportor for creating Documents based on ProtocolEntryProcessing entities.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

  • Method Details

    • withFormat

      public ProcessLogExport withFormat(EProcessLogFormat format)
      A method to extend the exporter with a given format.
      Parameters:
      format - The print format to use.
      Returns:
      This exporter instance for chaining method calls.
    • withProcess

      public ProcessLogExport withProcess(Vorgang process)
      A method to change the form record whose data will be exported.
      Parameters:
      process - The form record to export.
      Returns:
      This exporter instance for chaining method calls.
    • doExport

      public byte[] doExport()
      Creates a document for the given history.
      Returns:
      byte array of the created history document