11-07-2016 03:29 AM
Hello,
I would like to use some of the methods in Alfresco's SiteService and respectively its implementation.
For example - I want to list all currently created Sites in Alfresco system in a Java code.
What exactly should I inject in my code and what bean should I include.....Its not exactly clear for me.
Thank you in advance.
11-07-2016 07:08 AM
You also need to add the setter, ie.
public void setSiteService(SiteService siteService)
{
this.siteService = siteService;
}
Regards,
Jan
11-08-2016 08:49 AM
Please ask this as a separate question (related to CMIS / OpenCMIS) - thanks.
11-08-2016 08:53 AM
By default the maximum number of search results that alfresco perform permission checks is 1000
If you want to search more than 1000 ,you should add following settings into your alfresco-global.properties file
system.acl.maxPermissionChecks=5000
But It will reduce performance.
11-09-2016 07:56 AM
This blog post describes that problem
Solr doesn't return more than 1,000 objects in Alfresco. - Francesco Corti
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.