|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.node.StoreArchiveMap
public class StoreArchiveMap
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 |
---|
public StoreArchiveMap()
Method Detail |
---|
public void setTenantService(TenantService tenantService)
public void setArchiveMap(java.util.Map archiveMap)
public StoreRef get(StoreRef storeRef)
public void put(StoreRef workStoreRef, StoreRef archiveStoreRef)
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |