Interface PrintJobResult

All Known Implementing Classes:
PrintJobResultExtImpl, PrintJobResultImpl

public interface PrintJobResult
Print Job Result.
  • Method Details

    • getReportURI

      URI getReportURI()
      Get the report URI.
    • getMimeType

      String getMimeType()
      Get the report mime type.
    • getFileExtension

      String getFileExtension()
      Get the file extension.
    • getFileName

      String getFileName()
      Get the file name.
    • getReportURIString

      String getReportURIString()
      Get the report URI as String.