Interface IPortalEvent

    • Method Detail

      • getEventGroups

        java.util.Set<java.lang.String> getEventGroups()
        Returns the event group identifiers for which this event was raised. The possible groups for each event may be defined by each event implementation.
        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.
        Since:
        4.1.0
      • getOperationType

        PortalEventOperationType getOperationType()
        Returns the type of operation that generated this event.
        Returns:
        the type of operation that generated this event.
        Since:
        4.1.0
      • toString

        java.lang.String toString()
        Returns a string representation for this event. This representation is mostly suited for debugging and logging.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation for this event.
        Since:
        4.1.0