Class AttachmentEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<AttachmentRef>
-
- org.silverpeas.core.contribution.attachment.notification.AttachmentEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<AttachmentRef>
public class AttachmentEvent extends AbstractResourceEvent<AttachmentRef>
An event about the life-cycle change of an attachment in Silverpeas. It represents an event occurring when an attachment, represented by a simple document, is either created, or updated or deleted.- 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
AttachmentEvent()
AttachmentEvent(ResourceEvent.Type type, SimpleDocument... document)
-
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
-
AttachmentEvent
protected AttachmentEvent()
-
AttachmentEvent
public AttachmentEvent(ResourceEvent.Type type, SimpleDocument... document)
-
-