|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.importer.ImportTimerProgress
public class ImportTimerProgress
Import Progress that provides import metrics.
Constructor Summary | |
---|---|
ImportTimerProgress()
Construct |
|
ImportTimerProgress(org.apache.commons.logging.Log logger)
Construct |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportTimerProgress()
public ImportTimerProgress(org.apache.commons.logging.Log logger)
logger
- Method Detail |
---|
public void started()
started
in interface ImporterProgress
public void completed()
completed
in interface ImporterProgress
public void error(java.lang.Throwable e)
error
in interface ImporterProgress
public void nodeCreated(NodeRef nodeRef, NodeRef parentRef, QName assocName, QName childName)
ImporterProgress
nodeCreated
in interface ImporterProgress
nodeRef
- 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)
ImporterProgress
nodeLinked
in interface ImporterProgress
nodeRef
- the node refparentRef
- the parent refassocName
- the child association type namechildName
- the child association namepublic void contentCreated(NodeRef nodeRef, java.lang.String sourceUrl)
ImporterProgress
contentCreated
in interface ImporterProgress
nodeRef
- the node refsourceUrl
- the source location of the contentpublic void propertySet(NodeRef nodeRef, QName property, java.io.Serializable value)
ImporterProgress
propertySet
in interface ImporterProgress
nodeRef
- the node refproperty
- the property namevalue
- the property valuepublic void permissionSet(NodeRef nodeRef, AccessPermission permission)
ImporterProgress
permissionSet
in interface ImporterProgress
nodeRef
- the node refpermission
- the permissionpublic void aspectAdded(NodeRef nodeRef, QName aspect)
ImporterProgress
aspectAdded
in interface ImporterProgress
nodeRef
- the node refaspect
- the aspect
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |