mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged CMIS063 to HEAD
17100: Chemistry: AtomPub TCK updates, Alfresco CMIS URL bindings, Delete Content Stream git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17258 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -67,6 +67,15 @@ public interface CMISServices
|
||||
*/
|
||||
public StoreRef getDefaultRootStoreRef();
|
||||
|
||||
/**
|
||||
* Finds a NodeRef given a repository reference
|
||||
*
|
||||
* @param referenceType node, path
|
||||
* @param reference node => id, path => path
|
||||
* @return nodeRef (or null, if not found)
|
||||
*/
|
||||
public NodeRef getNode(String referenceType, String[] reference);
|
||||
|
||||
/**
|
||||
* Query for node children
|
||||
*
|
||||
|
Reference in New Issue
Block a user