Uses of Interface
org.apache.jena.sparql.service.single.ChainingServiceExecutor
Packages that use ChainingServiceExecutor
-
Uses of ChainingServiceExecutor in org.apache.jena.sparql.service
Methods in org.apache.jena.sparql.service that return types with arguments of type ChainingServiceExecutorModifier and TypeMethodDescriptionServiceExecutorRegistry.getSingleChain()Retrieve the actual list of per-binding executors; allows for re-orderingMethods in org.apache.jena.sparql.service with parameters of type ChainingServiceExecutorModifier and TypeMethodDescriptionServiceExecutorRegistry.addSingleLink(ChainingServiceExecutor f) Prepend the given service executor as a link to the per-binding chainServiceExecutorRegistry.removeSingleLink(ChainingServiceExecutor f) Remove the given service executor from the per-binding chain -
Uses of ChainingServiceExecutor in org.apache.jena.sparql.service.single
Classes in org.apache.jena.sparql.service.single that implement ChainingServiceExecutorModifier and TypeClassDescriptionclassTurns a ServiceExecutor into a chaining one.Constructors in org.apache.jena.sparql.service.single with parameters of type ChainingServiceExecutorModifierConstructorDescriptionServiceExecutorDecorator(ServiceExecutor base, ChainingServiceExecutor decorator)