public interface ImporterProgress
| Modifier and Type | Method and Description |
|---|---|
void |
aspectAdded(NodeRef nodeRef,
QName aspect)
Report addition of an aspect
|
void |
completed() |
void |
contentCreated(NodeRef nodeRef,
String sourceUrl)
Report creation of content
|
void |
error(Throwable e) |
void |
nodeCreated(NodeRef nodeRef,
NodeRef parentRef,
QName assocName,
QName childName)
Report creation of a node.
|
void |
nodeLinked(NodeRef nodeRef,
NodeRef parentRef,
QName assocName,
QName childName)
Report creation of a node link.
|
void |
permissionSet(NodeRef nodeRef,
AccessPermission permission)
Report setting of a permission
|
void |
propertySet(NodeRef nodeRef,
QName property,
Serializable value)
Report setting of a property
|
void |
started() |
void started()
void completed()
void error(Throwable e)
void nodeCreated(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName)
nodeRef - the node refparentRef - the parent refassocName - the child association type namechildName - the child association namevoid nodeLinked(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName)
nodeRef - the node refparentRef - the parent refassocName - the child association type namechildName - the child association namevoid contentCreated(NodeRef nodeRef, String sourceUrl)
nodeRef - the node refsourceUrl - the source location of the contentvoid propertySet(NodeRef nodeRef, QName property, Serializable value)
nodeRef - the node refproperty - the property namevalue - the property valuevoid permissionSet(NodeRef nodeRef, AccessPermission permission)
nodeRef - the node refpermission - the permissionCopyright © 2005–2021 Alfresco Software. All rights reserved.