Uses of Interface
org.apache.jena.fuseki.servlets.ActionProcessor
Packages that use ActionProcessor
Package
Description
-
Uses of ActionProcessor in org.apache.jena.fuseki.ctl
Classes in org.apache.jena.fuseki.ctl that implement ActionProcessorModifier and TypeClassDescriptionclassBase helper class for creating async tasks on "items", based on POSTclassclassBase for actions that are container and also have actions on itemsclassBase class for control actions.classAction on items in a container, but not the container itselfclassclassA task that kicks off a asynchronous operation that simply waits and exits.classclassclass -
Uses of ActionProcessor in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return ActionProcessorMethods in org.apache.jena.fuseki.server with parameters of type ActionProcessorModifier and TypeMethodDescriptionEndpoint.Builder.processor(ActionProcessor processor) voidEndpoint.setProcessor(ActionProcessor proc) Directly replace theActionProcessor. -
Uses of ActionProcessor in org.apache.jena.fuseki.servlets
Classes in org.apache.jena.fuseki.servlets that implement ActionProcessorModifier and TypeClassDescriptionclassBase of all implementations of serviceHttpAction.classclassclassCommon point for operations that are "REST"ish (use GET/PUT etc as operations).classclassA NoOp implementation ofActionService.classThe "everything unsupported" ActionREST implemenationclassclassclassclassAnActionServicethat denies service.classA Fuseki service to receive and apply a patch.classServlet with inheritance forActionProcessor.classSHACL validation service.classstatic classclassclassHandle SPARQL Query requests over the SPARQL Protocol.classUpload files to a server.Methods in org.apache.jena.fuseki.servlets with parameters of type ActionProcessorModifier and TypeMethodDescriptionstatic voidActionExecLib.execAction(HttpAction action, ActionProcessor processor) Standard execution lifecycle for a SPARQL Request.Method parameters in org.apache.jena.fuseki.servlets with type arguments of type ActionProcessorModifier and TypeMethodDescriptionstatic booleanActionExecLib.execAction(HttpAction action, Supplier<ActionProcessor> processor) execAction, allowing for a choice ofActionProcessorwithin the logging and error handling.Constructors in org.apache.jena.fuseki.servlets with parameters of type ActionProcessorModifierConstructorDescriptionServletAction(ActionProcessor actionProcessor, org.slf4j.Logger log) Constructor for an externalActionProcessor. -
Uses of ActionProcessor in org.apache.jena.fuseki.servlets.prefixes
Classes in org.apache.jena.fuseki.servlets.prefixes that implement ActionProcessorModifier and TypeClassDescriptionclassBase ofActionRESTthat provides to anHttpAction.classAnActionRESTthat provides a all the HTTP services over a fixedPrefixesAccess.