Uses of Enum Class
fr.opensagres.xdocreport.document.ProcessState
Packages that use ProcessState
-
Uses of ProcessState in fr.opensagres.xdocreport.document
Methods in fr.opensagres.xdocreport.document that return ProcessStateModifier and TypeMethodDescriptionprotected ProcessStateGenerator.getProcessState(In request) Returns process state (original|preprocessed|generated).static ProcessStateReturns the enum constant of this class with the specified name.static ProcessState[]ProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.opensagres.xdocreport.document with parameters of type ProcessStateModifier and TypeMethodDescriptionprotected voidGenerator.doDocumentArchive(ProcessState state, String entryName, In request, Out response) protected voidGenerator.doSaveEntry(ProcessState processState, String entryName, In request, Out response) Extract entry from a report.protected voidGenerator.doSaveReport(ProcessState processState, In request, Out response) Save document archive of the report.voidAbstractXDocReport.save(ProcessState processState, OutputStream out) voidIXDocReport.save(ProcessState processState, OutputStream out) Save original|preprocessed XML document archive in the given output stream.voidAbstractXDocReport.saveEntry(String entryName, ProcessState processState, OutputStream out) voidIXDocReport.saveEntry(String entryName, ProcessState processState, OutputStream out) Save original|preprocessed entryName from XML document archive in the given output stream. -
Uses of ProcessState in fr.opensagres.xdocreport.document.web
Methods in fr.opensagres.xdocreport.document.web that return ProcessStateModifier and TypeMethodDescriptionprotected ProcessStateBaseXDocReportServlet.getProcessState(jakarta.servlet.http.HttpServletRequest request) Returns process state (original|preprocessed|generated).Methods in fr.opensagres.xdocreport.document.web with parameters of type ProcessStateModifier and TypeMethodDescriptionprotected voidAbstractProcessXDocReportServlet.doDocumentArchive(ProcessState state, String entryName, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) protected voidAbstractProcessXDocReportServlet.doSaveEntry(ProcessState processState, String entryName, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Extract entry from a report.protected voidAbstractProcessXDocReportServlet.doSaveReport(ProcessState processState, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Save document archive of the report.