Uses of Class
nl.knaw.dans.layerstore.Item
-
Uses of Item in nl.knaw.dans.layerstore
Methods in nl.knaw.dans.layerstore that return ItemModifier and TypeMethodDescriptionItem.ItemBuilder.build()DirectoryTreeItemIterator.next()DmfTarArchiveItemIterator.next()TarArchiveItemIterator.next()ZipArchiveItemIterator.next()ItemRecord.toItem()Methods in nl.knaw.dans.layerstore that return types with arguments of type ItemModifier and TypeMethodDescriptionItemsMismatchException.getMissingInDb()ItemsMismatchException.getMissingInStorage()Archive.listAllItems()Lists all items in the archive.DmfTarArchive.listAllItems()Layer.listAllItems()Lists the items in this layer.TarArchive.listAllItems()ZipArchive.listAllItems()ItemStore.listDirectory(String directoryPath) Returns the items in the given directory, taking into account the complete stack of layers.LayerDatabase.listDirectory(String directoryPath) Lists the items indirectoryPath.LayerDatabaseImpl.listDirectory(String directoryPath) LayeredItemStore.listDirectory(String directoryPath) ItemStore.listRecursive(String directoryPath) Returns the files and directories in the given directory and its subdirectories.LayerDatabase.listRecursive(String directoryPath) Lists the items indirectoryPathrecursively.LayerDatabaseImpl.listRecursive(String directoryPath) LayeredItemStore.listRecursive(String directoryPath) Constructor parameters in nl.knaw.dans.layerstore with type arguments of type ItemModifierConstructorDescriptionItemsMismatchException(List<Item> missingInDb, List<Item> missingInStorage)