public interface WebDAVActivityPoster
| Modifier and Type | Method and Description |
|---|---|
void |
postFileFolderAdded(String siteId,
String tenantDomain,
String path,
FileInfo nodeInfo) |
void |
postFileFolderDeleted(String siteId,
String tenantDomain,
String parentPath,
FileInfo parentNodeInfo,
FileInfo contentNodeInfo) |
void |
postFileFolderUpdated(String siteId,
String tenantDomain,
FileInfo nodeInfo) |
void postFileFolderAdded(String siteId, String tenantDomain, String path, FileInfo nodeInfo) throws WebDAVServerException
siteId - tenantDomain - path - the path to the folder or null for filesnodeInfo - WebDAVServerExceptionvoid postFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo) throws WebDAVServerException
siteId - tenantDomain - nodeInfo - WebDAVServerExceptionvoid postFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo contentNodeInfo) throws WebDAVServerException
siteId - tenantDomain - parentPath - parentNodeInfo - contentNodeInfo - WebDAVServerExceptionCopyright © 2005–2021 Alfresco Software. All rights reserved.