mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
119730 jvonka: FileFolder API - NodeApiTest - fix check for path elements (null unless selected) -RA-638 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126362 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -117,10 +117,6 @@ public class NodesImpl implements Nodes
|
||||
DOCUMENT, FOLDER;
|
||||
};
|
||||
|
||||
private final static String PATH_ROOT = "-root-";
|
||||
private final static String PATH_MY = "-my-";
|
||||
private final static String PATH_SHARED = "-shared-";
|
||||
|
||||
private final static String PARAM_RELATIVE_PATH = "relativePath"; // TODO wip
|
||||
|
||||
private final static String PARAM_SELECT_PROPERTIES = "properties";
|
||||
|
Reference in New Issue
Block a user