05-20-2010 05:31 AM
05-20-2010 06:40 AM
The only issue is that it implies that all the content in a given space will be shown identically.
05-20-2010 06:52 AM
05-20-2010 09:16 AM
space is current space
<#list space.childrenByLuceneSearch[" +TYPE:\"cm:content1\""?sort_by(['properties','cm:modified'])?reverse as child>
<#if (child.hasPermission("Read"))>
create table hire
</#if>
</#list>
<#list space.childrenByLuceneSearch[" +TYPE:\"cm:content2\""?sort_by(['properties','cm:modified'])?reverse as child>
<#if (child.hasPermission("Read"))>
create table hire
</#if>
</#list>
<#list space.childrenByLuceneSearch[" +TYPE:\"cm:content3\""?sort_by(['properties','cm:modified'])?reverse as child>
<#if (child.hasPermission("Read"))>
create table hire
</#if>
</#list>
05-20-2010 09:55 AM
05-20-2010 10:26 AM
05-20-2010 10:39 AM
05-20-2010 11:00 AM
05-20-2010 12:14 PM
<managed-bean>
<description>
The bean that holds folder browse state.
</description>
<managed-bean-name>BrowseBean</managed-bean-name>
<managed-bean-class>org.alfresco.web.bean.BrowseBean</managed-bean-class>
….
to faces-config-custom.xml .change <managed-bean-class>org.alfresco.web.bean.BrowseBean</managed-bean-class>
to <managed-bean-class>ort.somepackage.CustomBrowseBean</managed-bean-class>
05-20-2010 12:56 PM
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.