Class RelationShipEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<RelationShip>
-
- org.silverpeas.core.socialnetwork.relationship.RelationShipEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<RelationShip>
public class RelationShipEvent extends AbstractResourceEvent<RelationShip>
Event about creation or deletion of relationship between users.
Fired just after SQL statement in RelationShipDao.java
- Author:
- remipassmoilesel
- 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
RelationShipEvent()
RelationShipEvent(ResourceEvent.Type type, RelationShip... ressource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
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, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.system.ResourceEvent
isOnCreation, isOnDeletion, isOnRecovery, isOnRemoving, isOnUpdate
-
-
-
-
Constructor Detail
-
RelationShipEvent
protected RelationShipEvent()
-
RelationShipEvent
public RelationShipEvent(ResourceEvent.Type type, RelationShip... ressource)
-
-