Merged HEAD (5.2) to 5.2.N (5.2.1)

126572 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
      124603 jvonka: RA-767: Queries API - 1st cut for "live-search-nodes" (wip)
      - initial commit with basic support for 'term' (and optional 'rootNodeId' &/or 'nodeType')


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ancuta Morarasu
2016-05-11 12:10:48 +00:00
parent ff84789b99
commit fb4bf104af
6 changed files with 545 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
@WebApi(name="alfresco", scope=Api.SCOPE.PUBLIC, version=1)
package org.alfresco.rest.api.queries;
import org.alfresco.rest.framework.Api;
import org.alfresco.rest.framework.WebApi;