Uses of Class
org.apache.jena.fuseki.server.Operation
-
Uses of Operation in org.apache.jena.fuseki.build
Modifier and TypeMethodDescriptionstatic void
FusekiExt.registerOperation
(Operation op, ActionService handler) Make a new operation available.static void
FusekiExt.unregisterOperation
(Operation op, ActionService handler) Remove an operation. -
Uses of Operation in org.apache.jena.fuseki.server
Modifier and TypeFieldDescriptionstatic final Operation
Operation.GSP_R
static final Operation
Operation.GSP_RW
static final Operation
Operation.NoOp
static final Operation
Operation.Patch
static final Operation
Operation.PREFIXES_R
static final Operation
Operation.PREFIXES_RW
static final Operation
Operation.Query
static final Operation
Operation.Shacl
static final Operation
Operation.Update
static final Operation
Operation.Upload
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.OperationRegistry.findByContentType
(String contentType) Find theOperation
for aContent-Type
, or return null.static Operation
Operation.get
(org.apache.jena.graph.Node node) Endpoint.getOperation()
Endpoint.Builder.operation()
DispatchFunction.selectOperation
(HttpAction action, EndpointSet epSet) static Operation
Dispatcher.selectPlainOperation
(HttpAction action, EndpointSet epSet) This is a system defaultDispatchFunction
.Modifier and TypeMethodDescriptionDataService.getOperations()
Return the operations available here.EndpointSet.operations()
Modifier and TypeMethodDescriptionDataService.Builder.addEndpoint
(Operation operation) DataService.Builder.addEndpoint
(Operation operation, String endpointName) DataService.Builder.addEndpoint
(Operation operation, String endpointName, AuthPolicy authPolicy) DataService.Builder.addEndpoint
(Operation operation, AuthPolicy authPolicy) boolean
static Endpoint
Build an endpointstatic Endpoint
Endpoint.create
(Operation operation, String endpointName, AuthPolicy requestAuth) Build an endpointOperationRegistry.findHandler
(Operation operation) Find theActionService
implementation for anOperation
, or return null..DataService.getEndpoints
(Operation operation) boolean
DataService.hasOperation
(Operation operation) Return the operations available here.boolean
OperationRegistry.isRegistered
(Operation operation) ActionServiceFactory.newActionService
(Operation operation, org.apache.jena.rdf.model.Resource endpoint) Create anActionServiceFactory
(it can be shared with endpoints), given the description which is a link into the server configuration graph.void
OperationRegistry.register
(Operation operation, String contentType, ActionService action) Register a newOperation
, with itsContent-Type
(may be null, meaning no dispatch by content type), and the implementation handler.void
OperationRegistry.register
(Operation operation, ActionService action) Register a newOperation
and the implementation handler.void
OperationRegistry.unregister
(Operation operation) Remove the registration for an operation.Modifier and TypeMethodDescriptionvoid
EndpointSet.forEach
(BiConsumer<Operation, Endpoint> action)