Package org.alfresco.repo.importer
Class ImportTimerProgress
java.lang.Object
org.alfresco.repo.importer.ImportTimerProgress
- All Implemented Interfaces:
ImporterProgress
Import Progress that provides import metrics.
- Author:
- davidc
-
Constructor Summary
ConstructorsConstructorDescriptionConstructImportTimerProgress(org.apache.commons.logging.Log logger) Construct -
Method Summary
Modifier and TypeMethodDescriptionvoidaspectAdded(NodeRef nodeRef, QName aspect) Report addition of an aspectvoidvoidcontentCreated(NodeRef nodeRef, String sourceUrl) Report creation of contentvoidvoidnodeCreated(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName) Report creation of a node.voidnodeLinked(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName) Report creation of a node link.voidpermissionSet(NodeRef nodeRef, AccessPermission permission) Report setting of a permissionvoidpropertySet(NodeRef nodeRef, QName property, Serializable value) Report setting of a propertyvoidstarted()
-
Constructor Details
-
ImportTimerProgress
public ImportTimerProgress()Construct -
ImportTimerProgress
public ImportTimerProgress(org.apache.commons.logging.Log logger) Construct- Parameters:
logger- Log
-
-
Method Details
-
started
public void started()- Specified by:
startedin interfaceImporterProgress
-
completed
public void completed()- Specified by:
completedin interfaceImporterProgress
-
error
- Specified by:
errorin interfaceImporterProgress
-
nodeCreated
Description copied from interface:ImporterProgressReport creation of a node.- Specified by:
nodeCreatedin interfaceImporterProgress- Parameters:
nodeRef- the node refparentRef- the parent refassocName- the child association type namechildName- the child association name
-
nodeLinked
Description copied from interface:ImporterProgressReport creation of a node link.- Specified by:
nodeLinkedin interfaceImporterProgress- Parameters:
nodeRef- the node refparentRef- the parent refassocName- the child association type namechildName- the child association name
-
contentCreated
Description copied from interface:ImporterProgressReport creation of content- Specified by:
contentCreatedin interfaceImporterProgress- Parameters:
nodeRef- the node refsourceUrl- the source location of the content
-
propertySet
Description copied from interface:ImporterProgressReport setting of a property- Specified by:
propertySetin interfaceImporterProgress- Parameters:
nodeRef- the node refproperty- the property namevalue- the property value
-
permissionSet
Description copied from interface:ImporterProgressReport setting of a permission- Specified by:
permissionSetin interfaceImporterProgress- Parameters:
nodeRef- the node refpermission- the permission
-
aspectAdded
Description copied from interface:ImporterProgressReport addition of an aspect- Specified by:
aspectAddedin interfaceImporterProgress- Parameters:
nodeRef- the node refaspect- the aspect
-