Uses of Class
nl.knaw.dans.layerstore.ItemRecord
-
Uses of ItemRecord in nl.knaw.dans.layerstore
Methods in nl.knaw.dans.layerstore that return ItemRecordMethods in nl.knaw.dans.layerstore that return types with arguments of type ItemRecordModifier 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) Methods in nl.knaw.dans.layerstore with parameters of type ItemRecordModifier and TypeMethodDescriptionvoid
LayerDatabase.saveRecords
(ItemRecord... records) Save records to the database.void
LayerDatabaseImpl.saveRecords
(ItemRecord... records) Constructor parameters in nl.knaw.dans.layerstore with type arguments of type ItemRecordModifierConstructorDescriptionLayerDatabaseImpl
(nl.knaw.dans.lib.util.PersistenceProvider<ItemRecord> persistenceProvider)