public interface EndPointListener
| 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 absPath) |
void contentBackedUp(String storeId, String spaceId, String contentId, String backupContentId, String localFilePath)
storeId - spaceId - contentId - backupContentId - localFilePath - void contentAdded(String storeId, String spaceId, String contentId, String localFilePath)
storeId - spaceId - contentId - localFilePath - void contentUpdated(String storeId, String spaceId, String contentId, String localFilePath)
storeId - spaceId - contentId - localFilePath - void contentDeleted(String storeId, String spaceId, String contentId)
storeId - spaceId - contentId - Copyright © 2009–2015 DuraSpace. All rights reserved.