var nodes = search.luceneSearch("TYPE:\"{http://www.alfresco.org/model/user/1.0}authorityContainer\"");
Esos nodos los metes en el "model", y así los puedes mostrar sin problemas en la plantilla del webscript.<b>Nombre del usuario:</b> ${person.properties.firstName} ${person.properties.lastName} <b>Dirección de correo: </b> ${person.properties.email} <b>Carpeta local: </b> ${person.properties.homeFolder} <br>
<property name="cm:homeFolderProvider">
<type>d:text</type>
</property>
<property name="cm:defaultHomeFolderPath">
<type>d:text</type>
</property>
Pero si utilizo alguna de esas propiedades me da un error:Node Type: {http://www.alfresco.org/model/content/1.0}folder Node Ref: workspace://SpacesStore/3a40a05e-49a8-1 … f9b9b8e185
${person.properties.homeFolder.displayPath}
lo pongo aunque sé que para vosotros será una tontería, pero para una novata y torpe como yo, que no sabía ni que se podían poner varias propiedades seguidas…. Por si hay alguien tan perdido como yo.<tr align="left"><th>Carpeta Local</th><td> ${person.properties.homeFolder.displayPath}/ ${person.properties.homeFolder.name}</td></tr>
Un saludo.
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.