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

public class AddedItemEvent extends WorkspaceEvent
  • Constructor Details

    • AddedItemEvent

      public AddedItemEvent()
    • AddedItemEvent

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

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