mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
The remote interface for AVMService. No implementation yet. Will be mostly a call for
call wrapper around AVMService. Fixed a javadoc error in AVMService. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3487 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -271,6 +271,7 @@ public interface AVMService
|
||||
* as needing to be copied, so that further modifications will trigger copy on write
|
||||
* semantics.
|
||||
* @param stores The names of the AVMStores to snapshot.
|
||||
* @return A List of the version ids of the newly created snapshots.
|
||||
* @throws AVMNotFoundException If any of the stores do not exist.
|
||||
*/
|
||||
public List<Integer> createSnapshot(List<String> stores);
|
||||
|
Reference in New Issue
Block a user