public class GSPDeleteOperation extends AbstractGSPOperation
Constructor and Description |
---|
GSPDeleteOperation(String name)
Creates an operation that operates on the default graph
|
GSPDeleteOperation(String name,
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 GSPDeleteOperation(String name)
name
- Namepublic 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.