Class PdfPrepareReport
java.lang.Object
se.idsec.signservice.integration.document.pdf.PdfPrepareReport
- All Implemented Interfaces:
Serializable
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumeration of prepare actions that were completed by the prepare method.static enum
Enumeration of warnings found during the prepare operation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the actions that were completed during the prepare operation.Gets the warnings detected during the prepare operation.void
setActions
(List<PdfPrepareReport.PrepareActions> actions) Assigns the actions that were completed during the prepare operation.void
setWarnings
(List<PdfPrepareReport.PrepareWarnings> warnings) Assigns warnings detected during the prepare operation.
-
Constructor Details
-
PdfPrepareReport
public PdfPrepareReport()
-
-
Method Details
-
getActions
Gets the actions that were completed during the prepare operation.- Returns:
- a list of completed actions
-
setActions
Assigns the actions that were completed during the prepare operation.- Parameters:
actions
- a list of completed actions
-
getWarnings
Gets the warnings detected during the prepare operation.- Returns:
- a list of warnings
-
setWarnings
Assigns warnings detected during the prepare operation.- Parameters:
warnings
- a list of warnings
-