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:
David Caruana
2009-10-30 14:23:42 +00:00
parent 6ab5dce512
commit ba3e8ad9c0
19 changed files with 1129 additions and 9 deletions

View File

@@ -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
*