Uses of Class
fr.gouv.vitam.metadata.core.config.GroupedTenantConfiguration
-
Packages that use GroupedTenantConfiguration Package Description fr.gouv.vitam.metadata.core.config Provides API configuration classes for the Metadata module -
-
Uses of GroupedTenantConfiguration in fr.gouv.vitam.metadata.core.config
Methods in fr.gouv.vitam.metadata.core.config that return GroupedTenantConfiguration Modifier and Type Method Description GroupedTenantConfiguration
GroupedTenantConfiguration. setName(java.lang.String name)
GroupedTenantConfiguration
GroupedTenantConfiguration. setObjectgroup(CollectionConfiguration objectgroup)
GroupedTenantConfiguration
GroupedTenantConfiguration. setTenants(java.lang.String tenants)
GroupedTenantConfiguration
GroupedTenantConfiguration. setUnit(CollectionConfiguration unit)
Methods in fr.gouv.vitam.metadata.core.config that return types with arguments of type GroupedTenantConfiguration Modifier and Type Method Description java.util.List<GroupedTenantConfiguration>
MetadataIndexationConfiguration. getGroupedTenantConfiguration()
Method parameters in fr.gouv.vitam.metadata.core.config with type arguments of type GroupedTenantConfiguration Modifier and Type Method Description MetadataIndexationConfiguration
MetadataIndexationConfiguration. setGroupedTenantConfiguration(java.util.List<GroupedTenantConfiguration> groupedTenantConfiguration)
-