mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added getPathsInStoreVersion() method to AVMService.
This returns all paths to a particular node in a particular store in a particular version. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6074 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -814,7 +814,15 @@ public interface AVMService
|
||||
*/
|
||||
public List<Pair<Integer, String>> getPathsInStoreHead(AVMNodeDescriptor desc, String store);
|
||||
|
||||
|
||||
/**
|
||||
* Get all paths to a given node in a single store in a single non-head version.
|
||||
* @param desc The node descriptor.
|
||||
* @param store The name of the store.
|
||||
* @param version The version.
|
||||
* @return A List of AVM paths.
|
||||
*/
|
||||
public List<String> getPathsInStoreVersion(AVMNodeDescriptor desc, String store, int version);
|
||||
|
||||
/**
|
||||
* Get the indirection path for a node in a layered context
|
||||
* whether that indirection path is primary or non-primary
|
||||
|
Reference in New Issue
Block a user