java.lang.Object
org.apache.jena.fuseki.servlets.GraphTarget
Target of GSP operations.
Extensions: "?graph=union" and "?graph=default"
Extensions: "?graph=union" and "?graph=default"
-
Method Summary
Modifier and TypeMethodDescriptiondataset()
static final GraphTarget
determineTarget
(DatasetGraph dsg, HttpAction action) static final GraphTarget
determineTargetGSP
(DatasetGraph dsg, HttpAction action) With GSP direct naming.boolean
exists()
graph()
Get a graph for the action - this is not a test for graph existence.boolean
boolean
isUnion()
label()
toString()
-
Method Details
-
determineTarget
-
determineTargetGSP
With GSP direct naming. -
dataset
-
isDefault
public boolean isDefault() -
isUnion
public boolean isUnion() -
graphName
-
graph
Get a graph for the action - this is not a test for graph existence. May return null or an empty graph. -
exists
public boolean exists() -
label
-
toString
-