public class MTNodesCache2 extends Object
Constructor and Description |
---|
MTNodesCache2() |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled() |
org.alfresco.service.namespace.NamespaceService |
getNamespaceService() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeForCurrentTenant()
Returns nodeRef for current user tenant
|
org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
String |
getRootPath() |
org.alfresco.service.cmr.search.SearchService |
getSearchService() |
String |
getStoreName() |
org.alfresco.repo.tenant.TenantService |
getTenantService() |
void |
init()
Spring bean init method
|
void |
onBootstrap() |
void |
setEnabled(boolean enabled) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setRootPath(String rootPath) |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
void |
setStoreName(String storeName) |
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService) |
public void init()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public org.alfresco.service.cmr.repository.NodeService getNodeService()
public org.alfresco.service.cmr.repository.NodeRef getNodeForCurrentTenant()
public void onBootstrap()
public String getStoreName()
public void setStoreName(String storeName)
public String getRootPath()
public void setRootPath(String rootPath)
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
public org.alfresco.service.cmr.search.SearchService getSearchService()
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
public org.alfresco.service.namespace.NamespaceService getNamespaceService()
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
public org.alfresco.repo.tenant.TenantService getTenantService()
public boolean getEnabled()
public void setEnabled(boolean enabled)
Copyright © 2005–2017 Alfresco Software. All rights reserved.