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 DedicatedTenantConfiguration
DedicatedTenantConfiguration. setLogbookoperation(CollectionConfiguration logbookoperation)
DedicatedTenantConfiguration
DedicatedTenantConfiguration. 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 LogbookIndexationConfiguration
LogbookIndexationConfiguration. 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)
-