public class ImportTimerProgress extends Object implements ImporterProgress
| Constructor and Description |
|---|
ImportTimerProgress()
Construct
|
ImportTimerProgress(org.apache.commons.logging.Log logger)
Construct
|
| 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() |
public ImportTimerProgress()
public ImportTimerProgress(org.apache.commons.logging.Log logger)
logger - Logpublic void started()
started in interface ImporterProgresspublic void completed()
completed in interface ImporterProgresspublic void error(Throwable e)
error in interface ImporterProgresspublic void nodeCreated(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName)
ImporterProgressnodeCreated in interface ImporterProgressnodeRef - the node refparentRef - the parent refassocName - the child association type namechildName - the child association namepublic void nodeLinked(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName)
ImporterProgressnodeLinked in interface ImporterProgressnodeRef - the node refparentRef - the parent refassocName - the child association type namechildName - the child association namepublic void contentCreated(NodeRef nodeRef, String sourceUrl)
ImporterProgresscontentCreated in interface ImporterProgressnodeRef - the node refsourceUrl - the source location of the contentpublic void propertySet(NodeRef nodeRef, QName property, Serializable value)
ImporterProgresspropertySet in interface ImporterProgressnodeRef - the node refproperty - the property namevalue - the property valuepublic void permissionSet(NodeRef nodeRef, AccessPermission permission)
ImporterProgresspermissionSet in interface ImporterProgressnodeRef - the node refpermission - the permissionpublic void aspectAdded(NodeRef nodeRef, QName aspect)
ImporterProgressaspectAdded in interface ImporterProgressnodeRef - the node refaspect - the aspectCopyright © 2005–2020 Alfresco Software. All rights reserved.