mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
* 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)}
|
* 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.
|
* 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 filter filter (sites whose cm:name, cm:title or cm:description START WITH filter)
|
||||||
* @param sitePresetFilter site preset filter (sites whose preset EQUALS sitePresetFilter)
|
* @param sitePresetFilter site preset filter (sites whose preset EQUALS sitePresetFilter)
|
||||||
|
Reference in New Issue
Block a user