09-21-2007 08:06 AM
for (Long parentAssocId : parentAssocIds)
{
ChildAssoc parentAssoc = (ChildAssoc) getSession().get(ChildAssocImpl.class, parentAssocId);
if (parentAssoc == null)
{
// The cache is out of date, so just repopulate it
parentAssoc = null;
break;
}
else
{
parentAssocs.add(parentAssoc);
}
}
09-25-2007 12:30 PM
NodeStatus nodeStatus = getNodeStatus(nodeRef, true);
nodeStatus.getTransaction().setChangeTxnId(AlfrescoTransactionSupport.getTransactionId());
09-27-2007 09:08 AM
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.