Class StoreArchiveMap


  • public class StoreArchiveMap
    extends java.lang.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
      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<java.lang.String,​java.lang.String> 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
    • Constructor Detail

      • StoreArchiveMap

        public StoreArchiveMap()
    • Method Detail

      • setTenantService

        public void setTenantService​(org.alfresco.repo.tenant.TenantService tenantService)
      • setArchiveMap

        public void setArchiveMap​(java.util.Map<java.lang.String,​java.lang.String> 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()