org.alfresco.repo.node
Class StoreArchiveMap
java.lang.Object
org.alfresco.repo.node.StoreArchiveMap
public class StoreArchiveMap
- extends java.lang.Object
A map component that maps node stores to their archive stores.
Method Summary |
void |
clear()
|
org.alfresco.service.cmr.repository.StoreRef |
get(org.alfresco.service.cmr.repository.StoreRef storeRef)
|
void |
put(org.alfresco.service.cmr.repository.StoreRef workStoreRef,
org.alfresco.service.cmr.repository.StoreRef archiveStoreRef)
|
void |
setArchiveMap(java.util.Map archiveMap)
|
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreArchiveMap
public StoreArchiveMap()
setTenantService
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
setArchiveMap
public void setArchiveMap(java.util.Map archiveMap)
get
public org.alfresco.service.cmr.repository.StoreRef get(org.alfresco.service.cmr.repository.StoreRef storeRef)
put
public void put(org.alfresco.service.cmr.repository.StoreRef workStoreRef,
org.alfresco.service.cmr.repository.StoreRef archiveStoreRef)
clear
public void clear()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.