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.
|
Modifier and Type | Method and Description |
---|---|
APIEndpoint.Request |
APIEndpoint.Request.withBindings(Bindings newBindings) |
APIEndpoint.Request |
APIEndpoint.Request.withFormat(String format) |
APIEndpoint.Request |
APIEndpoint.Request.withMode(CompleteContext.Mode mode) |
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.
|
Copyright © 2014. All Rights Reserved.