Uses of Class
org.silverpeas.core.notification.system.AbstractResourceEvent
-
-
Uses of AbstractResourceEvent in org.silverpeas.core.admin.component.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.admin.component.notification Modifier and Type Class Description class
ComponentInstanceEvent
Events about the life-cycle of a component instance. -
Uses of AbstractResourceEvent in org.silverpeas.core.admin.space.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.admin.space.notification Modifier and Type Class Description class
SpaceEvent
-
Uses of AbstractResourceEvent in org.silverpeas.core.admin.user.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.admin.user.notification Modifier and Type Class Description class
GroupEvent
An event about the creation, an update or a deletion of a user group in Silverpeas.class
GroupUserLinkEvent
An event about the creation, the update or the deletion of a link between user and a group of users in Silverpeas.class
UserEvent
An event about the creation, an update or a deletion of a user in Silverpeas. -
Uses of AbstractResourceEvent in org.silverpeas.core.calendar.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.calendar.notification Modifier and Type Class Description class
AttendeeLifeCycleEvent
An lifecycle event of anAttendee
.class
CalendarEventLifeCycleEvent
A lifecycle event ofCalendarEvent
instances.class
CalendarEventOccurrenceLifeCycleEvent
Notification event about changes in the life-cycle of one or several event occurrences.class
CalendarLifeCycleEvent
A lifecycle event ofCalendar
instances. -
Uses of AbstractResourceEvent in org.silverpeas.core.comment.service.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.comment.service.notification Modifier and Type Class Description class
CommentEvent
An event of the life-cycle of comments. -
Uses of AbstractResourceEvent in org.silverpeas.core.contribution
Methods in org.silverpeas.core.contribution with parameters of type AbstractResourceEvent Modifier and Type Method Description void
ContributionEventProcessor. onCreation(AbstractResourceEvent<? extends Contribution> event)
void
ContributionEventProcessor. onDeletion(AbstractResourceEvent<? extends Contribution> event)
void
ContributionEventProcessor. onMove(AbstractResourceEvent<? extends Contribution> event)
void
ContributionEventProcessor. onUpdate(AbstractResourceEvent<? extends Contribution> event)
-
Uses of AbstractResourceEvent in org.silverpeas.core.contribution.attachment.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.contribution.attachment.notification Modifier and Type Class Description class
AttachmentEvent
An event about the life-cycle change of an attachment in Silverpeas. -
Uses of AbstractResourceEvent in org.silverpeas.core.contribution.content.wysiwyg.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.contribution.content.wysiwyg.notification Modifier and Type Class Description class
WysiwygEvent
An event about a change in the life-cycle of the specified WYSIWYG content. -
Uses of AbstractResourceEvent in org.silverpeas.core.contribution.publication.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.contribution.publication.notification Modifier and Type Class Description class
PublicationEvent
Event about a publication. -
Uses of AbstractResourceEvent in org.silverpeas.core.node.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.node.notification Modifier and Type Class Description class
NodeEvent
An event about a change on a node. -
Uses of AbstractResourceEvent in org.silverpeas.core.notification.system
Classes in org.silverpeas.core.notification.system with type parameters of type AbstractResourceEvent Modifier and Type Class Description class
CDIResourceEventNotifier<R extends Serializable,T extends AbstractResourceEvent<?>>
A synchronous event notifier using the notification bus of CDI.class
JMSResourceEventListener<T extends AbstractResourceEvent<?>>
An asynchronous event listener.class
JMSResourceEventNotifier<R extends Serializable,T extends AbstractResourceEvent<?>>
An asynchronous notifier of resource events based on JMS. -
Uses of AbstractResourceEvent in org.silverpeas.core.personalization.notification
Subclasses of AbstractResourceEvent in org.silverpeas.core.personalization.notification Modifier and Type Class Description class
UserPreferenceEvent
-
Uses of AbstractResourceEvent in org.silverpeas.core.socialnetwork.relationship
Subclasses of AbstractResourceEvent in org.silverpeas.core.socialnetwork.relationship Modifier and Type Class Description class
RelationShipEvent
Event about creation or deletion of relationship between users. -
Uses of AbstractResourceEvent in org.silverpeas.core.workflow.engine.user
Subclasses of AbstractResourceEvent in org.silverpeas.core.workflow.engine.user Modifier and Type Class Description class
ReplacementEvent
Event about the replacements of users in a given workflow.
-