Uses of Interface
se.liu.ida.hefquin.federation.access.RESTRequest
Packages that use RESTRequest
Package
Description
-
Uses of RESTRequest in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return RESTRequestModifier and TypeMethodDescriptionprotected RESTRequestExecOpLookupJoinViaWrapperWithParamVars.createRequest(Map<String, org.apache.jena.graph.Node> paramValues) Assumes that the number of parameter values in the given array is the same as the number of parameter declarations of the REST endpoint and that the datatypes of the values match the ones of the parameter declarations.protected RESTRequestExecOpRequestOther.createRESTRequest() -
Uses of RESTRequest in se.liu.ida.hefquin.federation.access.impl.req
Classes in se.liu.ida.hefquin.federation.access.impl.req that implement RESTRequest -
Uses of RESTRequest in se.liu.ida.hefquin.federation.access.impl.reqproc
Subinterfaces with type arguments of type RESTRequest in se.liu.ida.hefquin.federation.access.impl.reqprocMethods in se.liu.ida.hefquin.federation.access.impl.reqproc with parameters of type RESTRequestModifier and TypeMethodDescriptionRESTRequestProcessorImpl.performRequest(RESTRequest req, RESTEndpoint fm)