void |
ServicesClient.addUser(UserRequest inRequest) |
void |
ServicesClient.changePassword(String inOldPass,
String inNewPass) |
URI |
ServicesClient.createDestination(Destination destination) |
void |
ServicesClient.deleteDestination(Long id,
String destinationId) |
void |
ServicesClient.deleteUserPhenotype(Long inUserId,
Long inId) |
protected void |
EurekaClient.doDelete(String path) |
protected void |
EurekaClient.doDelete(String path,
Object o) |
protected String |
EurekaClient.doGet(String path) |
protected <T> T |
EurekaClient.doGet(String path,
Class<T> cls) |
protected <T> T |
EurekaClient.doGet(String path,
Class<T> cls,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
protected <T> T |
EurekaClient.doGet(String path,
com.sun.jersey.api.client.GenericType<T> genericType) |
protected <T> T |
EurekaClient.doGet(String path,
com.sun.jersey.api.client.GenericType<T> genericType,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
protected String |
EurekaClient.doGet(String path,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
protected com.sun.jersey.api.client.ClientResponse |
EurekaClient.doGetResponse(String path) |
protected void |
EurekaClient.doPost(String path) |
protected <T> T |
EurekaClient.doPost(String path,
Class<T> cls,
javax.ws.rs.core.MultivaluedMap<String,String> formParams) |
protected <T> T |
EurekaClient.doPost(String path,
com.sun.jersey.api.client.GenericType<T> genericType,
javax.ws.rs.core.MultivaluedMap<String,String> formParams) |
protected void |
EurekaClient.doPost(String path,
Object o) |
protected <T> T |
EurekaClient.doPost(String path,
Object o,
Class<T> cls) |
protected URI |
EurekaClient.doPostCreate(String path,
Object o) |
protected void |
EurekaClient.doPostMultipart(String path,
String filename,
InputStream inputStream) |
protected void |
EurekaClient.doPut(String path) |
protected void |
EurekaClient.doPut(String path,
Object o) |
protected void |
EurekaClient.errorIfStatusEqualTo(com.sun.jersey.api.client.ClientResponse response,
com.sun.jersey.api.client.ClientResponse.Status... status) |
protected void |
EurekaClient.errorIfStatusNotEqualTo(com.sun.jersey.api.client.ClientResponse response,
com.sun.jersey.api.client.ClientResponse.Status... status) |
List<CohortDestination> |
ServicesClient.getCohortDestinations() |
Destination |
ServicesClient.getDestination(String destinationId) |
List<Destination> |
ServicesClient.getDestinations() |
List<FrequencyType> |
ServicesClient.getFrequencyTypesAsc() |
List<I2B2Destination> |
ServicesClient.getI2B2Destinations() |
Job |
ServicesClient.getJob(Long jobId) |
List<Job> |
ServicesClient.getJobs() |
List<Job> |
ServicesClient.getJobsDesc() |
Statistics |
ServicesClient.getJobStats(Long jobId,
String propId) |
List<Job> |
ServicesClient.getLatestJob() |
User |
ServicesClient.getMe() |
OAuthProvider |
ServicesClient.getOAuthProvider(Long inId) |
OAuthProvider |
ServicesClient.getOAuthProviderByName(String inName) |
InputStream |
ServicesClient.getOutput(String destinationId) |
List<Phenotype> |
ServicesClient.getPhenotypes(String[] inKeys,
boolean summarized) |
RelationOperator |
ServicesClient.getRelationOperator(Long inId) |
RelationOperator |
ServicesClient.getRelationOperatorByName(String inName) |
List<RelationOperator> |
ServicesClient.getRelationOperatorsAsc() |
Role |
ServicesClient.getRole(Long inRoleId) |
Role |
ServicesClient.getRoleByName(String name) |
List<Role> |
ServicesClient.getRoles() |
SourceConfig |
ServicesClient.getSourceConfig(String sourceConfigId) |
List<SourceConfigParams> |
ServicesClient.getSourceConfigParams() |
List<SourceConfig> |
ServicesClient.getSourceConfigs() |
SystemPhenotype |
ServicesClient.getSystemPhenotype(String inKey,
boolean summarize) |
List<SystemPhenotype> |
ServicesClient.getSystemPhenotypes() |
List<SystemPhenotype> |
ServicesClient.getSystemPhenotypes(List<String> inKeys,
boolean summarize) |
List<String> |
ServicesClient.getSystemPhenotypeSearchResults(String searchKey) |
List<SystemPhenotype> |
ServicesClient.getSystemPhenotypeSearchResultsBySearchKey(String searchKey) |
ThresholdsOperator |
ServicesClient.getThresholdsOperator(Long inId) |
ThresholdsOperator |
ServicesClient.getThresholdsOperatorByName(String inName) |
List<ThresholdsOperator> |
ServicesClient.getThresholdsOperators() |
TimeUnit |
ServicesClient.getTimeUnit(Long inId) |
TimeUnit |
ServicesClient.getTimeUnitByName(String inName) |
List<TimeUnit> |
ServicesClient.getTimeUnitsAsc() |
User |
ServicesClient.getUserById(Long inUserId) |
Phenotype |
ServicesClient.getUserPhenotype(String inKey,
boolean summarized) |
List<Phenotype> |
ServicesClient.getUserPhenotypes(boolean summarized) |
List<User> |
ServicesClient.getUsers() |
ValueComparator |
ServicesClient.getValueComparator(Long inId) |
ValueComparator |
ServicesClient.getValueComparatorByName(String inName) |
List<ValueComparator> |
ServicesClient.getValueComparatorsAsc() |
void |
ServicesClient.proxyDelete(String path) |
String |
ServicesClient.proxyGet(String path,
javax.ws.rs.core.MultivaluedMap queryParams) |
URI |
ServicesClient.proxyPost(String path,
String json) |
void |
ServicesClient.proxyPut(String path,
String json) |
void |
ServicesClient.resetPassword(String username) |
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) |
URI |
ServicesClient.saveUserPhenotype(Phenotype inPhenotype) |
URI |
ServicesClient.submitJob(JobSpec inUpload) |
void |
ServicesClient.updateDestination(Destination destination) |
void |
ServicesClient.updateUser(User inUser,
Long userId) |
void |
ServicesClient.updateUserPhenotype(Long inId,
Phenotype inPhenotype) |
void |
ServicesClient.upload(String fileName,
String sourceId,
String fileTypeId,
InputStream inputStream) |
void |
ServicesClient.verifyUser(String inCode) |