java.lang.Object
org.apache.jena.fuseki.server.Operation
Operations are symbol to look up in the
OperationRegistry.operationToHandler map. The name
of an Operation is not related to the service name used to invoke the operation
which is determined by the Endpoint.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic OperationCreate an Operation - this operation interns operations so there is only one object for each operation.static OperationCreate an Operation - this operation interns operations so there is only object for each operation.booleanstatic Operationget(org.apache.jena.graph.Node node) Return the description for this operation.org.apache.jena.graph.NodegetId()Name used in JSON in the "server" description and "stats" details.getName()Return the display name for this operation.inthashCode()toString()
-
Field Details
-
Query
-
Update
-
GSP_R
-
GSP_RW
-
Shacl
-
Upload
-
Patch
-
NoOp
-
PREFIXES_R
-
PREFIXES_RW
-
-
Method Details
-
get
-
alloc
Create an Operation - this operation interns operations so there is only one object for each operation. It is an extensible enum. -
alloc
Create an Operation - this operation interns operations so there is only object for each operation. It is an extensible enum. -
getId
public org.apache.jena.graph.Node getId() -
getName
Return the display name for this operation. -
getJsonName
Name used in JSON in the "server" description and "stats" details. Highlighted by JENA-1766. This name is know to the JS code. -
getDescription
Return the description for this operation. -
hashCode
public int hashCode() -
equals
-
toString
-