Modifier and Type | Method and Description |
---|---|
void |
ContentIndexerObserver.onEvent(IPortalEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ContentRenderDataChangedEvent
Event that indicates that the render data of a content may have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentUrlUpdateObserver.onEvent(IPortalEvent ev) |
Modifier and Type | Method and Description |
---|---|
protected Collection<IPortalEvent> |
ContentTableSource.createRenderDataChangedEvent(PortalEventOperationType operationType,
Collection<String> itemIds) |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowActionExecutedEvent
Event generated when a content's workflow action is executed.
|
Modifier and Type | Method and Description |
---|---|
void |
DouiBigDataUtil.DouiBigDataInitObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ClearDouiRestCacheEventObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
protected Collection<IPortalEvent> |
Source.createRenderDataChangedEvent(PortalEventOperationType operationType,
Collection<String> itemIds)
Returns the render data changed event to be sent by
Source.sendRenderDataChangedNotification(PortalEventOperationType, Collection) . |
Modifier and Type | Class and Description |
---|---|
class |
SourceAddDataEvent
Base event class for source's add data operation.
|
class |
SourceDeleteDataEvent
Base event class for source's delete data operation.
|
class |
SourcePostAddDataEvent
Event raised by
Source after data is added. |
class |
SourcePostDeleteDataEvent
Event raised by
Source after data is deleted. |
class |
SourcePostUpdateDataEvent
Event raised by
Source after data is updated. |
class |
SourcePreAddDataEvent
Event raised by
Source before data is added. |
class |
SourcePreDeleteDataEvent
Event raised by
Source before data is deleted. |
class |
SourcePreUpdateDataEvent
Event raised by
Source before data is updated. |
class |
SourceUpdateDataEvent
Base event class for source's update data operation.
|
Modifier and Type | Method and Description |
---|---|
protected IPortalEvent |
BaseTableDataProcessActionHandler.createRenderDataChangedEvent(Object itemId)
Deprecated.
Creates a render data changed event.
|
protected IPortalEvent |
TableDeleteDataProcessActionHandler.createRenderDataChangedEvent(Object itemId)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityDocumentAddedEvent
Event that indicates that an
ActivityDocument has been added to the big data. |
Modifier and Type | Method and Description |
---|---|
void |
ActivityStreamBigDataInitObserver.onEvent(IPortalEvent event) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDataRepositoryInitializedEvent
Event that indicates that a
IBigDataRepository instance has been initialized in the local JVM. |
class |
BigDataRepositoryPreDestroyEvent
Event that indicates that a
IBigDataRepository instance is about to be destroyed in the local JVM. |
Modifier and Type | Method and Description |
---|---|
void |
ClusterMembershipObserver.onEvent(IPortalEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelRenderDataChangedEvent
Event that indicates that the render data of some channels may have changed.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandPaletteBigDataInitializedEventObserver.onEvent(IPortalEvent event) |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
boolean |
IPortalEventFilter.accept(IPortalEvent event)
Indicates if the given event is accepted.
|
void |
IPortalEventManager.notifyObservers(IPortalEvent event)
Notify event observers of the given event.
|
void |
PortalEventManager.notifyObservers(IPortalEvent event) |
void |
IPortalEventObserver.onEvent(IPortalEvent event)
Notifies that an event has been raised.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterFileSystemAddEvent
Event raised when a file has been added and will propagate to the whole cluster.
|
class |
ClusterFileSystemDeleteEvent
Event raised when a file has been removed and will propagate to the whole cluster.
|
class |
ClusterFileSystemUpdateEvent
Event raised when a file has been updated in the portal file system.
|
class |
FileSystemAddEvent
Deprecated.
Since 12.0.0, for optimizations purposes, this event is no longer raised.
ClusterFileSystemAddEvent event is still raised. |
class |
FileSystemDeleteEvent
Deprecated.
Since 12.0.0, for optimizations purposes, this event is no longer raised.
ClusterFileSystemDeleteEvent event is still raised. |
class |
FileSystemEvent
Base class for file system events.
|
class |
FileSystemUpdateEvent
Deprecated.
Since 12.0.0, for optimizations purposes, this event is no longer raised.
ClusterFileSystemUpdateEvent event is still raised. |
Modifier and Type | Method and Description |
---|---|
void |
LocalizationCacheClearObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorBigDataInitObserver.onEvent(IPortalEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
PageRenderDataChangedEvent
Event that indicates that the render data of some pages may have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
PageCacheObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlProcessorEventObserver.onEvent(IPortalEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRenderDataChangedEvent
IPortalEvent that represents the change of services. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceInstanceRenderDataChangedEvent
Event that indicates that the render data of some service instances
may have changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceInterfaceInstanceRenderDataChangedEvent
Event that indicates that the render data of some service interface instances
may have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInterfaceInstanceObserver.onEvent(IPortalEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
URLConversionCacheObserver.onEvent(IPortalEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
WebFileReplicationObserver.onEvent(IPortalEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityDocumentObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AutoAdministrationObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
CommentItContentDeleteObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlInjectorEventObserver.onEvent(IPortalEvent event)
Clear cache of the Service Instance if is a lumis.service.htmlinjector
|
Modifier and Type | Method and Description |
---|---|
void |
LikeItContentDeleteObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PageBlockRenderDataChangedObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PagePersonalizationObserver.onEvent(IPortalEvent ev) |
void |
WidgetRenderDataChangedObserver.onEvent(IPortalEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
RssObserver.onEvent(IPortalEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
MicroblogPortalObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SocialProfilePortalObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
UserPostContentPublicationUpdateObserver.onEvent(IPortalEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInterfaceInstanceDeleteObserver.onEvent(IPortalEvent event) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.