public class GSPPostOperationLoader extends AbstractGSPDataOperationLoader
Constructor and Description |
---|
GSPPostOperationLoader() |
Modifier and Type | Method and Description |
---|---|
protected Operation |
createOperation(String name,
Model data)
Create a GSP operation that runs on the default graph
|
protected Operation |
createOperation(String name,
Model data,
String graphUri)
Creates a GSP operation that runs on a specified graph
|
String |
getDescription()
Gets a description of the operation that this loader loads
|
String |
getPreferredName()
Gets the name that this loader prefers to be referenced by
|
getArguments, load, loadModel
getInputStream, getNameArgument, readFile, resolveFile
public String getPreferredName()
OperationLoader
This is the preferred name used in certain circumstances such as when
registering using
OperationLoaderRegistry.addLoader(OperationLoader)
but users may
register a loader with any name they want.
public String getDescription()
OperationLoader
protected Operation createOperation(String name, Model data)
AbstractGSPDataOperationLoader
createOperation
in class AbstractGSPDataOperationLoader
name
- Namedata
- Data to be addedprotected Operation createOperation(String name, Model data, String graphUri)
AbstractGSPDataOperationLoader
createOperation
in class AbstractGSPDataOperationLoader
name
- Namedata
- Data to be addedgraphUri
- Graph URICopyright © 2015. All rights reserved.