Class GroupUserLinkEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<GroupUserLink>
-
- org.silverpeas.core.admin.user.notification.GroupUserLinkEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<GroupUserLink>
public class GroupUserLinkEvent extends AbstractResourceEvent<GroupUserLink>
An event about the creation, the update or the deletion of a link between user and a group of users in Silverpeas. The link symbolizes the belonging of a user to a group.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.notification.system.ResourceEvent
ResourceEvent.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GroupUserLinkEvent()
GroupUserLinkEvent(ResourceEvent.Type type, GroupUserLink... links)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.notification.system.AbstractResourceEvent
equals, getParameters, getParameterValue, getTransition, getType, hashCode, putParameter
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.system.ResourceEvent
isOnCreation, isOnDeletion, isOnRecovery, isOnRemoving, isOnUpdate
-
-
-
-
Constructor Detail
-
GroupUserLinkEvent
protected GroupUserLinkEvent()
-
GroupUserLinkEvent
public GroupUserLinkEvent(ResourceEvent.Type type, GroupUserLink... links)
-
-