All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mapfish.print.servlet.job.PrintJobResult Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.servlet.job;

import java.net.URI;

/**
 * Print Job Result.
 */
public interface PrintJobResult {

    /**
     * Get the report URI.
     */
    URI getReportURI();

    /**
     * Get the report mime type.
     */
    String getMimeType();

    /**
     * Get the file extension.
     */
    String getFileExtension();

    /**
     * Get the file name.
     */
    String getFileName();

    /**
     * Get the report URI as String.
     */
    String getReportURIString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy