| Package | Description |
|---|---|
| org.eurekaclinical.common.comm.clients | |
| org.eurekaclinical.common.comm.clients.cassupport |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EurekaClinicalClient.doDelete(String path) |
protected String |
EurekaClinicalClient.doGet(String path) |
protected <T> T |
EurekaClinicalClient.doGet(String path,
Class<T> cls) |
protected <T> T |
EurekaClinicalClient.doGet(String path,
Class<T> cls,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
protected <T> T |
EurekaClinicalClient.doGet(String path,
com.sun.jersey.api.client.GenericType<T> genericType) |
protected <T> T |
EurekaClinicalClient.doGet(String path,
com.sun.jersey.api.client.GenericType<T> genericType,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
protected String |
EurekaClinicalClient.doGet(String path,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
protected com.sun.jersey.api.client.ClientResponse |
EurekaClinicalClient.doGetResponse(String path)
Makes the GET call and returns the response.
|
protected void |
EurekaClinicalClient.doPost(String path) |
protected <T> T |
EurekaClinicalClient.doPost(String path,
Class<T> cls,
javax.ws.rs.core.MultivaluedMap<String,String> formParams) |
protected <T> T |
EurekaClinicalClient.doPost(String path,
com.sun.jersey.api.client.GenericType<T> genericType,
javax.ws.rs.core.MultivaluedMap<String,String> formParams) |
protected void |
EurekaClinicalClient.doPost(String path,
Object o) |
protected <T> T |
EurekaClinicalClient.doPost(String path,
Object o,
Class<T> cls) |
protected URI |
EurekaClinicalClient.doPostCreate(String path,
InputStream inputStream) |
protected URI |
EurekaClinicalClient.doPostCreate(String path,
Object o) |
protected void |
EurekaClinicalClient.doPostMultipart(String path,
String filename,
InputStream inputStream) |
protected void |
EurekaClinicalClient.doPut(String path) |
protected void |
EurekaClinicalClient.doPut(String path,
Object o) |
protected void |
EurekaClinicalClient.errorIfStatusEqualTo(com.sun.jersey.api.client.ClientResponse response,
com.sun.jersey.api.client.ClientResponse.Status... status)
If there is an unexpected status code, it gets the status message, closes
the response, and throws an exception.
|
protected void |
EurekaClinicalClient.errorIfStatusNotEqualTo(com.sun.jersey.api.client.ClientResponse response,
com.sun.jersey.api.client.ClientResponse.Status... status)
If there is an unexpected status code, it gets the status message, closes
the response, and throws an exception.
|
User |
AuthorizingEurekaClinicalProxyClient.getMe() |
User |
AuthorizingEurekaClinicalClient.getMe() |
Role |
AuthorizingEurekaClinicalProxyClient.getRole(Long inRoleId) |
Role |
AuthorizingEurekaClinicalClient.getRole(Long inRoleId) |
Role |
AuthorizingEurekaClinicalProxyClient.getRoleByName(String name) |
Role |
AuthorizingEurekaClinicalClient.getRoleByName(String name) |
List<Role> |
AuthorizingEurekaClinicalProxyClient.getRoles() |
List<Role> |
AuthorizingEurekaClinicalClient.getRoles() |
User |
AuthorizingEurekaClinicalProxyClient.getUserById(Long inUserId) |
User |
AuthorizingEurekaClinicalClient.getUserById(Long inUserId) |
List<? extends User> |
AuthorizingEurekaClinicalProxyClient.getUsers() |
List<? extends User> |
AuthorizingEurekaClinicalClient.getUsers() |
void |
ProxyingClient.proxyDelete(String path) |
String |
ProxyingClient.proxyGet(String path,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
URI |
ProxyingClient.proxyPost(String path,
String json) |
void |
ProxyingClient.proxyPut(String path,
String json) |
com.sun.jersey.api.client.WebResource |
WebResourceWrapper.rewritten(String path,
String method) |
com.sun.jersey.api.client.WebResource |
AbstractWebResourceWrapper.rewritten(String path,
String method) |
com.sun.jersey.api.client.WebResource |
WebResourceWrapper.rewritten(String path,
String method,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
com.sun.jersey.api.client.WebResource |
AbstractWebResourceWrapper.rewritten(String path,
String method,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.WebResource |
CasWebResourceWrapper.rewritten(String path,
String method,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
Copyright © 2016–2017 Emory University. All rights reserved.