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.query |
The query package contains the classes which
construct SPARQL queries for the item-selection part
of the LDA process.
|
Modifier and Type | Method and Description |
---|---|
ResponseResult |
APIEndpointImpl.call(APIEndpoint.Request r,
NoteBoard nb) |
ResponseResult |
APIEndpoint.call(APIEndpoint.Request r,
NoteBoard nb)
Called by the Router to invoke the API and return set of result matches
|
static ResponseResult |
APIEndpointUtil.call(APIEndpoint.Request r,
NoteBoard nb,
Match match,
String contextPath,
MultiMap<String,String> queryParams)
Utility method for calling an endpoint when given a pretty much
untrammelled collection of arguments.
|
Modifier and Type | Method and Description |
---|---|
APIResultSet |
APIQuery.runQuery(NoteBoard nb,
Controls c,
APISpec spec,
Cache cache,
Bindings b,
View view)
Run the defined query against the datasource
|
protected APIResultSet |
APIQuery.runQueryWithSource(NoteBoard nb,
Controls c,
APISpec spec,
Bindings call,
String graphName,
View view,
Source source) |
Copyright © 2014. All Rights Reserved.