.. java:import:: java.io File .. java:import:: java.io IOException .. java:import:: org.caosdb.server.database.backend.implementation MySQL.ConnectionException .. java:import:: org.caosdb.server.utils ServerMessages .. java:import:: org.jdom2 JDOMException .. java:import:: org.restlet.data Disposition .. java:import:: org.restlet.data MediaType .. java:import:: org.restlet.data Status .. java:import:: org.restlet.representation FileRepresentation .. java:import:: org.restlet.representation Representation ThumbnailsResource ================== .. java:package:: org.caosdb.server.resource :noindex: .. java:type:: public class ThumbnailsResource extends AbstractCaosDBServerResource Methods ------- httpGetInChildClass ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpGetInChildClass() throws Exception :outertype: ThumbnailsResource Download a File from the CaosDBFileSystem. Only one File per Request. :author: Timm Fitschen :throws IOException: :return: InputRepresentation httpPostInChildClass ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpPostInChildClass(Representation entity) throws ConnectionException, JDOMException :outertype: ThumbnailsResource