Class AbstractPortalEvent

    • Constructor Detail

      • AbstractPortalEvent

        public AbstractPortalEvent()
    • Method Detail

      • getEventGroups

        public Set<String> getEventGroups()
        Description copied from interface: IPortalEvent
        Returns the event group identifiers for which this event was raised. The possible groups for each event may be defined by each event implementation.
        Specified by:
        getEventGroups in interface IPortalEvent
        Returns:
        this event's groups. Must never return null, but may return an empty set to indicate that this event does not belong to any group.
      • setEventGroups

        protected void setEventGroups​(Set<String> eventGroups)
        Sets the groups for this event.
        Parameters:
        eventGroups - the groups to set.
        Since:
        4.1.0
      • setOperationType

        protected void setOperationType​(PortalEventOperationType operationType)
        Sets the type of operation that generated this event.
        Parameters:
        operationType - the operation type value to set.
        Since:
        4.1.0