01-04-2011 03:38 AM
<#assign props = node.properties?keys>
<#list props as qn>
<#if node.properties[qn]?exists>
${node.properties[qn]}
<#else>
null
</#if>
</#list>
I just get the properties valued :shock: and the others properties?
String uuid=req.getParameter("uuid");
if(uuid!=null && !uuid.isEmpty())
node=new NodeRef(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE,uuid);
QName type=nodeService.getType(node);
DataTypeDefinition dataTypeDefinition=dictionaryService.getDataType(type);
ModelDefinition modelDefinition=dataTypeDefinition.getModel();
Collection<QName> propsType=dictionaryService.getProperties(modelDefinition.getName());
dictionaryService.getAllProperties(dataTypeDefinition.getName());
01-05-2011 03:28 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.