Class StorageStrategyUtils
java.lang.Object
fr.gouv.vitam.storage.engine.common.utils.StorageStrategyUtils
Storage strategy utils.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkReferentOfferUsageInStrategiesValid
(List<StorageStrategy> storageStrategies) static void
checkStrategy
(String storageStrategy, List<StorageStrategy> referentialStrategies, String variableName, boolean referentOffersMandatory) loadOfferIds
(String storageStrategyId, List<StorageStrategy> storageStrategies)
-
Constructor Details
-
StorageStrategyUtils
public StorageStrategyUtils()
-
-
Method Details
-
checkStrategy
public static void checkStrategy(String storageStrategy, List<StorageStrategy> referentialStrategies, String variableName, boolean referentOffersMandatory) throws StorageStrategyNotFoundException, StorageStrategyReferentOfferException -
loadOfferIds
public static List<String> loadOfferIds(String storageStrategyId, List<StorageStrategy> storageStrategies) throws StorageStrategyNotFoundException - Throws:
StorageStrategyNotFoundException
-
checkReferentOfferUsageInStrategiesValid
public static boolean checkReferentOfferUsageInStrategiesValid(List<StorageStrategy> storageStrategies)
-