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 Operation
Create an Operation - this operation interns operations so there is only one object for each operation.static Operation
Create an Operation - this operation interns operations so there is only object for each operation.boolean
static Operation
Return the description for this operation.getId()
Name used in JSON in the "server" description and "stats" details.getName()
Return the display name for this operation.int
hashCode()
toString()
-
Field Details
-
Query
-
Update
-
GSP_R
-
GSP_RW
-
Shacl
-
Upload
-
Patch
-
NoOp
-
-
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
-
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
-