|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.attachment.notification.AttachmentNotificationService
public class AttachmentNotificationService
A service to notify about the events which occurs on attachment. It provides an easy access to the underlying messaging system used in the notification.
Method Summary | |
---|---|
static AttachmentNotificationService |
getService()
Gets an instance of the service. |
void |
notifyOnDeletionOf(SimpleDocument attachment)
Notifies the registered beans a given node (with and its children) comes to be deleted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AttachmentNotificationService getService()
public void notifyOnDeletionOf(SimpleDocument attachment)
attachment
- the document that is deleted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |