public class FixedNvpUpdateOperation extends FixedUpdateOperation
Constructor and Description |
---|
FixedNvpUpdateOperation(String name,
String updateString,
Map<String,List<String>> nvps)
Creates a new operation
|
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 |
getType()
Gets a descriptive type string for the operation e.g.
|
canRun, createErrorInformation, getContentString, getUpdate, getUpdateString
getId, getName, getStats, setId
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
createCallable
in interface Operation
createCallable
in class FixedUpdateOperation
runner
- Runneroptions
- OptionsCopyright © 2015. All rights reserved.