Uses of Class
fr.gouv.vitam.metadata.core.config.DedicatedTenantConfiguration
Packages that use DedicatedTenantConfiguration
Package
Description
Provides API configuration classes for the Metadata module
-
Uses of DedicatedTenantConfiguration in fr.gouv.vitam.metadata.core.config
Methods in fr.gouv.vitam.metadata.core.config that return DedicatedTenantConfigurationModifier and TypeMethodDescriptionDedicatedTenantConfiguration.setObjectgroup
(CollectionConfiguration objectgroup) DedicatedTenantConfiguration.setTenants
(String tenants) DedicatedTenantConfiguration.setUnit
(CollectionConfiguration unit) Methods in fr.gouv.vitam.metadata.core.config that return types with arguments of type DedicatedTenantConfigurationModifier and TypeMethodDescriptionMetadataIndexationConfiguration.getDedicatedTenantConfiguration()
Method parameters in fr.gouv.vitam.metadata.core.config with type arguments of type DedicatedTenantConfigurationModifier and TypeMethodDescriptionMetadataIndexationConfiguration.setDedicatedTenantConfiguration
(List<DedicatedTenantConfiguration> dedicatedTenantConfiguration) Constructor parameters in fr.gouv.vitam.metadata.core.config with type arguments of type DedicatedTenantConfigurationModifierConstructorDescriptionMetadataIndexationConfiguration
(DefaultCollectionConfiguration defaultCollectionConfiguration, List<DedicatedTenantConfiguration> dedicatedTenantConfiguration, List<GroupedTenantConfiguration> groupedTenantConfiguration)