Uses of Class
org.apache.jena.fuseki.server.OperationRegistry
Packages that use OperationRegistry
-
Uses of OperationRegistry in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return OperationRegistryModifier and TypeMethodDescriptionstatic OperationRegistryOperationRegistry.createEmpty()Create an emptyOperationRegistry.static OperationRegistryOperationRegistry.createStd()Create aOperationRegistrywith the standard operations included.static OperationRegistryOperationRegistry.get()Return the current server-wide standard configuration.static OperationRegistryOperationRegistry.get(jakarta.servlet.ServletContext servletContext) Methods in org.apache.jena.fuseki.server with parameters of type OperationRegistryModifier and TypeMethodDescriptionstatic voidOperationRegistry.copyConfig(OperationRegistry src, OperationRegistry dst) Copy the configuration fromsrcintodst.static voidOperationRegistry.set(jakarta.servlet.ServletContext cxt, OperationRegistry registry) voidDataService.setEndpointProcessors(OperationRegistry operationRegistry) Set anyActionServiceprocessors that are currently unset.Constructors in org.apache.jena.fuseki.server with parameters of type OperationRegistry -
Uses of OperationRegistry in org.apache.jena.fuseki.servlets
Methods in org.apache.jena.fuseki.servlets that return OperationRegistryModifier and TypeMethodDescriptionHttpAction.getOperationRegistry()Get theOperationRegistryfor this action.