|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImporterProgress
Callback interface for monitoring progress of an import.
| Method Summary | |
|---|---|
void |
aspectAdded(NodeRef nodeRef,
QName aspect)
Report addition of an aspect |
void |
completed()
|
void |
contentCreated(NodeRef nodeRef,
java.lang.String sourceUrl)
Report creation of content |
void |
error(java.lang.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,
java.io.Serializable value)
Report setting of a property |
void |
started()
|
| Method Detail |
|---|
void started()
void completed()
void error(java.lang.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 name
void nodeLinked(NodeRef nodeRef,
NodeRef parentRef,
QName assocName,
QName childName)
nodeRef - the node refparentRef - the parent refassocName - the child association type namechildName - the child association name
void contentCreated(NodeRef nodeRef,
java.lang.String sourceUrl)
nodeRef - the node refsourceUrl - the source location of the content
void propertySet(NodeRef nodeRef,
QName property,
java.io.Serializable value)
nodeRef - the node refproperty - the property namevalue - the property value
void permissionSet(NodeRef nodeRef,
AccessPermission permission)
nodeRef - the node refpermission - the permission
void aspectAdded(NodeRef nodeRef,
QName aspect)
nodeRef - the node refaspect - the aspect
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||