public class LdmClientCql
extends de.samply.common.ldmclient.LdmClientCqlQuery<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>
| Constructor and Description |
|---|
LdmClientCql(org.apache.http.impl.client.CloseableHttpClient httpClient,
String ldmBaseUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
createSubjectList(URI location)
Create a subject list for an entity.
|
protected Class<de.samply.share.model.common.Error> |
getErrorClass() |
de.samply.share.model.cql.CqlResult |
getResult(String location) |
protected Class<de.samply.share.model.cql.CqlResult> |
getResultClass() |
protected Class<de.samply.share.model.cql.CqlResult> |
getStatisticsClass() |
de.samply.common.ldmclient.model.LdmQueryResult |
getStatsOrError(String location) |
String |
getUserAgentInfo() |
String |
getVersionString() |
boolean |
isLdmCql() |
public LdmClientCql(org.apache.http.impl.client.CloseableHttpClient httpClient,
String ldmBaseUrl)
protected Class<de.samply.share.model.cql.CqlResult> getResultClass()
getResultClass in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>protected Class<de.samply.share.model.cql.CqlResult> getStatisticsClass()
getStatisticsClass in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>protected Class<de.samply.share.model.common.Error> getErrorClass()
getErrorClass in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>public String getUserAgentInfo()
getUserAgentInfo in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>public de.samply.share.model.cql.CqlResult getResult(String location)
getResult in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>public String getVersionString()
getVersionString in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>public de.samply.common.ldmclient.model.LdmQueryResult getStatsOrError(String location) throws de.samply.common.ldmclient.LdmClientException
getStatsOrError in class de.samply.common.ldmclient.AbstractLdmClient<de.samply.share.model.cql.CqlResult,de.samply.share.model.cql.CqlResult,de.samply.share.model.common.Error>de.samply.common.ldmclient.LdmClientExceptionpublic String createSubjectList(URI location) throws de.samply.common.ldmclient.LdmClientException
location - the measure URIde.samply.common.ldmclient.LdmClientException - exception which can be thrown while posting the query to the ldmpublic boolean isLdmCql()
Copyright © 2022 Samply Community. All rights reserved.