Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

61185: Added a mention that the SiteService.listSites method may return stale data (ACE-196)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62400 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-12 15:03:24 +00:00
parent 963ed3590f
commit 77ab73a944

View File

@@ -153,6 +153,9 @@ public interface SiteService
* the specified string (ignoring case). The listing of sites whose cm:names (or titles or descriptions) <i>contain</i> the
* specified string is no longer supported. To retrieve sites whose cm:names etc contain a substring, {@link SiteService#findSites(String, String, int)}
* should be used instead.
* <p/>
* <b>THIS METHOD CAN RETURN INCOMPLETE RESULTS WHILE CACHES CATCH UP WITH REALITY</b>
* (<a href=https://issues.alfresco.com/jira/browse/ACE-196>BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow</a>).
*
* @param filter filter (sites whose cm:name, cm:title or cm:description START WITH filter)
* @param sitePresetFilter site preset filter (sites whose preset EQUALS sitePresetFilter)