Interface ISubscriptionDeliveryEvent

All Superinterfaces:
IEvent, INotificationSourceEvent, Serializable

public interface ISubscriptionDeliveryEvent extends INotificationSourceEvent
  • Method Details

    • getSourceEvent

      IPortalEvent getSourceEvent()
      Returns source event for this subscription delivery
      Returns:
    • getSubscriptions

      List<IThingID> getSubscriptions()
      Returns a list of matched subscriptions
      Returns:
      list of IThingID
    • getAppCriterias

      List<IThingID> getAppCriterias()
      Returns a list of matched subscriptions criterias
      Returns:
      list of IThingID
    • getAssignedToList

      List<IURI> getAssignedToList()
      Returns a list of assigned users when notification is published
      Returns:
      list of IThingID
    • getDelegatedToList

      List<IURI> getDelegatedToList()
      Returns a list of delegated users when notification is published
      Returns:
      list of IThingID