07-24-2009 05:49 AM
07-29-2009 06:43 AM
<b>Name:</b> ${document.name}<br>
<b><#if document.properties.description?exists>${document.properties.description}</#if><br>
<b>Ref:</b> ${document.nodeRef}<br>
<b>Type:</b> ${document.type}<br>
<b>Content URL:</b> <a href="/alfresco${document.url}">/alfresco${document.url}</a><br>
<b>Locked:</b> <#if document.isLocked>Yes<#else>No</#if><br>
<b>Aspects:</b>
<table>
<#list document.aspects as aspect>
<tr><td>${aspect}</td></tr>
</#list>
</table>
<table>
<#– Get a list of all the property names for the document –>
<#assign props = document.properties?keys>
<#list props as t>
<#– If the property exists –>
<#if document.properties[t]?exists>
<#– If it is a date, format it accordingly–>
<#if document.properties[t]?is_date>
<tr><td>${t} = ${document.properties[t]?date}</td></tr>
<#– If it is a boolean, format it accordingly–>
<#elseif document.properties[t]?is_boolean>
<tr><td>${t} = ${document.properties[t]?string("yes", "no")}</td></tr>
<#– Otherwise treat it as a string –>
<#else>
<tr><td>${t} = ${document.properties[t]}</td></tr>
</#if>
</#if>
</#list>
</table>
<b>Name:</b> BSO3222.txt<br>
<b><br>
<b>Ref:</b> workspace://SpacesStore/33464553-2023-4e5f-ade9-0578ba487e2d<br>
<b>Type:</b> {http://www.alfresco.org/model/content/1.0}content<br>
<b>Content URL:</b> <a href="/alfresco/d/d/workspace/SpacesStore/33464553-2023-4e5f-ade9-0578ba487e2d/BSO3222.txt">/alfresco/d/d/workspace/SpacesStore/33464553-2023-4e5f-ade9-0578ba487e2d/BSO3222.txt</a><br>
<b>Locked:</b> No<br>
<b>Aspects:</b>
<table>
<tr><td>{http://www.alfresco.org/model/content/1.0}auditable</td></tr>
<tr><td>{http://www.alfresco.org/model/system/1.0}referenceable</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}titled</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}author</td></tr>
<tr><td>{http://www.alfresco.org/model/application/1.0}inlineeditable</td></tr>
</table>
<table>
<tr><td>{http://www.alfresco.org/model/content/1.0}name = BSO3222.txt</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}modified = 29-jul-2009</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}creator = admin</td></tr>
<tr><td>{http://www.alfresco.org/model/system/1.0}store-protocol = workspace</td></tr>
<tr><td>{http://www.alfresco.org/model/system/1.0}store-identifier = SpacesStore</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}created = 29-jul-2009</td></tr>
<tr><td>{http://www.alfresco.org/model/application/1.0}editInline = yes</td></tr>
<tr><td>{http://www.alfresco.org/model/system/1.0}node-dbid = 2.671</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}content = org.alfresco.repo.template.BaseContentNode$TemplateContentData@6824edb3</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}title = BSO.txt</td></tr>
<tr><td>{http://www.alfresco.org/model/system/1.0}node-uuid = 33464553-2023-4e5f-ade9-0578ba487e2d</td></tr>
<tr><td>{http://www.alfresco.org/model/content/1.0}modifier = admin</td></tr>
</table>
07-29-2009 08:01 AM
freemarker.template.TemplateException: Expected extended hash. document
07-29-2009 05:29 PM
document.properties["description"]07-30-2009 07:48 AM
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.