Operation.Count, Operation.Create, Operation.Delete, Operation.Download, Operation.Match, Operation.Merge, Operation.Retrieve, Operation.Sparql, Operation.SparqlDelete, Operation.SparqlUpdate, Operation.Update, Operation.Upload
Modifier | Constructor and Description |
---|---|
protected |
Delete(Map<String,String> namespaces,
org.openrdf.model.URI type) |
Modifier and Type | Method and Description |
---|---|
Operation.Delete |
condition(String condition,
Object... arguments) |
Operation.Delete |
condition(org.openrdf.model.URI property,
Object... allowedValues) |
Operation.Delete |
conditions(Iterable<? extends XPath> conditions) |
Operation.Delete |
conditions(XPath... conditions) |
protected abstract Outcome |
doExec(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Handler<? super Outcome> handler) |
Outcome |
exec() |
Outcome |
exec(Collection<? super Outcome> collection) |
Outcome |
exec(Handler<? super Outcome> handler) |
Operation.Delete |
ids(Iterable<? extends org.openrdf.model.URI> ids) |
Operation.Delete |
ids(org.openrdf.model.URI... ids) |
Operation.Delete |
namespaces(Map<String,String> namespaces)
Sets the optional namespaces for this operation.
|
Operation.Delete |
timeout(Long timeout)
Sets the optional timeout for this operation in milliseconds.
|
public Operation.Delete timeout(@Nullable Long timeout)
Operation
public Operation.Delete namespaces(@Nullable Map<String,String> namespaces)
Operation
Session
. Passing null will remove any namespace map
previously set on the operation.namespaces
in class Operation
namespaces
- the namespace map overriding session namespaces; null to resetpublic final Operation.Delete conditions(@Nullable XPath... conditions)
public final Operation.Delete conditions(@Nullable Iterable<? extends XPath> conditions)
public final Operation.Delete condition(String condition, Object... arguments) throws ParseException
ParseException
public final Operation.Delete condition(org.openrdf.model.URI property, Object... allowedValues)
public final Operation.Delete ids(@Nullable org.openrdf.model.URI... ids)
public final Operation.Delete ids(@Nullable Iterable<? extends org.openrdf.model.URI> ids)
public final Outcome exec() throws OperationException
OperationException
public final Outcome exec(@Nullable Handler<? super Outcome> handler) throws OperationException
OperationException
public final Outcome exec(@Nullable Collection<? super Outcome> collection) throws OperationException
OperationException
Copyright © 2015–2016 FBK-irst. All rights reserved.