public class GSPGetOperation extends AbstractGSPOperation
| Constructor and Description |
|---|
GSPGetOperation(String name)
Creates a new operation that operates on the default graph
|
GSPGetOperation(String name,
String uri)
Creates a new operation that operates on a specific graph
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
String |
getContentString()
Gets a string that shows the content of the operation e.g.
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
canRun, createErrorInformation, getGraphUrigetId, getName, getStats, setIdpublic GSPGetOperation(String name)
name - Namepublic String getType()
Operationpublic String getContentString()
Operationpublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operationrunner - Runneroptions - OptionsCopyright © 2014. All Rights Reserved.