Interface CmisActivityPoster

  • All Known Implementing Classes:
    ActivityPosterImpl

    public interface CmisActivityPoster
    OpenCMIS methods can ActivityPoster to create entries in the activity feed.
    Author:
    sglover
    • Method Detail

      • postFileFolderAdded

        void postFileFolderAdded​(NodeRef nodeRef)
      • postFileFolderUpdated

        void postFileFolderUpdated​(boolean isFolder,
                                   NodeRef nodeRef)
      • postFileFolderDeleted

        void postFileFolderDeleted​(ActivityInfo activityInfo)