Uses of Interface
lumis.portal.event.IPortalEvent
-
-
Uses of IPortalEvent in lumis.content.bigdata
Methods in lumis.content.bigdata with parameters of type IPortalEvent Modifier and Type Method Description void
ContentIndexerObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.content.core
Classes in lumis.content.core that implement IPortalEvent Modifier and Type Class Description class
ContentRenderDataChangedEvent
Event that indicates that the render data of a content may have changed.Methods in lumis.content.core with parameters of type IPortalEvent Modifier and Type Method Description void
ContentUrlUpdateObserver. onEvent(IPortalEvent ev)
-
Uses of IPortalEvent in lumis.content.table
Methods in lumis.content.table that return types with arguments of type IPortalEvent Modifier and Type Method Description protected Collection<IPortalEvent>
ContentTableSource. createRenderDataChangedEvent(PortalEventOperationType operationType, Collection<String> itemIds)
-
Uses of IPortalEvent in lumis.content.workflow
Classes in lumis.content.workflow that implement IPortalEvent Modifier and Type Class Description class
WorkflowActionExecutedEvent
Event generated when a content's workflow action is executed. -
Uses of IPortalEvent in lumis.doui.bigdata
Methods in lumis.doui.bigdata with parameters of type IPortalEvent Modifier and Type Method Description void
DouiBigDataUtil.DouiBigDataInitObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.doui.service.api.rest.internal
Methods in lumis.doui.service.api.rest.internal with parameters of type IPortalEvent Modifier and Type Method Description void
ClearDouiRestCacheEventObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.doui.source
Methods in lumis.doui.source that return types with arguments of type IPortalEvent Modifier and Type Method Description protected Collection<IPortalEvent>
Source. createRenderDataChangedEvent(PortalEventOperationType operationType, Collection<String> itemIds)
Returns the render data changed event to be sent bySource.sendRenderDataChangedNotification(PortalEventOperationType, Collection)
. -
Uses of IPortalEvent in lumis.doui.source.event
Classes in lumis.doui.source.event that implement IPortalEvent Modifier and Type Class 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 bySource
after data is added.class
SourcePostDeleteDataEvent
Event raised bySource
after data is deleted.class
SourcePostUpdateDataEvent
Event raised bySource
after data is updated.class
SourcePreAddDataEvent
Event raised bySource
before data is added.class
SourcePreDeleteDataEvent
Event raised bySource
before data is deleted.class
SourcePreUpdateDataEvent
Event raised bySource
before data is updated.class
SourceUpdateDataEvent
Base event class for source's update data operation. -
Uses of IPortalEvent in lumis.doui.table
Methods in lumis.doui.table that return IPortalEvent Modifier and Type Method Description protected IPortalEvent
BaseTableDataProcessActionHandler. createRenderDataChangedEvent(Object itemId)
Deprecated.Creates a render data changed event.protected IPortalEvent
TableDeleteDataProcessActionHandler. createRenderDataChangedEvent(Object itemId)
Deprecated. -
Uses of IPortalEvent in lumis.portal.activitystream
Classes in lumis.portal.activitystream that implement IPortalEvent Modifier and Type Class Description class
ActivityDocumentAddedEvent
Event that indicates that anActivityDocument
has been added to the big data.Methods in lumis.portal.activitystream with parameters of type IPortalEvent Modifier and Type Method Description void
ActivityStreamBigDataInitObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.authentication.event
Classes in lumis.portal.authentication.event that implement IPortalEvent Modifier and Type Class 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. -
Uses of IPortalEvent in lumis.portal.bigdata
Classes in lumis.portal.bigdata that implement IPortalEvent Modifier and Type Class Description class
BigDataRepositoryInitializedEvent
Event that indicates that aIBigDataRepository
instance has been initialized in the local JVM.class
BigDataRepositoryPreDestroyEvent
Event that indicates that aIBigDataRepository
instance is about to be destroyed in the local JVM. -
Uses of IPortalEvent in lumis.portal.cache
Methods in lumis.portal.cache with parameters of type IPortalEvent Modifier and Type Method Description void
ClusterMembershipObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.channel
Classes in lumis.portal.channel that implement IPortalEvent Modifier and Type Class Description 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 Modifier and Type Class 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. -
Uses of IPortalEvent in lumis.portal.commandpalette
Methods in lumis.portal.commandpalette with parameters of type IPortalEvent Modifier and Type Method Description void
CommandPaletteBigDataInitializedEventObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.event
Classes in lumis.portal.event that implement IPortalEvent Modifier and Type Class Description class
AbstractPortalEvent
An abstract implementation forIPortalEvent
.class
AbstractTransactionalPortalEvent
An event that is raised inside a transactional context.Methods in lumis.portal.event with parameters of type IPortalEvent Modifier and Type Method 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. -
Uses of IPortalEvent in lumis.portal.event.persistence
Classes in lumis.portal.event.persistence that implement IPortalEvent Modifier and Type Class 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. -
Uses of IPortalEvent in lumis.portal.filesystem.event
Classes in lumis.portal.filesystem.event that implement IPortalEvent Modifier and Type Class 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.class
FileSystemDeleteEvent
Deprecated.Since 12.0.0, for optimizations purposes, this event is no longer 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. -
Uses of IPortalEvent in lumis.portal.localization
Methods in lumis.portal.localization with parameters of type IPortalEvent Modifier and Type Method Description void
LocalizationCacheClearObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.monitor.impl
Methods in lumis.portal.monitor.impl with parameters of type IPortalEvent Modifier and Type Method Description void
MonitorBigDataInitObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.page
Classes in lumis.portal.page that implement IPortalEvent Modifier and Type Class Description 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 Modifier and Type Method Description void
PageCacheObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.presentation
Methods in lumis.portal.presentation with parameters of type IPortalEvent Modifier and Type Method Description void
HtmlProcessorEventObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.portal.service
Classes in lumis.portal.service that implement IPortalEvent Modifier and Type Class Description class
ServiceRenderDataChangedEvent
IPortalEvent
that represents the change of services. -
Uses of IPortalEvent in lumis.portal.serviceinstance
Classes in lumis.portal.serviceinstance that implement IPortalEvent Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description void
ServiceInterfaceInstanceObserver. onEvent(IPortalEvent ev)
-
Uses of IPortalEvent in lumis.portal.url
Methods in lumis.portal.url with parameters of type IPortalEvent Modifier and Type Method Description void
URLConversionCacheObserver. onEvent(IPortalEvent ev)
-
Uses of IPortalEvent in lumis.portal.webfilereplication
Methods in lumis.portal.webfilereplication with parameters of type IPortalEvent Modifier and Type Method Description void
WebFileReplicationObserver. onEvent(IPortalEvent ev)
-
Uses of IPortalEvent in lumis.service.activitystream
Methods in lumis.service.activitystream with parameters of type IPortalEvent Modifier and Type Method Description void
ActivityDocumentObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.autoadministration
Methods in lumis.service.autoadministration with parameters of type IPortalEvent Modifier and Type Method Description void
AutoAdministrationObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.commentit
Methods in lumis.service.commentit with parameters of type IPortalEvent Modifier and Type Method Description void
CommentItContentDeleteObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.htmlinjector
Methods in lumis.service.htmlinjector with parameters of type IPortalEvent Modifier and Type Method Description void
HtmlInjectorEventObserver. onEvent(IPortalEvent event)
Clear cache of the Service Instance if is a lumis.service.htmlinjector -
Uses of IPortalEvent in lumis.service.likeit
Methods in lumis.service.likeit with parameters of type IPortalEvent Modifier and Type Method Description void
LikeItContentDeleteObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.pageblockviewer
Methods in lumis.service.pageblockviewer with parameters of type IPortalEvent Modifier and Type Method Description void
PageBlockRenderDataChangedObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.pagepersonalization.observer
Methods in lumis.service.pagepersonalization.observer with parameters of type IPortalEvent Modifier and Type Method Description void
PagePersonalizationObserver. onEvent(IPortalEvent ev)
void
WidgetRenderDataChangedObserver. onEvent(IPortalEvent ev)
-
Uses of IPortalEvent in lumis.service.rss
Methods in lumis.service.rss with parameters of type IPortalEvent Modifier and Type Method Description void
RssObserver. onEvent(IPortalEvent ev)
-
Uses of IPortalEvent in lumis.service.socialnetworkservices.microblog.doui.observer
Methods in lumis.service.socialnetworkservices.microblog.doui.observer with parameters of type IPortalEvent Modifier and Type Method Description void
MicroblogPortalObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.socialnetworkservices.socialprofile
Methods in lumis.service.socialnetworkservices.socialprofile with parameters of type IPortalEvent Modifier and Type Method Description void
SocialProfilePortalObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.userpost
Methods in lumis.service.userpost with parameters of type IPortalEvent Modifier and Type Method Description void
UserPostContentPublicationUpdateObserver. onEvent(IPortalEvent event)
-
Uses of IPortalEvent in lumis.service.wsrp.producer
Methods in lumis.service.wsrp.producer with parameters of type IPortalEvent Modifier and Type Method Description void
ServiceInterfaceInstanceDeleteObserver. onEvent(IPortalEvent event)
-