Uses of Class
fr.gouv.vitam.logbook.common.server.config.GroupedTenantConfiguration
-
Packages that use GroupedTenantConfiguration Package Description fr.gouv.vitam.logbook.common.server.config -
-
Uses of GroupedTenantConfiguration in fr.gouv.vitam.logbook.common.server.config
Methods in fr.gouv.vitam.logbook.common.server.config that return GroupedTenantConfiguration Modifier and Type Method Description GroupedTenantConfiguration
GroupedTenantConfiguration. setLogbookoperation(CollectionConfiguration logbookoperation)
GroupedTenantConfiguration
GroupedTenantConfiguration. setName(java.lang.String name)
GroupedTenantConfiguration
GroupedTenantConfiguration. setTenants(java.lang.String tenants)
Methods in fr.gouv.vitam.logbook.common.server.config that return types with arguments of type GroupedTenantConfiguration Modifier and Type Method Description java.util.List<GroupedTenantConfiguration>
LogbookIndexationConfiguration. getGroupedTenantConfiguration()
Method parameters in fr.gouv.vitam.logbook.common.server.config with type arguments of type GroupedTenantConfiguration Modifier and Type Method Description LogbookIndexationConfiguration
LogbookIndexationConfiguration. setGroupedTenantConfiguration(java.util.List<GroupedTenantConfiguration> groupedTenantConfiguration)
-