02-06-2007 06:24 PM
02-07-2007 05:35 AM
NodeRef peopleRef = personService.getPeopleContainer();
List<ChildAssociationRef> childRefs = nodeService.getChildAssocs(peopleRef);
for (ChildAssociationRef ref: childRefs)
{
// get the NodeRef of the person
NodeRef personRef = ref.getChildRef();
if (nodeService.getType(nodeRef).equals(ContentModel.TYPE_PERSON))
{
… do some work with person properties here …
}
}
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.