java.lang.Object
org.gcube.social_networking.socialnetworking.model.beans.workspace.WorkspaceEvent
org.gcube.social_networking.socialnetworking.model.beans.workspace.UpdatedItemEvent

public class UpdatedItemEvent extends WorkspaceEvent
  • Constructor Details

    • UpdatedItemEvent

      public UpdatedItemEvent()
    • UpdatedItemEvent

      public UpdatedItemEvent(String[] idsToNotify, boolean idsAsGroup, FileItemBean item)
      Parameters:
      idsToNotify - usernames or contexts
      idsAsGroup - true if idsToNotify are groups (members of contexts)
      item -
    • UpdatedItemEvent

      public UpdatedItemEvent(String[] idsToNotify, FileItemBean item)
      Parameters:
      idsToNotify - usernames
      item -
  • Method Details