Uses of Class
fr.gouv.vitam.logbook.common.server.config.DedicatedTenantConfiguration
-
Packages that use DedicatedTenantConfiguration Package Description fr.gouv.vitam.logbook.common.server.config -
-
Uses of DedicatedTenantConfiguration in fr.gouv.vitam.logbook.common.server.config
Methods in fr.gouv.vitam.logbook.common.server.config that return DedicatedTenantConfiguration Modifier and Type Method Description DedicatedTenantConfigurationDedicatedTenantConfiguration. setLogbookoperation(CollectionConfiguration logbookoperation)DedicatedTenantConfigurationDedicatedTenantConfiguration. setTenants(java.lang.String tenants)Methods in fr.gouv.vitam.logbook.common.server.config that return types with arguments of type DedicatedTenantConfiguration Modifier and Type Method Description java.util.List<DedicatedTenantConfiguration>LogbookIndexationConfiguration. getDedicatedTenantConfiguration()Method parameters in fr.gouv.vitam.logbook.common.server.config with type arguments of type DedicatedTenantConfiguration Modifier and Type Method Description LogbookIndexationConfigurationLogbookIndexationConfiguration. setDedicatedTenantConfiguration(java.util.List<DedicatedTenantConfiguration> dedicatedTenantConfiguration)Constructor parameters in fr.gouv.vitam.logbook.common.server.config with type arguments of type DedicatedTenantConfiguration Constructor Description LogbookIndexationConfiguration(DefaultCollectionConfiguration defaultCollectionConfiguration, java.util.List<DedicatedTenantConfiguration> dedicatedTenantConfiguration, java.util.List<GroupedTenantConfiguration> groupedTenantConfiguration)
-