Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

59909: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
      59854: Merged DEV to V4.2-BUG-FIX (4.2.2)
         59847: MNT-10208 : Misleading comment on OnUpdateNodePolicy.onUpdateNode()
         Changed JavaDoc for OnUpdateNodePolicy.onUpdateNode() method.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62229 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-12 09:39:34 +00:00
parent 96c87c2d9c
commit 13e34899ef

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2012 Alfresco Software Limited. * Copyright (C) 2005-2014 Alfresco Software Limited.
* *
* This file is part of Alfresco * This file is part of Alfresco
* *
@@ -141,8 +141,8 @@ public interface NodeServicePolicies
{ {
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onUpdateNode"); public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onUpdateNode");
/** /**
* Called after a new node has been created. This includes the modification of properties, child and target * Called after a new node has been created. This includes the modification of properties and
* associations and the addition of aspects. * the addition of aspects.
* *
* @param nodeRef reference to the updated node * @param nodeRef reference to the updated node
*/ */