public final class Delete extends ACreate
| Constructor and Description |
|---|
Delete(java.lang.String target)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
delete(Context ctx,
IntList docs)
Deletes the specified nodes.
|
static void |
delete(Data data,
java.lang.String res)
Deletes the specified resources.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
build, cache, create, drop, newData, pinned, startUpdate, stoppable, stopUpdate, supportsProgbuild, close, error, execute, execute, getOption, getOption, info, info, pinned, result, run, setInput, setInput, toString, updated, updatingpublic Delete(java.lang.String target)
target - target to deleteprotected boolean run()
Commandpublic static void delete(Context ctx, IntList docs)
ctx - database contextdocs - pre values of documents to be deletedpublic static void delete(Data data, java.lang.String res)
data - data referenceres - resource to be deleted