Uses of Class
io.goobi.viewer.model.export.bagit.CollectionArchiveConfig
Packages that use CollectionArchiveConfig
Package
Description
Core controller and utility classes of the Goobi viewer.
-
Uses of CollectionArchiveConfig in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return CollectionArchiveConfigModifier and TypeMethodDescriptionConfiguration.getCollectionArchiveConfig(String field, String collectionName) Returns the effective set of enabled archive content types for a single collection, resolving the<default>block for the given field and merging the matching<collection name="…" field="…">sparse override on top of it. -
Uses of CollectionArchiveConfig in io.goobi.viewer.model.export.bagit
Methods in io.goobi.viewer.model.export.bagit with parameters of type CollectionArchiveConfigModifier and TypeMethodDescriptionCollectionArchiveService.generateIfChanged(String field, String collectionName, CollectionArchiveConfig archiveConfig) Generates the archive for a single collection if (and only if) it does not yet exist or its content has changed since the last generation, as determined by comparing the current record count and maximum DATEINDEXED against the state encoded in the existing archive's file name.