public class TenantRepositoryContainer extends RepositoryContainer implements org.alfresco.repo.tenant.TenantDeployer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
initialized |
protected static org.apache.commons.logging.Log |
logger |
protected org.springframework.beans.factory.ObjectFactory |
registryFactory |
protected org.alfresco.repo.tenant.TenantAdminService |
tenantAdminService
Component Dependencies
|
protected org.alfresco.service.transaction.TransactionService |
transactionService |
protected org.alfresco.repo.cache.SimpleCache |
webScriptsRegistryCache |
| Constructor and Description |
|---|
TenantRepositoryContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.springframework.extensions.webscripts.Registry |
getRegistry() |
void |
init() |
void |
onDisableTenant() |
void |
onEnableTenant() |
void |
reset() |
void |
setRegistryFactory(org.springframework.beans.factory.ObjectFactory registryFactory) |
void |
setTenantAdminService(org.alfresco.repo.tenant.TenantAdminService tenantAdminService) |
void |
setTransactionService(org.alfresco.service.transaction.TransactionService transactionService) |
void |
setWebScriptsRegistryCache(org.alfresco.repo.cache.SimpleCache webScriptsRegistryCache) |
authenticate, executeScript, getDescription, getRequiredAuthentication, getScriptParameters, getTemplateParameters, onApplicationEvent, setAuthorityService, setDescriptorService, setEncryptTempFiles, setFallbackTransactionHelper, setMaxContentSize, setMemoryThreshold, setRepository, setRepositoryImageResolver, setTempDirectoryName, setup, transactionedExecuteallowCallbacks, getApplicationContext, getConfigService, getFormatRegistry, getName, getScriptParameterFactoryRegistry, getScriptProcessorRegistry, getSearchPath, getTemplateProcessorRegistry, setAllowCallbacks, setApplicationContext, setConfigService, setFormatRegistry, setName, setRegistry, setScriptObjects, setScriptParameterFactoryRegistry, setScriptProcessorRegistry, setSearchPath, setTemplateObjects, setTemplateProcessorRegistryprotected static final org.apache.commons.logging.Log logger
protected org.alfresco.repo.tenant.TenantAdminService tenantAdminService
protected org.alfresco.service.transaction.TransactionService transactionService
protected org.springframework.beans.factory.ObjectFactory registryFactory
protected org.alfresco.repo.cache.SimpleCache webScriptsRegistryCache
protected boolean initialized
public void setWebScriptsRegistryCache(org.alfresco.repo.cache.SimpleCache webScriptsRegistryCache)
webScriptsRegistryCache - public void setRegistryFactory(org.springframework.beans.factory.ObjectFactory registryFactory)
registryFactory - public void setTenantAdminService(org.alfresco.repo.tenant.TenantAdminService tenantAdminService)
tenantAdminService - public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
setTransactionService in class RepositoryContainertransactionService - the transactionService to setpublic org.springframework.extensions.webscripts.Registry getRegistry()
getRegistry in interface org.springframework.extensions.webscripts.ContainergetRegistry in class org.springframework.extensions.webscripts.AbstractRuntimeContainerpublic void onEnableTenant()
onEnableTenant in interface org.alfresco.repo.tenant.TenantDeployerpublic void onDisableTenant()
onDisableTenant in interface org.alfresco.repo.tenant.TenantDeployerpublic void init()
init in interface org.alfresco.repo.tenant.TenantDeployerpublic void destroy()
destroy in interface org.alfresco.repo.tenant.TenantDeployerpublic void reset()
reset in interface org.springframework.extensions.webscripts.Containerreset in class RepositoryContainerCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.