.. java:import:: java.util TimeZone .. java:import:: org.caosdb.datetime UTCTimeZoneShift .. java:import:: org.caosdb.server.database.backend.implementation MySQL.ConnectionException .. java:import:: org.caosdb.server.database.misc TransactionBenchmark .. java:import:: org.caosdb.server.utils FlagInfo .. java:import:: org.caosdb.server.utils Info .. java:import:: org.jdom2 Document .. java:import:: org.jdom2 Element .. java:import:: org.jdom2 JDOMException .. java:import:: org.restlet.representation Representation InfoResource ============ .. java:package:: org.caosdb.server.resource :noindex: .. java:type:: public class InfoResource extends AbstractCaosDBServerResource This class represents the information retrieved by /Info requests (only GET) to CaosDB. Methods ------- getTimeZone ^^^^^^^^^^^ .. java:method:: public Element getTimeZone() :outertype: InfoResource httpGetInChildClass ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpGetInChildClass() throws Exception :outertype: InfoResource The response to the HTTP GET request is generated here. :return: The response code for OK and the resulting info XML document. httpPostInChildClass ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpPostInChildClass(Representation entity) throws ConnectionException, JDOMException :outertype: InfoResource There is no POST request specified for the /Info resource.