@ConsumerType
public interface ContentImportListener
Modifier and Type | Method and Description |
---|---|
void |
onCheckin(String srcPath)
A versionable Node has been checked in.
|
void |
onCheckout(String srcPath)
A versionable Node has been checked out.
|
void |
onCopy(String srcPath,
String destPath)
An Item has been copied to a new location.
|
void |
onCreate(String srcPath)
A Node has been created.
|
void |
onDelete(String srcPath)
An Item has been deleted.
|
void |
onModify(String srcPath)
Content has been updated.
|
void |
onMove(String srcPath,
String destPath)
An Item has been moved to a new location.
|
void |
onReorder(String orderedPath,
String beforeSibbling)
A child Node has been reordered.
|
void onModify(String srcPath)
void onDelete(String srcPath)
void onMove(String srcPath, String destPath)
void onCopy(String srcPath, String destPath)
void onCreate(String srcPath)
void onReorder(String orderedPath, String beforeSibbling)
void onCheckin(String srcPath)
void onCheckout(String srcPath)
Copyright © 2017 The Apache Software Foundation. All rights reserved.