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:
David Caruana
2006-01-21 19:14:16 +00:00
parent ec7fb0067e
commit c0524bd3cc
10 changed files with 505 additions and 186 deletions

View File

@@ -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
*