public class ServicesClient extends EurekaClient
| Constructor and Description |
|---|
ServicesClient(String inServicesUrl) |
| Modifier and Type | Method and Description |
|---|---|
URI |
createDestination(org.eurekaclinical.eureka.client.comm.Destination destination) |
void |
deleteDestination(String destinationId) |
void |
deleteUserPhenotype(Long inId) |
List<org.eurekaclinical.eureka.client.comm.CohortDestination> |
getCohortDestinations() |
org.eurekaclinical.eureka.client.comm.Destination |
getDestination(String destinationId) |
List<org.eurekaclinical.eureka.client.comm.Destination> |
getDestinations() |
List<FrequencyType> |
getFrequencyTypesAsc() |
List<org.eurekaclinical.eureka.client.comm.I2B2Destination> |
getI2B2Destinations() |
org.eurekaclinical.eureka.client.comm.Job |
getJob(Long jobId) |
List<org.eurekaclinical.eureka.client.comm.Job> |
getJobs() |
List<org.eurekaclinical.eureka.client.comm.Job> |
getJobsDesc() |
org.eurekaclinical.eureka.client.comm.Statistics |
getJobStats(Long jobId,
String propId) |
List<org.eurekaclinical.eureka.client.comm.Job> |
getLatestJob() |
List<org.eurekaclinical.eureka.client.comm.Phenotype> |
getPhenotypes(String[] inKeys,
boolean summarized) |
RelationOperator |
getRelationOperator(Long inId) |
RelationOperator |
getRelationOperatorByName(String inName) |
List<RelationOperator> |
getRelationOperatorsAsc() |
protected URI |
getResourceUrl() |
org.eurekaclinical.common.comm.Role |
getRole(Long inRoleId) |
org.eurekaclinical.common.comm.Role |
getRoleByName(String name) |
List<org.eurekaclinical.common.comm.Role> |
getRoles() |
org.eurekaclinical.eureka.client.comm.SourceConfig |
getSourceConfig(String sourceConfigId) |
List<org.eurekaclinical.eureka.client.comm.SourceConfigParams> |
getSourceConfigParams() |
List<org.eurekaclinical.eureka.client.comm.SourceConfig> |
getSourceConfigs() |
org.eurekaclinical.eureka.client.comm.SystemPhenotype |
getSystemPhenotype(String inKey,
boolean summarize) |
List<org.eurekaclinical.eureka.client.comm.SystemPhenotype> |
getSystemPhenotypes() |
List<org.eurekaclinical.eureka.client.comm.SystemPhenotype> |
getSystemPhenotypes(List<String> inKeys,
boolean summarize) |
List<String> |
getSystemPhenotypeSearchResults(String searchKey) |
List<org.eurekaclinical.eureka.client.comm.SystemPhenotype> |
getSystemPhenotypeSearchResultsBySearchKey(String searchKey) |
ThresholdsOperator |
getThresholdsOperator(Long inId) |
ThresholdsOperator |
getThresholdsOperatorByName(String inName) |
List<ThresholdsOperator> |
getThresholdsOperators() |
TimeUnit |
getTimeUnit(Long inId) |
TimeUnit |
getTimeUnitByName(String inName) |
List<TimeUnit> |
getTimeUnitsAsc() |
org.eurekaclinical.eureka.client.comm.Phenotype |
getUserPhenotype(String inKey,
boolean summarized) |
List<org.eurekaclinical.eureka.client.comm.Phenotype> |
getUserPhenotypes(boolean summarized) |
ValueComparator |
getValueComparator(Long inId) |
ValueComparator |
getValueComparatorByName(String inName) |
List<ValueComparator> |
getValueComparatorsAsc() |
URI |
saveUserPhenotype(org.eurekaclinical.eureka.client.comm.Phenotype inPhenotype) |
URI |
submitJob(org.eurekaclinical.eureka.client.comm.JobSpec inUpload) |
void |
updateDestination(org.eurekaclinical.eureka.client.comm.Destination destination) |
void |
updateUserPhenotype(Long inId,
org.eurekaclinical.eureka.client.comm.Phenotype inPhenotype) |
void |
verifyUser(String inCode) |
close, doDelete, doDelete, doDeleteForProxy, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGetForProxy, doGetResponse, doGetResponse, doPost, doPost, doPost, doPost, doPost, doPost, doPost, doPostCreate, doPostCreate, doPostCreateMultipart, doPostCreateMultipart, doPostCreateMultipart, doPostForm, doPostForm, doPostForProxy, doPostMultipart, doPostMultipart, doPostMultipart, doPostMultipart, doPut, doPut, doPut, doPutForProxy, errorIfStatusEqualTo, errorIfStatusNotEqualTo, extractIdpublic ServicesClient(String inServicesUrl)
protected URI getResourceUrl()
getResourceUrl in class org.eurekaclinical.common.comm.clients.EurekaClinicalClientpublic void verifyUser(String inCode) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.common.comm.Role> getRoles() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.common.comm.Role getRole(Long inRoleId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.common.comm.Role getRoleByName(String name) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic URI submitJob(org.eurekaclinical.eureka.client.comm.JobSpec inUpload) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.eureka.client.comm.Job getJob(Long jobId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.eureka.client.comm.Statistics getJobStats(Long jobId, String propId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.Job> getJobs() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.Job> getJobsDesc() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.Job> getLatestJob() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.Phenotype> getPhenotypes(String[] inKeys, boolean summarized) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.Phenotype> getUserPhenotypes(boolean summarized) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.eureka.client.comm.Phenotype getUserPhenotype(String inKey, boolean summarized) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic URI saveUserPhenotype(org.eurekaclinical.eureka.client.comm.Phenotype inPhenotype) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic void updateUserPhenotype(Long inId, org.eurekaclinical.eureka.client.comm.Phenotype inPhenotype) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic void deleteUserPhenotype(Long inId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.SystemPhenotype> getSystemPhenotypes() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.SystemPhenotype> getSystemPhenotypes(List<String> inKeys, boolean summarize) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.eureka.client.comm.SystemPhenotype getSystemPhenotype(String inKey, boolean summarize) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<TimeUnit> getTimeUnitsAsc() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic TimeUnit getTimeUnit(Long inId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic TimeUnit getTimeUnitByName(String inName) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<RelationOperator> getRelationOperatorsAsc() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic RelationOperator getRelationOperator(Long inId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic RelationOperator getRelationOperatorByName(String inName) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<ThresholdsOperator> getThresholdsOperators() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic ThresholdsOperator getThresholdsOperator(Long inId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic ThresholdsOperator getThresholdsOperatorByName(String inName) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<ValueComparator> getValueComparatorsAsc() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic ValueComparator getValueComparator(Long inId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic ValueComparator getValueComparatorByName(String inName) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<FrequencyType> getFrequencyTypesAsc() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.SourceConfig> getSourceConfigs() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.eureka.client.comm.SourceConfig getSourceConfig(String sourceConfigId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.SourceConfigParams> getSourceConfigParams() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic URI createDestination(org.eurekaclinical.eureka.client.comm.Destination destination) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic void updateDestination(org.eurekaclinical.eureka.client.comm.Destination destination)
throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.Destination> getDestinations() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.CohortDestination> getCohortDestinations() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<org.eurekaclinical.eureka.client.comm.I2B2Destination> getI2B2Destinations() throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic org.eurekaclinical.eureka.client.comm.Destination getDestination(String destinationId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic void deleteDestination(String destinationId) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionpublic List<String> getSystemPhenotypeSearchResults(String searchKey) throws org.eurekaclinical.common.comm.clients.ClientException
org.eurekaclinical.common.comm.clients.ClientExceptionCopyright © 2012–2018 Emory University. All rights reserved.