05-15-2007 08:11 AM
05-17-2007 03:11 AM
05-17-2007 03:56 AM
05-17-2007 04:23 AM
reference = new Reference(store, row.getNode().getId(), null);
predicate = new Predicate(new Reference[]{reference}, null, null);
nodes = repositoryService.get(predicate);
for (i=0;i < nodes[0].getProperties().length; i++)
{
//Nombre
if (nodes[0].getProperties(i).getName().equals("{http://www.alfresco.org/model/content/1.0}name"))
{
sName = nodes[0].getProperties(i).getValue();
}
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.