ACE-1918: Surf-config patch improvements. Made:

- surfConfigFolder patch to use Cron trigger
          - surf-config SQL query more efficient
	  - changes to comments and formatting


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@73049 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jamal Kaabi-Mofrad
2014-06-04 14:39:31 +00:00
parent f8aef1344a
commit 1c5666c4ba

View File

@@ -828,8 +828,8 @@ public class ADMRemoteStore extends BaseRemoteStore
prop.put(ContentModel.PROP_IS_CONTENT_INDEXED, false);
for (String element : folders)
{
folderDetails.add(new FileFolderUtil.PathElementDetails(element, Collections.singletonMap(
ContentModel.ASPECT_INDEX_CONTROL, prop)));
Map<QName, Map<QName, Serializable>> aspects = Collections.singletonMap(ContentModel.ASPECT_INDEX_CONTROL, prop);
folderDetails.add(new FileFolderUtil.PathElementDetails(element, aspects));
}
// ensure folders exist down to the specified parent
// ALF-17729 / ALF-17796 - disable auditable on parent folders