|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbException | |
---|---|
org.opentox.pol.mysql | |
org.opentox.pol.xml |
Uses of DbException in org.opentox.pol.mysql |
---|
Methods in org.opentox.pol.mysql that throw DbException | |
---|---|
void |
MySQL.add(String pol,
String user,
String res)
|
void |
MySQL.delete_pol(String pol)
|
String |
MySQL.getDbUser(String id)
|
String |
MySQL.getPoliciesByUser(String token_user)
get all policies owned by token user |
String |
MySQL.getUriOwner(String uri,
String polnames)
|
void |
MySQL.open()
|
boolean |
MySQL.search_pol_name(String pol)
|
String[] |
MySQL.search_res_pol(String res)
get user who created res and all policy names associated with it |
String[] |
MySQL.search_res(String res)
Retrieves resource owner (user name), given by resource URI |
String |
MySQL.search_user_by_pol(String pol)
|
String |
MySQL.search_users_pols(String user)
Retrieves policy ids, given user name. |
Uses of DbException in org.opentox.pol.xml |
---|
Methods in org.opentox.pol.xml that throw DbException | |
---|---|
String |
PolicyCreator.createPolicy(String subjectId,
javax.ws.rs.core.UriInfo uriInfo,
InputStream is)
|
String |
PolicyExtinguisher.deletePol(String subjectId,
String id)
|
protected String |
PolicyExtinguisher.deletePolicy(MySQL s,
String id)
|
protected String |
PolicyHelper.getPol(String subjectId,
String uri,
String polnames)
Get policy |
String |
PolicyReader.getPolID(String subjectId,
String id,
String uri,
String polnames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |