mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix for build issue.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4961 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -69,7 +69,7 @@ public class FileFolderServiceImpl implements FileFolderService
|
|||||||
"[like(@cm:name, $cm:name, false)" +
|
"[like(@cm:name, $cm:name, false)" +
|
||||||
" and not (subtypeOf('" + ContentModel.TYPE_SYSTEM_FOLDER + "'))" +
|
" and not (subtypeOf('" + ContentModel.TYPE_SYSTEM_FOLDER + "'))" +
|
||||||
" and (subtypeOf('" + ContentModel.TYPE_FOLDER + "') or subtypeOf('" + ContentModel.TYPE_CONTENT + "')" +
|
" and (subtypeOf('" + ContentModel.TYPE_FOLDER + "') or subtypeOf('" + ContentModel.TYPE_CONTENT + "')" +
|
||||||
" and (subtypeOf('" + ContentModel.TYPE_LINK + "'))]";
|
" and subtypeOf('" + ContentModel.TYPE_LINK + "'))]";
|
||||||
|
|
||||||
/** Shallow search for all files and folders */
|
/** Shallow search for all files and folders */
|
||||||
private static final String LUCENE_QUERY_SHALLOW_ALL =
|
private static final String LUCENE_QUERY_SHALLOW_ALL =
|
||||||
|
Reference in New Issue
Block a user