Uses of Interface
edu.wisc.library.ocfl.core.storage.OcflStorage
-
Packages that use OcflStorage Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.storage -
-
Uses of OcflStorage in edu.wisc.library.ocfl.core
Fields in edu.wisc.library.ocfl.core declared as OcflStorage Modifier and Type Field Description protected OcflStorageDefaultOcflRepository. storageMethods in edu.wisc.library.ocfl.core with parameters of type OcflStorage Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. storage(OcflStorage storage)The storage layer the repository should use.Constructors in edu.wisc.library.ocfl.core with parameters of type OcflStorage Constructor Description DefaultMutableOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config, boolean verifyStaging)DefaultOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config, boolean verifyStaging) -
Uses of OcflStorage in edu.wisc.library.ocfl.core.storage
Classes in edu.wisc.library.ocfl.core.storage that implement OcflStorage Modifier and Type Class Description classAbstractOcflStorageOcflStorage abstract implementation that handles managing the repository's state, initialized, open, close.classCachingOcflStorageAdds an Inventory caching layer on top of an OcflStorage implementation.classDefaultOcflStorageImplements the core logic for manipulating OCFL objects.classObjectDetailsDbOcflStorageMethods in edu.wisc.library.ocfl.core.storage that return OcflStorage Modifier and Type Method Description OcflStorageOcflStorageBuilder. build()Creates aOcflStorageobject.Constructors in edu.wisc.library.ocfl.core.storage with parameters of type OcflStorage Constructor Description CachingOcflStorage(Cache<String,Inventory> inventoryCache, OcflStorage delegate)ObjectDetailsDbOcflStorage(ObjectDetailsDatabase objectDetailsDb, OcflStorage delegate)
-