Uses of Interface
tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ImportNotificationMonitor in tech.oxfordsemantic.jrdfox.client
Fields in tech.oxfordsemantic.jrdfox.client declared as ImportNotificationMonitor Modifier and Type Field Description static ImportNotificationMonitor
ImportNotificationMonitor. s_firstErrorExceptionMonitor
Provides a default implementation of an import monitor that throws an exception upon first error notification.static ImportNotificationMonitor
ImportNotificationMonitor. s_nullMonitor
Provides a default implementation of an import monitor that ignores all notifications.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ImportNotificationMonitor Modifier and Type Method Description ImportResult
DataStoreConnection. importAxiomsFromTriples(ResourceValue sourceGraph, boolean translateAssertions, ResourceValue destinationGraph, UpdateType updateType, ImportNotificationMonitor importNotificationMonitor)
Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.ImportResult
DataStoreConnection. importData(ResourceValue defaultGraph, UpdateType updateType, java.util.Collection<InputSourceFactory> inputSourceFactories, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)
Imports the data described by the given input source factories into the current data store.ImportResult
DataStoreConnection. importData(ResourceValue defaultGraph, UpdateType updateType, InputSourceFactory inputSourceFactory, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)
Imports the data described by the given input source factory into the current data store Triples in the default graph will be put into the named graph specified using thedefaultGraph
parameter.ImportResult
DataStoreConnection. importData(UpdateType updateType, java.util.Collection<InputSourceFactory> inputSourceFactories, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)
Imports the data described by the given input source factories into the current data store.ImportResult
DataStoreConnection. importData(UpdateType updateType, InputSourceFactory inputSourceFactory, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)
Imports the data described by the given input source factory into the current data store.