mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Addition of Import references; allows...
- secondary child links (or multiple parents) - update of existing items git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2171 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -41,6 +41,16 @@ public interface ImporterProgress
|
||||
*/
|
||||
public void nodeCreated(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName);
|
||||
|
||||
/**
|
||||
* Report creation of a node link.
|
||||
*
|
||||
* @param nodeRef the node ref
|
||||
* @param parentRef the parent ref
|
||||
* @param assocName the child association type name
|
||||
* @param childName the child association name
|
||||
*/
|
||||
public void nodeLinked(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName);
|
||||
|
||||
/**
|
||||
* Report creation of content
|
||||
*
|
||||
|
Reference in New Issue
Block a user