Package org.alfresco.repo.node
Class StoreArchiveMap
- java.lang.Object
-
- org.alfresco.repo.node.StoreArchiveMap
-
public class StoreArchiveMap extends Object
A map component that maps node stores to their archive stores.- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description StoreArchiveMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()StoreRefget(StoreRef storeRef)voidput(StoreRef workStoreRef, StoreRef archiveStoreRef)voidsetArchiveMap(Map<String,String> archiveMap)voidsetTenantService(TenantService tenantService)
-
-
-
Method Detail
-
setTenantService
public void setTenantService(TenantService tenantService)
-
clear
public void clear()
-
-