Interface IActivitySource


public interface IActivitySource
Since:
3.6.0
  • Method Details

    • getId

      String getId()
    • getPrefix

      String getPrefix()
    • getTypes

      List<String> getTypes()
      Returns:
      types - can not be null
    • canCurrentUserReadActivity

      boolean canCurrentUserReadActivity(Activity activity)
    • canCurrentUserAddComment

      boolean canCurrentUserAddComment(Activity activity)
    • canComment

      boolean canComment()
    • getComments

      List<ActivityComment> getComments(Activity activity)
    • addComment

      void addComment(Activity activity, Text commentText)
    • getHistoryLimitDays

      Integer getHistoryLimitDays(String type)
    • getHistoryLimitCount

      Integer getHistoryLimitCount(String type)
    • registered

      void registered(IActivityStreamService service)