mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-588: MT - delete tenant requires deleteStore
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22230 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -103,6 +103,14 @@ public interface NodeDAO extends NodeBulkLoader
|
||||
*/
|
||||
public Pair<Long, NodeRef> newStore(StoreRef storeRef);
|
||||
|
||||
/**
|
||||
* Changes the old store reference to the new store reference.
|
||||
*
|
||||
* @param oldStoreRef the existing store
|
||||
* @param newStoreRef the new store
|
||||
*/
|
||||
public void moveStore(StoreRef oldStoreRef, StoreRef newStoreRef);
|
||||
|
||||
public Pair<Long, NodeRef> getRootNode(StoreRef storeRef);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user