Uses of Class
org.apache.jena.sparql.util.Context
-
-
Uses of Context in org.apache.jena.atlas.data
Methods in org.apache.jena.atlas.data with parameters of type Context Modifier and Type Method Description static <E> ThresholdPolicy<E>ThresholdPolicyFactory. policyFromContext(Context context)A threshold policy based on theARQ.spillToDiskThresholdsymbol in the given Context. -
Uses of Context in org.apache.jena.query
Methods in org.apache.jena.query that return Context Modifier and Type Method Description static ContextARQ. getContext()ContextDataset. getContext()Get the context associated with this datasetContextQueryExecution. getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).Methods in org.apache.jena.query with parameters of type Context Modifier and Type Method Description QueryExecutionBuilderQueryExecutionBuilder. context(Context context)static PlanQueryExecutionFactory. createPlan(Query query, DatasetGraph dataset, Binding input, Context context)static voidARQ. enableOptimizer(Context context, boolean state)Switch the default optimizer on and off for a specific Context.static voidARQ. setNormalMode(Context context)Explicitly set the values for normal operation.static voidARQ. setStrictMode(Context context)Set strict mode for a given Context. -
Uses of Context in org.apache.jena.rdfs
Constructors in org.apache.jena.rdfs with parameters of type Context Constructor Description DatasetGraphRDFS(DatasetGraph dsg, SetupRDFS setup, Context cxt) -
Uses of Context in org.apache.jena.riot
Subclasses of Context in org.apache.jena.riot Modifier and Type Class Description classJsonLDReadContextSet of parameters that can be used to control the reading of JSON-LD.classJsonLDWriteContextSet of parameters that can be used to control the writing of JSON-LD.Methods in org.apache.jena.riot that return Context Modifier and Type Method Description static ContextRIOT. getContext()The system-wide contextMethods in org.apache.jena.riot with parameters of type Context Modifier and Type Method Description RDFParserBuilderRDFParserBuilder. context(Context context)Set the context for the parser when built.RDFWriterBuilderRDFWriterBuilder. context(Context context)Set the context for the writer when built.static ResultSetResultSetMgr. parse(java.lang.String uri, Lang hintLang, Context context)Read ResultSet.voidReaderRIOT. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Read from an InputStream and output RDF on the StreamRDF.voidReaderRIOT. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Read from an InputStream and output RDF on the StreamRDF.voidReaderRIOTBase. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)abstract voidReaderRIOTBase. read(java.io.InputStream in, java.lang.String baseURI, Lang lang, StreamRDF output, Context context)voidWriterDatasetRIOT. write(java.io.OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterDatasetRIOT. write(java.io.Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, java.lang.String baseURI, Context context)Use of Writer is discouraged - let the serializer manage character sets in accordance with the formatvoidWriterGraphRIOT. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterGraphRIOT. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)Use of Writer is discouraged - let the serializer manage character sets in accordance with the format -
Uses of Context in org.apache.jena.riot.adapters
Methods in org.apache.jena.riot.adapters with parameters of type Context Modifier and Type Method Description voidAdapterRDFWriter. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidAdapterRDFWriter. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.lang
Methods in org.apache.jena.riot.lang with parameters of type Context Modifier and Type Method Description voidJsonLDReader. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidJsonLDReader. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRDFNULL. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRDFNULL. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRIOTRDFXML. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRIOTRDFXML. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderTriX. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderTriX. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.extra
Methods in org.apache.jena.riot.lang.extra with parameters of type Context Modifier and Type Method Description voidTurtleJavaccReaderRIOT. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidTurtleJavaccReaderRIOT. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.resultset
Methods in org.apache.jena.riot.resultset with parameters of type Context Modifier and Type Method Description default ResultSetResultSetReader. read(java.io.InputStream in, Context context)Read from anInputStreamand produce aResultSet.default ResultSetResultSetReader. read(java.io.Reader in, Context context)UsingResultSetReader.read(InputStream, Context)is preferred.SPARQLResultResultSetReader. readAny(java.io.InputStream in, Context context)Read from anInputStreamand produce aSPARQLResult.voidResultSetWriter. write(java.io.OutputStream out, boolean result, Context context)Write a boolean result to the output streamvoidResultSetWriter. write(java.io.OutputStream out, ResultSet resultSet, Context context)Write the ResultSet to the OutputStreamvoidResultSetWriter. write(java.io.Writer out, ResultSet resultSet, Context context)UsingResultSetWriter.write(OutputStream, ResultSet, Context)is preferred. -
Uses of Context in org.apache.jena.riot.resultset.rw
Methods in org.apache.jena.riot.resultset.rw with parameters of type Context Modifier and Type Method Description ResultsReader.BuilderResultsReader.Builder. context(Context context)Set theContext.ResultsWriter.BuilderResultsWriter.Builder. context(Context context)Set theContext.static voidResultSetWriterText. output(org.apache.jena.atlas.io.AWriter out, ResultSet resultSet, java.lang.String colStart, java.lang.String colSep, java.lang.String colEnd, Context cxt)static voidResultSetWriterText. output(org.apache.jena.atlas.io.AWriter out, ResultSet resultSet, Context cxt)static SPARQLResultReadAnything. read(java.lang.String url, Context context)Read something RDF/SPARQL likeResultSetResultSetReaderCSV. read(java.io.InputStream in, Context context)ResultSetResultSetReaderThrift. read(java.io.InputStream in, Context context)ResultSetResultSetReaderThrift. read(java.io.Reader in, Context context)ResultSetResultSetReaderTSV. read(java.io.InputStream in, Context context)ResultSetResultSetReaderXML. read(java.io.Reader in, Context context)static SPARQLResultResultsStAX. read(java.io.InputStream in, Model model, Context context)static SPARQLResultResultsStAX. read(java.io.Reader in, Model model, Context context)SPARQLResultResultSetReaderCSV. readAny(java.io.InputStream in, Context context)SPARQLResultResultSetReaderJSON. readAny(java.io.InputStream in, Context context)SPARQLResultResultSetReaderThrift. readAny(java.io.InputStream in, Context context)SPARQLResultResultSetReaderTSV. readAny(java.io.InputStream in, Context context)SPARQLResultResultSetReaderXML. readAny(java.io.InputStream in, Context context)voidResultSetWriterCSV. write(java.io.OutputStream out, boolean result, Context context)voidResultSetWriterCSV. write(java.io.OutputStream out, ResultSet resultSet, Context context)voidResultSetWriterCSV. write(java.io.Writer out, ResultSet resultSet, Context context)voidResultSetWriterJSON. write(java.io.OutputStream outStream, boolean result, Context context)voidResultSetWriterJSON. write(java.io.OutputStream outStream, ResultSet resultSet, Context context)voidResultSetWriterJSON. write(java.io.Writer out, ResultSet resultSet, Context context)voidResultSetWriterNone. write(java.io.OutputStream out, boolean result, Context context)voidResultSetWriterNone. write(java.io.OutputStream out, ResultSet resultSet, Context context)voidResultSetWriterNone. write(java.io.Writer out, ResultSet resultSet, Context context)voidResultSetWriterText. write(java.io.OutputStream out, boolean result, Context context)voidResultSetWriterText. write(java.io.OutputStream out, ResultSet resultSet, Context context)voidResultSetWriterText. write(java.io.Writer out, ResultSet resultSet, Context context)voidResultSetWriterThrift. write(java.io.OutputStream out, boolean result, Context context)voidResultSetWriterThrift. write(java.io.OutputStream out, ResultSet resultSet, Context context)voidResultSetWriterThrift. write(java.io.Writer out, ResultSet resultSet, Context context)voidResultSetWriterTSV. write(java.io.OutputStream out, boolean result, Context context)voidResultSetWriterTSV. write(java.io.OutputStream out, ResultSet resultSet, Context context)voidResultSetWriterTSV. write(java.io.Writer out, ResultSet resultSet, Context context)voidResultSetWriterXML. write(java.io.OutputStream outStream, boolean result, Context context)voidResultSetWriterXML. write(java.io.OutputStream outStream, ResultSet resultSet, Context context)voidResultSetWriterXML. write(java.io.Writer out, ResultSet resultSet, Context context) -
Uses of Context in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system with parameters of type Context Modifier and Type Method Description StreamRDFStreamRDFWriterFactory. create(java.io.OutputStream output, RDFFormat format, Context context)static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, Lang lang, Context context)Get a StreamRDF destination that will output in syntaxLangand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, RDFFormat format, Context context)Get a StreamRDF destination that will output in syntaxRDFFormatand is guaranteed to do so in a scaling, streaming fashion.static voidStreamRDFWriter. write(java.io.OutputStream output, Graph graph, Lang lang, Context context)Write a Graph in streaming fashionstatic voidStreamRDFWriter. write(java.io.OutputStream output, Graph graph, RDFFormat format, Context context)Write a Graph in streaming fashionstatic voidStreamRDFWriter. write(java.io.OutputStream output, DatasetGraph datasetGraph, Lang lang, Context context)Write a DatasetGraph in streaming fashionstatic voidStreamRDFWriter. write(java.io.OutputStream output, DatasetGraph datasetGraph, RDFFormat format, Context context)Write a DatasetGraph in streaming fashionConstructors in org.apache.jena.riot.system with parameters of type Context Constructor Description ParserProfileStd(FactoryRDF factory, ErrorHandler errorHandler, IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode) -
Uses of Context in org.apache.jena.riot.system.stream
Methods in org.apache.jena.riot.system.stream with parameters of type Context Modifier and Type Method Description static StreamManagerStreamManager. get(Context context)Return theStreamManagerin a context, or the global one if the context is null or does not contain a valid entry for aStreamManager. -
Uses of Context in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift with parameters of type Context Modifier and Type Method Description voidWriterDatasetThrift. write(java.io.OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterDatasetThrift. write(java.io.Writer out, DatasetGraph dsg, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterGraphThrift. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterGraphThrift. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.writer
Methods in org.apache.jena.riot.writer with parameters of type Context Modifier and Type Method Description static NodeFormatterTurtleShell. createNodeFormatter(PrefixMap pmap, java.lang.String baseURI, Context context)static java.lang.ObjectJsonLDWriter. toJsonLDJavaAPI(RDFFormat.JSONLDVariant variant, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context jenaContext)the JsonLD-java API object corresponding to a dataset and a JsonLD format.voidJsonLDWriter. write(java.io.OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidJsonLDWriter. write(java.io.Writer out, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidNQuadsWriter. write(java.io.OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidNQuadsWriter. write(java.io.Writer out, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidNTriplesWriter. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidNTriplesWriter. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidNullWriter. write(java.io.OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidNullWriter. write(java.io.Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidRDFJSONWriter. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidRDFJSONWriter. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidTriGWriterBase. write(java.io.OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidTriGWriterBase. write(java.io.Writer out, DatasetGraph dsg, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidTurtleWriterBase. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidTurtleWriterBase. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)abstract voidWriterDatasetRIOTBase. write(java.io.OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context context)abstract voidWriterDatasetRIOTBase. write(java.io.Writer out, DatasetGraph dataset, PrefixMap prefixMap, java.lang.String baseURI, Context context)abstract voidWriterGraphRIOTBase. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)abstract voidWriterGraphRIOTBase. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterTriX. write(java.io.OutputStream out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterTriX. write(java.io.OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterTriX. write(java.io.Writer out, Graph graph, PrefixMap prefixMap, java.lang.String baseURI, Context context)voidWriterTriX. write(java.io.Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, java.lang.String baseURI, Context context)Constructors in org.apache.jena.riot.writer with parameters of type Context Constructor Description WriterStreamRDFBase(java.io.OutputStream output, Context context)WriterStreamRDFBase(java.io.Writer output, Context context)WriterStreamRDFBase(org.apache.jena.atlas.io.IndentedWriter output, Context context)WriterStreamRDFBlocks(java.io.OutputStream output, Context context)WriterStreamRDFBlocks(java.io.Writer output, Context context)WriterStreamRDFBlocks(org.apache.jena.atlas.io.IndentedWriter output, Context context)WriterStreamRDFFlat(java.io.OutputStream output, Context context)WriterStreamRDFFlat(java.io.Writer output, Context context)WriterStreamRDFFlat(org.apache.jena.atlas.io.IndentedWriter output, Context context) -
Uses of Context in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type Context Modifier and Type Method Description static OpPropertyFunctionGenerator. buildPropertyFunctions(PropertyFunctionRegistry registry, OpBGP opBGP, Context context)static OpAlgebra. optimize(Op op, Context context)Apply static transformations to a query to optimize itConstructors in org.apache.jena.sparql.algebra with parameters of type Context Constructor Description AlgebraGenerator(Context context)Create a new generator -
Uses of Context in org.apache.jena.sparql.algebra.optimize
Methods in org.apache.jena.sparql.algebra.optimize with parameters of type Context Modifier and Type Method Description RewriteRewriteFactory. create(Context context)Create an object that can rewrite algebra expressionsstatic OpOptimize. optimize(Op op, Context context)Optimize based on all optionsstatic OpTransformPropertyFunction. transform(Op op, Context context)Apply the property function transformation.Constructors in org.apache.jena.sparql.algebra.optimize with parameters of type Context Constructor Description OptimizerMinimal(Context context)OptimizerStd(Context context)OpVisitorExprPrepare(Context context)TransformPropertyFunction(Context context) -
Uses of Context in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return Context Modifier and Type Method Description ContextDatasetGraph. getContext()Get the context associated with this object - may be nullContextDatasetGraphBase. getContext()ContextDatasetGraphWrapper. getContext()ContextDatasetImpl. getContext()Methods in org.apache.jena.sparql.core with parameters of type Context Modifier and Type Method Description static DatasetDescriptionDatasetDescription. create(Query query, Context context)Create a dataset description, given a query and context.static DatasetDescriptionDatasetDescription. create(Context context)Create a dataset description, given a context.static VarAllocVarAlloc. get(Context context, Symbol name)Constructors in org.apache.jena.sparql.core with parameters of type Context Constructor Description DatasetGraphReadOnly(DatasetGraph dsg, Context cxt)DatasetGraphWrapper(DatasetGraph dsg, Context context)Create a operations wrapper arounddsgwithcontext. -
Uses of Context in org.apache.jena.sparql.core.assembler
Methods in org.apache.jena.sparql.core.assembler that return Context Modifier and Type Method Description static ContextAssemblerUtils. parseContext(Resource r)Look for and build context declarations.Methods in org.apache.jena.sparql.core.assembler with parameters of type Context Modifier and Type Method Description static voidAssemblerUtils. mergeContext(Resource r, Context context)Look for and merge in context declarations. -
Uses of Context in org.apache.jena.sparql.core.describe
Methods in org.apache.jena.sparql.core.describe with parameters of type Context Modifier and Type Method Description static DescribeHandlerRegistryDescribeHandlerRegistry. get(Context context)static voidDescribeHandlerRegistry. set(Context context, DescribeHandlerRegistry reg)voidDescribeBNodeClosure. start(Model accumulateResultModel, Context cxt)voidDescribeHandler. start(Model accumulateResultModel, Context qContext)Start the describe process, passing in the result model. -
Uses of Context in org.apache.jena.sparql.engine
Methods in org.apache.jena.sparql.engine that return Context Modifier and Type Method Description ContextExecutionContext. getContext()ContextQueryExecutionBase. getContext()Methods in org.apache.jena.sparql.engine with parameters of type Context Modifier and Type Method Description booleanQueryEngineFactory. accept(Query query, DatasetGraph dataset, Context context)Detect appropriate requests for a particular query engine for a particular graph type.booleanQueryEngineFactory. accept(Op op, DatasetGraph dataset, Context context)Detect appropriate requests for a particular query engine for a particular graph type.booleanQueryEngineFactoryWrapper. accept(Query query, DatasetGraph dsg, Context context)booleanQueryEngineFactoryWrapper. accept(Op op, DatasetGraph dsg, Context context)PlanQueryEngineFactory. create(Query query, DatasetGraph dataset, Binding inputBinding, Context context)Call to create aPlan: the companionQueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context)will have returnedtrue.PlanQueryEngineFactory. create(Op op, DatasetGraph dataset, Binding inputBinding, Context context)Call to create aPlan: the companionQueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context)will have returnedtrue.PlanQueryEngineFactoryWrapper. create(Query query, DatasetGraph dsg, Binding inputBinding, Context context)PlanQueryEngineFactoryWrapper. create(Op op, DatasetGraph dsg, Binding inputBinding, Context context)QueryIteratorOpEval. evaluate(Op op, DatasetGraph dsg, Binding binding, Context context)QueryIteratorQueryEngineBase. evaluate(Op op, DatasetGraph dsg, Binding binding, Context context)QueryEngineFactoryQueryEngineRegistry. find(Query query, DatasetGraph dataset, Context context)Locate a suitable factory for this query and datasetQueryEngineFactoryQueryEngineRegistry. find(Op op, DatasetGraph dataset, Context context)Locate a suitable factory for this algebra expression and datasetstatic QueryEngineFactoryQueryEngineRegistry. findFactory(Query query, DatasetGraph dataset, Context context)Locate a suitable factory for this query and dataset from the default registrystatic QueryEngineFactoryQueryEngineRegistry. findFactory(Op op, DatasetGraph dataset, Context context)Locate a suitable factory for this algebra expression and dataset from the default registryConstructors in org.apache.jena.sparql.engine with parameters of type Context Constructor Description ExecutionContext(Context params, Graph activeGraph, DatasetGraph dataset, OpExecutorFactory factory)QueryExecutionBase(Query query, Dataset dataset, Context context, QueryEngineFactory qeFactory)QueryExecutionBase(Query query, DatasetGraph datasetGraph, Context context, QueryEngineFactory qeFactory) -
Uses of Context in org.apache.jena.sparql.engine.http
Methods in org.apache.jena.sparql.engine.http that return Context Modifier and Type Method Description ContextQueryEngineHTTP. getContext()Methods in org.apache.jena.sparql.engine.http with parameters of type Context Modifier and Type Method Description static QueryIteratorService. exec(OpService op, Context context)Executes a service operator -
Uses of Context in org.apache.jena.sparql.engine.main
Methods in org.apache.jena.sparql.engine.main with parameters of type Context Modifier and Type Method Description static StageGeneratorStageBuilder. chooseStageGenerator(Context context)QueryIteratorQueryEngineMain. eval(Op op, DatasetGraph dsg, Binding input, Context context)static OpExecutorFactoryQC. getFactory(Context context)static StageGeneratorStageBuilder. getGenerator(Context context)static voidQC. setFactory(Context context, OpExecutorFactory factory)static voidStageBuilder. setGenerator(Context context, StageGenerator stageGenerator)Constructors in org.apache.jena.sparql.engine.main with parameters of type Context Constructor Description QueryEngineMain(Query query, DatasetGraph dataset, Binding input, Context context)QueryEngineMain(Op op, DatasetGraph dataset, Binding input, Context context)QueryEngineMainQuad(Query query, DatasetGraph dataset, Binding input, Context context)QueryEngineMainQuad(Op op, DatasetGraph dataset, Binding input, Context context) -
Uses of Context in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type Context Modifier and Type Method Description QueryIteratorQueryEngineRef. eval(Op op, DatasetGraph dsg, Binding binding, Context context)Constructors in org.apache.jena.sparql.engine.ref with parameters of type Context Constructor Description QueryEngineRef(Op op, DatasetGraph dataset, Binding input, Context context)QueryEngineRef(Op op, DatasetGraph dataset, Context context)QueryEngineRefQuad(Op op, DatasetGraph dataset, Binding input, Context context)QueryEngineRefQuad(Op op, DatasetGraph dataset, Context context) -
Uses of Context in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr with parameters of type Context Modifier and Type Method Description voidE_Function. buildFunction(Context cxt)voidExprList. prepareExprs(Context context)Constructors in org.apache.jena.sparql.expr with parameters of type Context Constructor Description ExprBuild(Context context) -
Uses of Context in org.apache.jena.sparql.function
Methods in org.apache.jena.sparql.function that return Context Modifier and Type Method Description ContextFunctionEnv. getContext()Return the context for this function callContextFunctionEnvBase. getContext()Methods in org.apache.jena.sparql.function with parameters of type Context Modifier and Type Method Description static FunctionRegistryFunctionRegistry. get(Context context)static voidFunctionRegistry. set(Context context, FunctionRegistry reg)Constructors in org.apache.jena.sparql.function with parameters of type Context Constructor Description FunctionEnvBase(Context context)FunctionEnvBase(Context context, Graph activeGraph, DatasetGraph dataset) -
Uses of Context in org.apache.jena.sparql.mgt
Methods in org.apache.jena.sparql.mgt with parameters of type Context Modifier and Type Method Description static voidExplain. explain(java.lang.String message, Node s, Path path, Node o, Context context)static voidExplain. explain(java.lang.String message, Query query, Context context)static voidExplain. explain(java.lang.String message, Op op, Context context)static voidExplain. explain(java.lang.String message, BasicPattern bgp, Context context)static voidExplain. explain(java.lang.String message, QuadPattern quads, Context context)static voidExplain. explain(Node s, Path path, Node o, Context context)static voidExplain. explain(Query query, Context context)static voidExplain. explain(Op op, Context context)static voidExplain. explain(BasicPattern bgp, Context context)static voidExplain. explain(Context context, java.lang.String message)static voidExplain. explain(Context context, java.lang.String format, java.lang.Object... args)static booleanExplain. explaining(Explain.InfoLevel level, org.slf4j.Logger logger, Context context)Constructors in org.apache.jena.sparql.mgt with parameters of type Context Constructor Description ContextMBean(Context context) -
Uses of Context in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return Context Modifier and Type Method Description ContextUpdateProcessorBase. getContext()ContextUpdateProcessorStreamingBase. getContext()ContextUpdateProcessRemoteBase. getContext()Methods in org.apache.jena.sparql.modify with parameters of type Context Modifier and Type Method Description booleanUpdateEngineFactory. accept(DatasetGraph datasetGraph, Context context)Answer whether this factory can produce an UpdateEngine for the specified GraphStoreUpdateEngineUpdateEngineFactory. create(DatasetGraph datasetGraph, Binding inputBinding, Context context)Create the update engine - having returned true to accept, should not failUpdateEngineFactoryUpdateEngineRegistry. find(DatasetGraph graphStore, Context context)Locate a suitable factory for this datasetstatic UpdateEngineFactoryUpdateEngineRegistry. findFactory(DatasetGraph graphStore, Context context)Locate a suitable factory for this dataset from the default registryConstructors in org.apache.jena.sparql.modify with parameters of type Context Constructor Description UpdateEngineBase(DatasetGraph datasetGraph, Binding inputBinding, Context context)UpdateEngineMain(DatasetGraph datasetGraph, Binding inputBinding, Context context)Creates a new Update EngineUpdateEngineNonStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context)Creates a new Update EngineUpdateEngineWorker(DatasetGraph datasetGraph, Binding inputBinding, Context context)UpdateProcessorBase(UpdateRequest request, DatasetGraph datasetGraph, Binding inputBinding, Context context, UpdateEngineFactory factory)UpdateProcessorStreamingBase(DatasetGraph datasetGraph, Binding inputBinding, Prologue prologue, Context context, UpdateEngineFactory factory)UpdateProcessRemote(UpdateRequest request, java.lang.String endpoint, Context context)Creates a new remote update processor that uses the application/sparql-update submission methodUpdateProcessRemote(UpdateRequest request, java.lang.String endpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Creates a new remote update processor that uses the application/sparql-update submission methodUpdateProcessRemoteBase(UpdateRequest request, java.lang.String endpoint, Context context)Creates a new remote update processorUpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context)Creates a new remote update processor that uses the form URL encoded submission methodUpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Creates a new remote update processor that uses the form URL encoded submission method -
Uses of Context in org.apache.jena.sparql.path.eval
Methods in org.apache.jena.sparql.path.eval with parameters of type Context Modifier and Type Method Description static java.util.Iterator<Node>PathEval. eval(Graph graph, Node node, Path path, Context context)Evaluate a path : SPARQL semanticsstatic java.util.Iterator<Node>PathEval. evalReverse(Graph graph, Node node, Path path, Context context)Evaluate a pathConstructors in org.apache.jena.sparql.path.eval with parameters of type Context Constructor Description PathEngineSPARQL(Graph graph, Context context) -
Uses of Context in org.apache.jena.sparql.pfunction
Methods in org.apache.jena.sparql.pfunction with parameters of type Context Modifier and Type Method Description static PropertyFunctionRegistryPropertyFunctionRegistry. chooseRegistry(Context context)Get the PropertyFunctionRegistry, defaulting to the global onestatic PropertyFunctionRegistryPropertyFunctionRegistry. get(Context context)static voidPropertyFunctionRegistry. set(Context context, PropertyFunctionRegistry reg) -
Uses of Context in org.apache.jena.sparql.procedure
Methods in org.apache.jena.sparql.procedure with parameters of type Context Modifier and Type Method Description static ProcedureRegistryProcedureRegistry. get(Context context)static voidProcedureRegistry. set(Context context, ProcedureRegistry reg) -
Uses of Context in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset with parameters of type Context Modifier and Type Method Description static voidXMLOutput. setStylesheetURL(Context cxt, java.lang.String stylesheetURL)Deprecated.Set the XML style sheet processing instruction<?xml-stylesheet...>.static voidXMLOutput. setXMLinstruction(Context cxt, java.lang.Boolean value)Deprecated.Set whether to include<?xml ...>. -
Uses of Context in org.apache.jena.sparql.util
Fields in org.apache.jena.sparql.util declared as Context Modifier and Type Field Description static ContextContext. emptyContextMethods in org.apache.jena.sparql.util that return Context Modifier and Type Method Description ContextContext. copy()Return a copy of this context.ContextDyadicDatasetGraph. getContext()static ContextContext. mergeCopy(Context contextGlobal, Context contextLocal)Merge an outer (defaults to the system global context) and local context to produce a new context The new context is always a separate copy.static ContextContext. setupContextForDataset(Context globalContext, DatasetGraph dataset)Setup a context using another context and a dataset.Methods in org.apache.jena.sparql.util with parameters of type Context Modifier and Type Method Description static ContextContext. mergeCopy(Context contextGlobal, Context contextLocal)Merge an outer (defaults to the system global context) and local context to produce a new context The new context is always a separate copy.voidContext. putAll(Context other)DatasetGraphDyadicDatasetGraph. setContext(Context c)static voidContext. setCurrentDateTime(Context context)static ContextContext. setupContextForDataset(Context globalContext, DatasetGraph dataset)Setup a context using another context and a dataset.Constructors in org.apache.jena.sparql.util with parameters of type Context Constructor Description Context(Context cxt)Create a context and initialize it with a copy of the named values of another one.DifferenceDatasetGraph(DatasetGraph left, DatasetGraph right, Context c)IntersectionDatasetGraph(DatasetGraph left, DatasetGraph right, Context c)UnionDatasetGraph(DatasetGraph left, DatasetGraph right, Context c) -
Uses of Context in org.apache.jena.sparql.util.compose
Methods in org.apache.jena.sparql.util.compose with parameters of type Context Modifier and Type Method Description static DatasetDatasetLib. difference(Dataset d1, Dataset d2, Context c)static DatasetDatasetLib. intersection(Dataset d1, Dataset d2, Context c)static DatasetDatasetLib. union(Dataset d1, Dataset d2, Context c) -
Uses of Context in org.apache.jena.update
Methods in org.apache.jena.update that return Context Modifier and Type Method Description ContextUpdateProcessor. getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).ContextUpdateProcessorStreaming. getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).Methods in org.apache.jena.update with parameters of type Context Modifier and Type Method Description static UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(Update update, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorStreamingUpdateExecutionFactory. createStreaming(Dataset dataset, QuerySolution inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingUpdateExecutionFactory. createStreaming(Dataset dataset, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingUpdateExecutionFactory. createStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingUpdateExecutionFactory. createStreaming(DatasetGraph datasetGraph, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
-