03-18-2010 05:07 PM
NodeRef test = personService.getPerson(authService.getCurrentUserName());
String ActualUser = (String)nodeService.getProperty(test, ContentModel.PROP_USERNAME);pour son username, comment récuperer un champs du style cm:numentreprise ?03-19-2010 04:34 AM
NodeRef test = personService.getPerson(authService.getCurrentUserName());
Serializable value = nodeService.getProperty(test, QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI, "numentreprise"));
03-19-2010 08:48 AM
Bonjour,
C'est quelque chose comme :NodeRef test = personService.getPerson(authService.getCurrentUserName());
Serializable value = nodeService.getProperty(test, QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI, "numentreprise"));
03-19-2010 09:43 AM
{http://www.alfresco.org/model/content/1.0}adresseip
0.0.0.0
{http://www.alfresco.org/model/cmis/0.6}id
trueTags
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.