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 voidFusekiExt.registerOperation(Operation op, ActionService handler) Make a new operation available.static voidFusekiExt.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 OperationOperation.GSP_Rstatic final OperationOperation.GSP_RWstatic final OperationOperation.NoOpstatic final OperationOperation.Patchstatic final OperationOperation.PREFIXES_Rstatic final OperationOperation.PREFIXES_RWstatic final OperationOperation.Querystatic final OperationOperation.Shaclstatic final OperationOperation.Updatestatic final OperationOperation.UploadMethods in org.apache.jena.fuseki.server that return OperationModifier 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.OperationRegistry.findByContentType(String contentType) Find theOperationfor aContent-Type, or return null.static OperationOperation.get(org.apache.jena.graph.Node node) Endpoint.getOperation()Endpoint.Builder.operation()DispatchFunction.selectOperation(HttpAction action, EndpointSet epSet) static OperationDispatcher.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) booleanstatic EndpointBuild an endpointstatic EndpointEndpoint.create(Operation operation, String endpointName, AuthPolicy requestAuth) Build an endpointOperationRegistry.findHandler(Operation operation) Find theActionServiceimplementation for anOperation, or return null..DataService.getEndpoints(Operation operation) booleanDataService.hasOperation(Operation operation) Return the operations available here.booleanOperationRegistry.isRegistered(Operation operation) voidOperationRegistry.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.voidOperationRegistry.register(Operation operation, ActionService action) Register a newOperationand the implementation handler.voidOperationRegistry.unregister(Operation operation) Remove the registration for an operation.Method parameters in org.apache.jena.fuseki.server with type arguments of type OperationModifier and TypeMethodDescriptionvoidEndpointSet.forEach(BiConsumer<Operation, Endpoint> action)