T - Options typepublic class GSPPostCallable<T extends Options> extends AbstractGSPCallable<T>
| Constructor and Description |
|---|
GSPPostCallable(Runner<T> runner,
T options,
Model data)
Creates a new callable that operates on the default graph
|
GSPPostCallable(Runner<T> runner,
T options,
Model data,
String uri)
Creates a new callable that operates on a specific graph
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
doOperation(DatasetAccessor accessor)
Does the operation using the accessor and returns the number of results
|
call, getAccessor, getGraphUri, isDefaultGraphUricancel, getOptions, getRunner, isCancelledpublic GSPPostCallable(Runner<T> runner, T options, Model data)
runner - Runneroptions - Optionsdata - Data to be addedprotected long doOperation(DatasetAccessor accessor)
AbstractGSPCallabledoOperation in class AbstractGSPCallable<T extends Options>accessor - AccessorCopyright © 2016. All rights reserved.