04-16-2015 03:45 AM
04-17-2015 08:46 AM
GET alfresco/service/api/people?maxResults=1
04-22-2015 02:58 AM
04-26-2015 05:28 PM
<bean id="peopleScript" parent="baseJavaScriptExtension" class="org.alfresco.repo.jscript.People">
<property name="extensionName">
<value>people</value>
</property>
<property name="storeUrl">
<value>${spaces.store}</value>
</property>
<property name="serviceRegistry">
<ref bean="ServiceRegistry"/>
</property>
<property name="authorityDAO">
<ref bean="authorityDAO"/>
</property>
<property name="authorityService">
<ref bean="AuthorityService"/>
</property>
<property name="personService">
<ref bean="PersonService"/>
</property>
<property name="authenticationService">
<ref bean="AuthenticationService"/>
</property>
<property name="contentUsageService">
<ref bean="ContentUsageService"/>
</property>
<property name="tenantService">
<ref bean="tenantService"/>
</property>
<property name="userNameGenerator">
<ref bean="userNameGenerator"/>
</property>
<property name="userRegistrySynchronizer" ref="userRegistrySynchronizer" />
<property name="honorHintUseCQ">
<value>${people.search.honor.hint.useCQ}</value>
</property>
<!– NEW property added to set the defaultListMaxResults value –>
<property name="defaultListMaxResults">
<value>10000</value>
</property>
</bean>
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.