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.renderers |
The renderers package contains the Renderer interface and the standard
implementations -- HTML, JSON, XML, Turtle -- and the infrastructure for
accessing them.
|
Modifier and Type | Field and Description |
---|---|
protected APIResultSet.MergedModels |
APIResultSet.model |
Modifier and Type | Method and Description |
---|---|
APIResultSet.MergedModels |
APIResultSet.MergedModels.applyEdits(ModelPrefixEditor mpe) |
APIResultSet.MergedModels |
APIResultSet.getModels()
Answer the model this result-set wraps.
|
Modifier and Type | Method and Description |
---|---|
static void |
EndpointMetadata.addAllMetadata(APIResultSet.MergedModels mergedModels,
URI ru,
com.hp.hpl.jena.rdf.model.Resource uriForDefinition,
Bindings bindings,
CompleteContext cc,
boolean suppress_IPTO,
com.hp.hpl.jena.rdf.model.Resource thisMetaPage,
int page,
int perPage,
Integer totalResults,
boolean hasMorePages,
List<com.hp.hpl.jena.rdf.model.Resource> resultList,
SetsMetadata setsMeta,
WantsMetadata wantsMeta,
String selectQuery,
String viewQuery,
Source source,
Map<String,View> views,
Set<Factories.FormatNameAndType> formats,
EndpointDetails details) |
static void |
APIResultSet.setUsedPrefixes(APIResultSet.MergedModels model,
com.hp.hpl.jena.shared.PrefixMapping supplied)
Set prefixes for the namespaces of terms that Elda uses
in its generated models.
|
Constructor and Description |
---|
APIResultSet(com.hp.hpl.jena.rdf.model.Resource root,
URI contentLocation,
List<com.hp.hpl.jena.rdf.model.Resource> results,
boolean isCompleted,
APIResultSet.MergedModels model,
String detailsQuery,
long hash,
Date timestamp,
String selectQuery,
boolean enableETags,
View view,
Map<String,com.hp.hpl.jena.rdf.model.Model> metadata) |
Modifier and Type | Method and Description |
---|---|
APIResultSet.MergedModels |
FeedRenderer.FeedResults.getModels() |
Modifier and Type | Method and Description |
---|---|
Element |
XMLRendering.addResourceToElement(Element e,
com.hp.hpl.jena.rdf.model.Resource x,
APIResultSet.MergedModels mm)
External rendering API.
|
void |
XMLRenderer.renderInto(com.hp.hpl.jena.rdf.model.Resource root,
APIResultSet.MergedModels mm,
Document d,
Map<String,String> termBindings) |
Constructor and Description |
---|
FeedRenderer.FeedResults(com.hp.hpl.jena.rdf.model.Resource root,
List<com.hp.hpl.jena.rdf.model.Resource> items,
APIResultSet.MergedModels models) |
Copyright © 2014. All Rights Reserved.