Uses of Class
org.apache.jena.fuseki.server.Operation
Packages that use Operation
-
Uses of Operation in org.apache.jena.fuseki.build
Methods in org.apache.jena.fuseki.build with parameters of type OperationModifier and TypeMethodDescriptionstatic void
FusekiExt.addDefaultEndpoint
(Operation op, String serviceName) Deprecated.static void
FusekiExt.addDefaultEndpoint
(Operation op, String serviceName, boolean forUpdate) Deprecated.UseFusekiModules
with FusekiMain.static 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
Fields in org.apache.jena.fuseki.server declared as OperationModifier 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.Query
static final Operation
Operation.Shacl
static final Operation
Operation.Update
static final Operation
Operation.Upload
Methods in org.apache.jena.fuseki.server that return OperationModifier 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
Endpoint.getOperation()
Endpoint.Builder.operation()
DispatchFunction.selectOperation
(HttpAction action, EndpointSet epSet) static Operation
Dispatcher.selectPlainOperation
(HttpAction action, EndpointSet epSet) This is a system defaultDispatchFunction
.Methods in org.apache.jena.fuseki.server that return types with arguments of type OperationModifier and TypeMethodDescriptionDataService.getOperations()
Return the operations available here.EndpointSet.operations()
Methods in org.apache.jena.fuseki.server with parameters of type OperationModifier 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, 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.Method parameters in org.apache.jena.fuseki.server with type arguments of type OperationModifier and TypeMethodDescriptionvoid
EndpointSet.forEach
(BiConsumer<Operation, Endpoint> action)
FusekiModules
with FusekiMain.