Uses of Class
nl.knaw.dans.layerstore.ItemRecord
-
Uses of ItemRecord in nl.knaw.dans.layerstore
Modifier and TypeMethodDescriptionLayerDatabase.addDirectory
(long layerId, String path) Adds a directory to the database.LayerDatabaseImpl.addDirectory
(long layerId, String path) LayerDatabase.getAllRecords()
Retrieves a stream of all the records in the database.LayerDatabaseImpl.getAllRecords()
LayerDatabase.getRecordsByPath
(String path) Returns the records for the given path in any layer.LayerDatabaseImpl.getRecordsByPath
(String path) Modifier and TypeMethodDescriptionvoid
LayerDatabase.saveRecords
(ItemRecord... records) Save records to the database.void
LayerDatabaseImpl.saveRecords
(ItemRecord... records) ModifierConstructorDescriptionLayerDatabaseImpl
(nl.knaw.dans.lib.util.PersistenceProvider<ItemRecord> persistenceProvider)