Uses of Class
org.alfresco.repo.config.ConfigDataCache.ConfigData
-
Packages that use ConfigDataCache.ConfigData Package Description org.alfresco.repo.config org.alfresco.repo.config.xml -
-
Uses of ConfigDataCache.ConfigData in org.alfresco.repo.config
Subclasses of ConfigDataCache.ConfigData in org.alfresco.repo.config Modifier and Type Class Description static classConfigDataCache.ImmutableConfigDataImmutable version ofConfigDataCache.ConfigDatato ensure cast-iron safety of data being put into the caches.Methods in org.alfresco.repo.config that return ConfigDataCache.ConfigData Modifier and Type Method Description protected ConfigDataCache.ConfigDataConfigDataCache. buildCache(java.lang.String tenantId)Constructors in org.alfresco.repo.config with parameters of type ConfigDataCache.ConfigData Constructor Description ImmutableConfigData(ConfigDataCache.ConfigData configData)Copy constructor that prevents any data from being changed. -
Uses of ConfigDataCache.ConfigData in org.alfresco.repo.config.xml
Methods in org.alfresco.repo.config.xml that return ConfigDataCache.ConfigData Modifier and Type Method Description ConfigDataCache.ConfigDataRepoXMLConfigService. getRepoConfig(java.lang.String tenantDomain)Get the repository configuration data for a given tenant.
-