Package | Description |
---|---|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
com.epimorphics.lda.specs |
The specs package contains the classes that interpret linked
data API configurations and their endpoints.
|
Modifier and Type | Field and Description |
---|---|
protected APIEndpointSpec |
APIEndpointImpl.spec |
Modifier and Type | Method and Description |
---|---|
APIEndpointSpec |
APIEndpointImpl.getSpec()
Return the specification for this endpoint
|
APIEndpointSpec |
APIEndpoint.getSpec()
Return the specification for this endpoint
|
Modifier and Type | Method and Description |
---|---|
static APIEndpoint |
APIFactory.makeApiEndpoint(APIEndpointSpec spec) |
Constructor and Description |
---|
APIEndpointImpl(APIEndpointSpec spec) |
APIEndpointImpl(APIEndpointSpec spec,
Cache cache) |
Modifier and Type | Field and Description |
---|---|
protected List<APIEndpointSpec> |
APISpec.endpoints |
Modifier and Type | Method and Description |
---|---|
protected APIEndpointSpec |
APISpec.getAPIEndpointSpec(com.hp.hpl.jena.rdf.model.Resource endpoint)
Returns a new APIEndpointSpec for this APISpec and the given endpoint
|
Modifier and Type | Method and Description |
---|---|
List<APIEndpointSpec> |
APISpec.getEndpoints()
Return list of individual instances which make up this API.
|
Copyright © 2014. All Rights Reserved.