java.lang.Object
org.apache.jena.sparql.modify.UsingList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllUsing(Collection<org.apache.jena.graph.Node> nodes) voidaddAllUsingNamed(Collection<org.apache.jena.graph.Node> nodes) voidaddUsing(org.apache.jena.graph.Node node) voidaddUsingNamed(org.apache.jena.graph.Node node) List<org.apache.jena.graph.Node> getUsing()List<org.apache.jena.graph.Node> static UpdateRequestmodifyUpdateForUsingList(UpdateRequest updateRequest, UsingList usingList) This modifies theUpdatesof theUpdateRequest.static UpdatemodifyUpdateForUsingList(Update update, UsingList usingList) This modifies theUpdate.boolean
-
Constructor Details
-
UsingList
public UsingList()
-
-
Method Details
-
addUsing
public void addUsing(org.apache.jena.graph.Node node) -
addAllUsing
-
addUsingNamed
public void addUsingNamed(org.apache.jena.graph.Node node) -
addAllUsingNamed
-
getUsing
-
getUsingNamed
-
usingIsPresent
public boolean usingIsPresent() -
modifyUpdateForUsingList
public static UpdateRequest modifyUpdateForUsingList(UpdateRequest updateRequest, UsingList usingList) This modifies theUpdatesof theUpdateRequest. The using list may come from the protocol so this operation converts a request+protocol into a self-contained UpdateRequest. -
modifyUpdateForUsingList
This modifies theUpdate. The using list may come from the protocol so this operation converts a request+protocol into a self-contained UpdateRequest.
-