public class EndPointLogger extends Object implements EndPointListener
| Constructor and Description |
|---|
EndPointLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
contentAdded(String storeId,
String spaceId,
String contentId,
String localFilePath) |
void |
contentBackedUp(String storeId,
String spaceId,
String contentId,
String backupContentId,
String localFilePath) |
void |
contentDeleted(String storeId,
String spaceId,
String contentId) |
void |
contentUpdated(String storeId,
String spaceId,
String contentId,
String localFilePath) |
void |
contentUpdateIgnored(String storeId,
String spaceId,
String contentId,
String localFilePath) |
public void contentBackedUp(String storeId, String spaceId, String contentId, String backupContentId, String localFilePath)
contentBackedUp in interface EndPointListenerpublic void contentAdded(String storeId, String spaceId, String contentId, String localFilePath)
contentAdded in interface EndPointListenerpublic void contentUpdated(String storeId, String spaceId, String contentId, String localFilePath)
contentUpdated in interface EndPointListenerpublic void contentDeleted(String storeId, String spaceId, String contentId)
contentDeleted in interface EndPointListenerpublic void contentUpdateIgnored(String storeId, String spaceId, String contentId, String localFilePath)
contentUpdateIgnored in interface EndPointListenerCopyright © 2009–2014 DuraSpace. All rights reserved.