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
- WebDAVServerException
void postFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo) throws WebDAVServerException
siteId
- tenantDomain
- nodeInfo
- WebDAVServerException
void postFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo contentNodeInfo) throws WebDAVServerException
siteId
- tenantDomain
- parentPath
- parentNodeInfo
- contentNodeInfo
- WebDAVServerException
Copyright © 2005–2017 Alfresco Software. All rights reserved.