Uses of Class
tech.oxfordsemantic.jrdfox.client.ImportResult
Packages that use ImportResult
-
Uses of ImportResult in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ImportResultModifier and TypeMethodDescriptionDataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph, boolean translateAssertions, ResourceValue destinationGraph, UpdateType updateType) Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.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.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, File file) Imports the data from the given file into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputStream inputStream) Imports the data from the given input stream into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, String content) Imports the data from the given string into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.DataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store Triples in the default graph will be put into the named graph specified using thedefaultGraphparameter.DataStoreConnection.importData(UpdateType updateType, File file) Imports the data from the given file into the data store.DataStoreConnection.importData(UpdateType updateType, InputStream inputStream) Imports the data from the given input stream into the data store.DataStoreConnection.importData(UpdateType updateType, String content) Imports the data from the given string into the data store.DataStoreConnection.importData(UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.DataStoreConnection.importData(UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ImportResultModifier and TypeMethodDescriptionvoidImportNotificationMonitor.importProcessFinished(ImportResult importResult) Called at the end of importation to notify the monitor about the results.