.. java:import:: java.io IOException .. java:import:: java.security NoSuchAlgorithmException .. java:import:: java.sql SQLException .. java:import:: org.caosdb.server CaosDBException .. java:import:: org.caosdb.server.accessControl Role .. java:import:: org.caosdb.server.database.backend.implementation MySQL.ConnectionException .. java:import:: org.caosdb.server.entity Message .. java:import:: org.caosdb.server.transaction DeleteRoleTransaction .. java:import:: org.caosdb.server.transaction InsertRoleTransaction .. java:import:: org.caosdb.server.transaction RetrieveRoleTransaction .. java:import:: org.caosdb.server.transaction UpdateRoleTransaction .. java:import:: org.caosdb.server.utils ServerMessages .. java:import:: org.jdom2 Document .. java:import:: org.jdom2 Element .. java:import:: org.jdom2 JDOMException .. java:import:: org.restlet.data Form .. java:import:: org.restlet.data Status .. java:import:: org.restlet.representation Representation .. java:import:: org.restlet.representation StringRepresentation RolesResource ============= .. java:package:: org.caosdb.server.resource :noindex: .. java:type:: public class RolesResource extends AbstractCaosDBServerResource Methods ------- httpDeleteInChildClass ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpDeleteInChildClass() throws ConnectionException, SQLException, CaosDBException, IOException, NoSuchAlgorithmException, Exception :outertype: RolesResource httpGetInChildClass ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpGetInChildClass() throws ConnectionException, IOException, SQLException, CaosDBException, NoSuchAlgorithmException, Exception :outertype: RolesResource httpPostInChildClass ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpPostInChildClass(Representation entity) throws ConnectionException, SQLException, CaosDBException, IOException, NoSuchAlgorithmException, xmlNotWellFormedException, JDOMException, Exception :outertype: RolesResource httpPutInChildClass ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Representation httpPutInChildClass(Representation entity) throws ConnectionException, JDOMException, Exception, xmlNotWellFormedException :outertype: RolesResource