05-28-2010 03:34 AM
05-28-2010 09:31 AM
Node n=some node
Map<String, Object> map= n.getProperties();
Iterator<String> it= map.keySet().iterator();
while(it.hasNext())
{
System.out.println(it.next());
}
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.