11-06-2007 04:48 PM
11-13-2007 12:50 PM
11-13-2007 01:17 PM
  public void onUpdateNode(NodeRef nodeRef)
  {
    if (nodeService.exists(nodeRef))
    try {
      // …
    }
    catch (Exception e) {
      String msg = "onUpdateNode for property "+"" +" failed.";
      logger.fatal(msg);
      throw new AlfrescoRuntimeException(msg, e);
    }
  }
}
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.