Package org.alfresco.repo.webdav
Interface WebDAVActivityPoster
- All Known Implementing Classes:
ActivityPosterImpl
public interface WebDAVActivityPoster
WebDAV methods can ActivityPoster to create entries in the activity feed.
- Author:
- Matt Ward
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostFileFolderAdded(String siteId, String tenantDomain, String path, FileInfo nodeInfo) voidpostFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo contentNodeInfo) voidpostFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo)
-
Method Details
-
postFileFolderAdded
void postFileFolderAdded(String siteId, String tenantDomain, String path, FileInfo nodeInfo) throws WebDAVServerException - Parameters:
siteId-tenantDomain-path- the path to the folder ornullfor filesnodeInfo-- Throws:
WebDAVServerException
-
postFileFolderUpdated
void postFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo) throws WebDAVServerException - Parameters:
siteId-tenantDomain-nodeInfo-- Throws:
WebDAVServerException
-
postFileFolderDeleted
void postFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo contentNodeInfo) throws WebDAVServerException - Parameters:
siteId-tenantDomain-parentPath-parentNodeInfo-contentNodeInfo-- Throws:
WebDAVServerException
-