public class GSPPostOperation extends AbstractGSPOperation
Constructor and Description |
---|
GSPPostOperation(String name,
Model data)
Creates an operation that operates on the default graph
|
GSPPostOperation(String name,
Model data,
String uri)
Creates an 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, getGraphUri
getId, getName, getStats, setId
public GSPPostOperation(String name, Model data)
name
- Namedata
- Data to be addedpublic String getType()
Operation
public String getContentString()
Operation
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
runner
- Runneroptions
- OptionsCopyright © 2015. All rights reserved.