03-27-2008 02:42 PM
03-27-2008 04:53 PM
ChildAssociationRef parentAssoc = nodeService.getPrimaryParent(actionedUponNodeRef);
if (parentAssoc == null || parentAssoc.getParentRef() == null)
{
// TODO: Distinguish between ItemNotFound and AccessDenied
}
NodeRef parentRef = parentAssoc.getParentRef();
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.