mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2012 Alfresco Software Limited.
|
||||
* Copyright (C) 2005-2014 Alfresco Software Limited.
|
||||
*
|
||||
* This file is part of Alfresco
|
||||
*
|
||||
@@ -141,8 +141,8 @@ public interface NodeServicePolicies
|
||||
{
|
||||
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
|
||||
* associations and the addition of aspects.
|
||||
* Called after a new node has been created. This includes the modification of properties and
|
||||
* the addition of aspects.
|
||||
*
|
||||
* @param nodeRef reference to the updated node
|
||||
*/
|
||||
|
Reference in New Issue
Block a user