org.alfresco.service.cmr.notification
Interface NotificationProvider

All Known Implementing Classes:
EMailNotificationProvider, NotificationServiceImplSystemTest.TestNotificationProvider

public interface NotificationProvider

Notification Provider interface.

Since:
4.0

Method Summary
 java.lang.String getName()
          Gets the name of the notification provider.
 void sendNotification(NotificationContext notificationContext)
          Sends a notification using the notification provider.
 

Method Detail

getName

@NotAuditable
java.lang.String getName()
Gets the name of the notification provider.

Returns:
notification provider name

sendNotification

@NotAuditable
void sendNotification(NotificationContext notificationContext)
Sends a notification using the notification provider.

Parameters:
notificationContext - notification context


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.