11-28-2005 12:47 PM
ChildAssociationRef assocRef = nodeService.createNode(
noderefdmcl,
ContentModel.ASSOC_CHILDREN,
QName.createQName(NamespaceService.ALFRESCO_URI,
QName.createValidLocalName(
filename)),
QName.createQName("{custom.model}ren_dmodule"),
nodeProperties);nodeService.setProperty(assocRef.getChildRef(), QName.createQName("{custom.model}modelic"), "toto");or System.out.println(nodeService.getProperty(assocRef.getChildRef(), QName.createQName("{custom.model}modelic"))); <namespaces>
<namespace uri="custom.model" prefix="es"/>
</namespaces>
<types>
<type name="es:ren_dmodule">
<title>data module</title>
<parent>cm:content</parent>
<properties>
<property name="es:modelic">
<title>modelic</title>
<type>d:text</type>
<mandatory>false</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
…
11-29-2005 05:18 AM
11-29-2005 05:47 AM
11-29-2005 06:06 AM
11-29-2005 08:45 AM
12-07-2005 12:36 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.