Uses of Class
it.uniroma2.art.semanticturkey.services.core.export.TransformationPipeline
Packages that use TransformationPipeline
Package
Description
-
Uses of TransformationPipeline in it.uniroma2.art.semanticturkey.services.core
Methods in it.uniroma2.art.semanticturkey.services.core with parameters of type TransformationPipelineModifier and TypeMethodDescriptionvoidExport.export(jakarta.servlet.http.HttpServletResponse oRes, org.eclipse.rdf4j.model.IRI[] graphs, TransformationPipeline filteringPipeline, boolean includeInferred, String outputFormat, boolean force, PluginSpecification reformattingExporterSpec, PluginSpecification deployerSpec) Exports the content of the currently used project.voidSPARQL.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, ProjectRepository repository) Evaluates a graph query and dumps its result (a graph) to an RDF file, using our filtered export mechanism (seeExport).static voidExport.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) InputOutput.loadRDF(org.springframework.web.multipart.MultipartFile inputFile, String baseURI, String format, TransitiveImportMethodAllowance transitiveImportAllowance, PluginSpecification loaderSpec, PluginSpecification rdfLifterSpec, TransformationPipeline transformationPipeline, boolean validateImplicitly, boolean flattenGraphs) Adds RDF data directly to the ontology being edited (i.e.protected Collection<OntologyImport>InputOutput.loadRDFInternal(org.springframework.web.multipart.MultipartFile inputFile, String baseURI, String format, TransitiveImportMethodAllowance transitiveImportAllowance, org.eclipse.rdf4j.repository.RepositoryConnection conn, PluginSpecification loaderSpec, PluginSpecification rdfLifterSpec, TransformationPipeline transformationPipeline, boolean flattenGraphs) -
Uses of TransformationPipeline in it.uniroma2.art.semanticturkey.services.core.converters
Methods in it.uniroma2.art.semanticturkey.services.core.converters that return TransformationPipelineModifier and TypeMethodDescription -
Uses of TransformationPipeline in it.uniroma2.art.semanticturkey.services.core.export
Methods in it.uniroma2.art.semanticturkey.services.core.export that return TransformationPipelineModifier and TypeMethodDescriptionTransformationPipeline.TransformationPipelineDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)