Uses of Class
it.uniroma2.art.semanticturkey.services.core.export.ExportPreconditionViolationException
Packages that use ExportPreconditionViolationException
Package
Description
-
Uses of ExportPreconditionViolationException in it.uniroma2.art.semanticturkey.services.core
Methods in it.uniroma2.art.semanticturkey.services.core that throw ExportPreconditionViolationExceptionModifier and TypeMethodDescriptionvoid
SPARQL.exportGraphQueryResultAsRdf
(jakarta.servlet.http.HttpServletResponse oRes, String query, org.eclipse.rdf4j.query.QueryLanguage ql, boolean includeInferred, Map<String, org.eclipse.rdf4j.model.Value> bindings, int maxExecTime, org.eclipse.rdf4j.model.IRI[] defaultGraphs, org.eclipse.rdf4j.model.IRI[] namedGraphs, TransformationPipeline filteringPipeline, String outputFormat, PluginSpecification deployerSpec, PluginSpecification reformattingExporterSpec) Evaluates a graph query and dumps its result (a graph) to an RDF file, using our filtered export mechanism (seeExport
).static void
Export.exportHelper
(ExtensionPointManager exptManager, STServiceContext stServiceContext, jakarta.servlet.http.HttpServletResponse oRes, org.eclipse.rdf4j.repository.RepositoryConnection sourceRepositoryConnection, org.eclipse.rdf4j.model.IRI[] graphs, TransformationPipeline filteringPipeline, boolean includeInferred, String outputFormat, boolean force, PluginSpecification deployerSpec, PluginSpecification reformattingExporterSpec) -
Uses of ExportPreconditionViolationException in it.uniroma2.art.semanticturkey.services.core.controllers
Methods in it.uniroma2.art.semanticturkey.services.core.controllers that throw ExportPreconditionViolationExceptionModifier and TypeMethodDescriptionvoid
SPARQLController.exportGraphQueryResultAsRdfPublished
(jakarta.servlet.http.HttpServletResponse oRes, String query, org.eclipse.rdf4j.query.QueryLanguage ql, boolean includeInferred, Map<String, org.eclipse.rdf4j.model.Value> bindings, int maxExecTime, org.eclipse.rdf4j.model.IRI[] defaultGraphs, org.eclipse.rdf4j.model.IRI[] namedGraphs, TransformationPipeline filteringPipeline, String outputFormat, PluginSpecification deployerSpec, PluginSpecification reformattingExporterSpec) -
Uses of ExportPreconditionViolationException in it.uniroma2.art.semanticturkey.services.core.export
Subclasses of ExportPreconditionViolationException in it.uniroma2.art.semanticturkey.services.core.exportModifier and TypeClassDescriptionclass
class