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 Detail

      • postFileFolderAdded

        void postFileFolderAdded​(String siteId,
                                 String tenantDomain,
                                 String path,
                                 org.alfresco.service.cmr.model.FileInfo nodeInfo)
                          throws WebDAVServerException
        Parameters:
        siteId -
        tenantDomain -
        path - the path to the folder or null for files
        nodeInfo -
        Throws:
        WebDAVServerException
      • postFileFolderDeleted

        void postFileFolderDeleted​(String siteId,
                                   String tenantDomain,
                                   String parentPath,
                                   org.alfresco.service.cmr.model.FileInfo parentNodeInfo,
                                   org.alfresco.service.cmr.model.FileInfo contentNodeInfo)
                            throws WebDAVServerException
        Parameters:
        siteId -
        tenantDomain -
        parentPath -
        parentNodeInfo -
        contentNodeInfo -
        Throws:
        WebDAVServerException