|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPortalEvent | |
---|---|
lumis.content.metadata | |
lumis.doui.table | |
lumis.portal.authentication.event | |
lumis.portal.cache | |
lumis.portal.channel | |
lumis.portal.cluster.event | Contains events raised by the cluster package. |
lumis.portal.event | The portal event framework allows the sending of events and the register of observers to receive such events. |
lumis.portal.event.persistence | Contains standard persistence events implementation. |
lumis.portal.filesystem.event | Contains events raised by the file system package. |
lumis.portal.page | |
lumis.portal.page.cache | Implements the portal's page HTML cache engine. |
lumis.portal.publicdatafolder | |
lumis.portal.serviceinstance | |
lumis.portal.serviceinterfaceinstance | |
lumis.service.rss |
Uses of IPortalEvent in lumis.content.metadata |
---|
Methods in lumis.content.metadata with parameters of type IPortalEvent | |
---|---|
void |
PrincipalObserver.onEvent(IPortalEvent event)
|
Uses of IPortalEvent in lumis.doui.table |
---|
Methods in lumis.doui.table that return IPortalEvent | |
---|---|
protected IPortalEvent |
TableDeleteDataProcessActionHandler.createRenderDataChangedEvent(Object itemId)
|
protected IPortalEvent |
BaseTableDataProcessActionHandler.createRenderDataChangedEvent(Object itemId)
Creates a render data changed event. |
Uses of IPortalEvent in lumis.portal.authentication.event |
---|
Classes in lumis.portal.authentication.event that implement IPortalEvent | |
---|---|
class |
SessionEvent
Base class for events generated for the user session lifecycle. |
class |
SessionExpiredEvent
Event generated when a user session has ended due to expiration. |
class |
SessionLoginEvent
Event generated when an user login is performed. |
class |
SessionLogoutEvent
Event generated when an user logout is performed. |
Uses of IPortalEvent in lumis.portal.cache |
---|
Methods in lumis.portal.cache with parameters of type IPortalEvent | |
---|---|
void |
ClusterMembershipObserver.onEvent(IPortalEvent event)
|
Uses of IPortalEvent in lumis.portal.channel |
---|
Classes in lumis.portal.channel that implement IPortalEvent | |
---|---|
class |
ChannelRenderDataChangedEvent
Event that indicates that the render data of some channels may have changed. |
Uses of IPortalEvent in lumis.portal.cluster.event |
---|
Classes in lumis.portal.cluster.event that implement IPortalEvent | |
---|---|
class |
ClusterMembershipChangedEvent
Event raised when the current membership of the cluster changed, due to members joining or exiting. |
class |
ClusterMessageReceivedEvent
Event raised whenever a cluster message is received. |
Uses of IPortalEvent in lumis.portal.event |
---|
Classes in lumis.portal.event that implement IPortalEvent | |
---|---|
class |
AbstractPortalEvent
An abstract implementation for IPortalEvent . |
class |
AbstractTransactionalPortalEvent
An event that is raised inside a transactional context. |
class |
BaseNotificationConfig
Deprecated. Since 4.1.0, replaced by IPortalEventObserver
and its implementations, such as AbstractPortalEvent and
AbstractTransactionalPortalEvent . |
Methods in lumis.portal.event with parameters of type IPortalEvent | |
---|---|
boolean |
IPortalEventFilter.accept(IPortalEvent event)
Indicates if the given event is accepted. |
void |
PortalEventManager.notifyObservers(IPortalEvent event)
|
void |
IPortalEventManager.notifyObservers(IPortalEvent event)
Notify event observers of the given event. |
void |
IPortalEventObserver.onEvent(IPortalEvent event)
Notifies that an event has been raised. |
Uses of IPortalEvent in lumis.portal.event.persistence |
---|
Classes in lumis.portal.event.persistence that implement IPortalEvent | |
---|---|
class |
PersistenceEvent
Base class for standard persistence events. |
class |
PostAddEvent
Event raised after the add of an entity to persistence. |
class |
PostDeleteEvent
Event raised after the delete of an entity from persistence. |
class |
PostLoadEvent
Event raised after the loading of an entity from persistence. |
class |
PostUpdateEvent
Event raised after the update of an entity in persistence. |
class |
PreAddEvent
Event raised before the add of an entity to persistence. |
class |
PreDeleteEvent
Event raised before the delete of an entity from persistence. |
class |
PreLoadEvent
Event raised before the loading of an entity from persistence. |
class |
PreUpdateEvent
Event raised before the update of an entity in persistence. |
Uses of IPortalEvent in lumis.portal.filesystem.event |
---|
Classes in lumis.portal.filesystem.event that implement IPortalEvent | |
---|---|
class |
FileSystemAddEvent
Event raised when an entry is added to the portal file system. |
class |
FileSystemDeleteEvent
Event raised when an entry is deleted from the portal file system. |
class |
FileSystemEvent
Base class for file system events. |
class |
FileSystemUpdateEvent
Event raised when an entry is updated in the portal file system. |
Uses of IPortalEvent in lumis.portal.page |
---|
Classes in lumis.portal.page that implement IPortalEvent | |
---|---|
class |
PageRenderDataChangedEvent
Event that indicates that the render data of some pages may have changed. |
Uses of IPortalEvent in lumis.portal.page.cache |
---|
Methods in lumis.portal.page.cache with parameters of type IPortalEvent | |
---|---|
void |
PageCacheUrlConversionCacheObserver.onEvent(IPortalEvent ev)
|
void |
PageCacheObserver.onEvent(IPortalEvent event)
|
Uses of IPortalEvent in lumis.portal.publicdatafolder |
---|
Methods in lumis.portal.publicdatafolder with parameters of type IPortalEvent | |
---|---|
void |
FileSystemObserver.onEvent(IPortalEvent ev)
|
Uses of IPortalEvent in lumis.portal.serviceinstance |
---|
Classes in lumis.portal.serviceinstance that implement IPortalEvent | |
---|---|
class |
ServiceInstanceRenderDataChangedEvent
Event that indicates that the render data of some service instances may have changed. |
Uses of IPortalEvent in lumis.portal.serviceinterfaceinstance |
---|
Classes in lumis.portal.serviceinterfaceinstance that implement IPortalEvent | |
---|---|
class |
ServiceInterfaceInstanceRenderDataChangedEvent
Event that indicates that the render data of some service interface instances may have changed. |
Methods in lumis.portal.serviceinterfaceinstance with parameters of type IPortalEvent | |
---|---|
void |
ServiceInterfaceInstanceObserver.onEvent(IPortalEvent ev)
|
Uses of IPortalEvent in lumis.service.rss |
---|
Methods in lumis.service.rss with parameters of type IPortalEvent | |
---|---|
void |
RssObserver.onEvent(IPortalEvent ev)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |