org.alfresco.repo.node
Class StoreArchiveMap

java.lang.Object
  extended by org.alfresco.repo.node.StoreArchiveMap

public class StoreArchiveMap
extends java.lang.Object

A map component that maps node stores to their archive stores.


Constructor Summary
StoreArchiveMap()
           
 
Method Summary
 void clear()
           
 StoreRef get(StoreRef storeRef)
           
 void put(StoreRef workStoreRef, StoreRef archiveStoreRef)
           
 void setArchiveMap(java.util.Map archiveMap)
           
 void setTenantService(TenantService tenantService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreArchiveMap

public StoreArchiveMap()
Method Detail

setTenantService

public void setTenantService(TenantService tenantService)

setArchiveMap

public void setArchiveMap(java.util.Map archiveMap)

get

public StoreRef get(StoreRef storeRef)

put

public void put(StoreRef workStoreRef,
                StoreRef archiveStoreRef)

clear

public void clear()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.