mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged BRANCHES/DEV/CLOUD1-BUG-FIX to HEAD:
42884: ALF-1059 / CLOUD-469: Post activities for folder(s) add + delete git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42891 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,13 +27,14 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
*
|
||||
* @author sglover
|
||||
*/
|
||||
// TODO consolidate with ActivityPost for WebDAV
|
||||
public interface ActivityPoster
|
||||
{
|
||||
void postFileAdded(FileInfo fileInfo);
|
||||
void postFileFolderAdded(FileInfo fileInfo);
|
||||
|
||||
void postFileUpdated(NodeRef nodeRef);
|
||||
|
||||
void postFileDeleted(ActivityInfo activityInfo);
|
||||
void postFileFolderUpdated(boolean isFolder, NodeRef nodeRef);
|
||||
|
||||
void postFileFolderDeleted(ActivityInfo activityInfo);
|
||||
|
||||
ActivityInfo getActivityInfo(NodeRef nodeRef);
|
||||
}
|
||||
|
Reference in New Issue
Block a user