Class PdfPrepareReport

java.lang.Object
se.idsec.signservice.integration.document.pdf.PdfPrepareReport
All Implemented Interfaces:
Serializable

public class PdfPrepareReport extends Object implements Serializable
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also:
  • Constructor Details

    • PdfPrepareReport

      public PdfPrepareReport()
  • Method Details

    • getActions

      @Nullable public List<PdfPrepareReport.PrepareActions> getActions()
      Gets the actions that were completed during the prepare operation.
      Returns:
      a list of completed actions
    • setActions

      public void setActions(@Nonnull List<PdfPrepareReport.PrepareActions> actions)
      Assigns the actions that were completed during the prepare operation.
      Parameters:
      actions - a list of completed actions
    • getWarnings

      @Nullable public List<PdfPrepareReport.PrepareWarnings> getWarnings()
      Gets the warnings detected during the prepare operation.
      Returns:
      a list of warnings
    • setWarnings

      public void setWarnings(@Nonnull List<PdfPrepareReport.PrepareWarnings> warnings)
      Assigns warnings detected during the prepare operation.
      Parameters:
      warnings - a list of warnings