| Package | Description |
|---|---|
| com.epimorphics.server.webapi.dsapi |
| Modifier and Type | Method and Description |
|---|---|
Projection |
DSAPI.project(org.apache.jena.atlas.json.JsonObject jstate)
Takes a request state as a JSON description, runs the corresponding query
and returns the correct slice of the results table as a JSON wriable object.
|
Projection |
DSAPI.queryData(State state,
Store store) |
Projection |
Projection.slice(int offset,
int limit) |
Projection |
Projection.sort(String sort) |
| Constructor and Description |
|---|
Projection(Projection clone,
int offset,
int limit) |
Projection(Projection clone,
Object[][] data,
String initialSort) |
Copyright © 2014. All rights reserved.