All Superinterfaces:
Extension

public interface RDFTransformer extends Extension
Extension point for the export filters. Different export filters are subsequently invoked on a working copy (in memory, without inference) of the repository to be exported.
Author:
Manuel Fiorelli
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transform(org.eclipse.rdf4j.repository.RepositoryConnection sourceRepositoryConnection, org.eclipse.rdf4j.repository.RepositoryConnection workingRepositoryConnection, org.eclipse.rdf4j.model.IRI[] graphs)
    Apply a (possibly destructive) transformation on a working copy of the source repository.
  • Method Details

    • transform

      void transform(org.eclipse.rdf4j.repository.RepositoryConnection sourceRepositoryConnection, org.eclipse.rdf4j.repository.RepositoryConnection workingRepositoryConnection, org.eclipse.rdf4j.model.IRI[] graphs) throws org.eclipse.rdf4j.common.exception.RDF4JException
      Apply a (possibly destructive) transformation on a working copy of the source repository.
      Parameters:
      sourceRepositoryConnection - a connection to the source (unmodified) repository
      workingRepositoryConnection - a connection to the working of repository
      graphs - graphs to filter. An empty array indicates that every graph (the name of which is an IRI) in the workingRepository is filtered
      Throws:
      org.eclipse.rdf4j.common.exception.RDF4JException