@ConsumerType
public interface ContentImportListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCheckin(java.lang.String srcPath)
A versionable Node has been checked in.
|
void |
onCheckout(java.lang.String srcPath)
A versionable Node has been checked out.
|
void |
onCopy(java.lang.String srcPath,
java.lang.String destPath)
An Item has been copied to a new location.
|
void |
onCreate(java.lang.String srcPath)
A Node has been created.
|
void |
onDelete(java.lang.String srcPath)
An Item has been deleted.
|
void |
onModify(java.lang.String srcPath)
Content has been updated.
|
void |
onMove(java.lang.String srcPath,
java.lang.String destPath)
An Item has been moved to a new location.
|
void |
onReorder(java.lang.String orderedPath,
java.lang.String beforeSibbling)
A child Node has been reordered.
|
void onModify(java.lang.String srcPath)
srcPath - the path that was modifiedvoid onDelete(java.lang.String srcPath)
srcPath - the path that was deletedvoid onMove(java.lang.String srcPath,
java.lang.String destPath)
srcPath - the path that was moveddestPath - the path to which the node was movedvoid onCopy(java.lang.String srcPath,
java.lang.String destPath)
srcPath - the path that was copieddestPath - the path to which the node was copiedvoid onCreate(java.lang.String srcPath)
srcPath - the path that was createdvoid onReorder(java.lang.String orderedPath,
java.lang.String beforeSibbling)
orderedPath - the path of the node which has been reoderedbeforeSibbling - the name of the sibling the node was ordered beforevoid onCheckin(java.lang.String srcPath)
srcPath - the path that was checked invoid onCheckout(java.lang.String srcPath)
srcPath - the path that was checked outCopyright © 2022 The Apache Software Foundation. All rights reserved.