@StableMinor(version="12.3", sinceVersion="4.2") public interface IPortalEvent
Events belongs to a set of groups, as returned by the getEventGroups()
method. The definition of what is a group is open-ended, and each event
implementation may use its own definition. An event may also not belong to
any group at its own discretion, by returning an empty set.
IPortalEventManager.notifyObservers(IPortalEvent)
,
AbstractPortalEvent
,
AbstractTransactionalPortalEvent
Modifier and Type | Method and Description |
---|---|
Set<String> |
getEventGroups()
Returns the event group identifiers for which this event was raised.
|
PortalEventOperationType |
getOperationType()
Returns the type of operation that generated this event.
|
String |
toString()
Returns a string representation for this event.
|
Set<String> getEventGroups()
null
, but
may return an empty set to indicate that this event does not belong
to any group.PortalEventOperationType getOperationType()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.