|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.notification.EMailNotificationProvider
public class EMailNotificationProvider
EMail notification provider implementation
| Field Summary | |
|---|---|
static java.lang.String |
NAME
Name of provider |
| Constructor Summary | |
|---|---|
EMailNotificationProvider()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the notification provider. |
void |
init()
Init method registers provider with notification service. |
void |
sendNotification(NotificationContext notificationContext)
Sends a notification using the notification provider. |
void |
setActionService(ActionService actionService)
|
void |
setFileFolderService(FileFolderService fileFolderService)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
void |
setNotificationService(NotificationService notificationService)
|
void |
setPersonService(PersonService personService)
|
void |
setRepoAdminService(RepoAdminService repoAdminService)
|
void |
setRepository(Repository repository)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public EMailNotificationProvider()
| Method Detail |
|---|
public void setNotificationService(NotificationService notificationService)
notificationService - notification servicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - node servicepublic void setActionService(ActionService actionService)
actionService - action servicepublic void setPersonService(PersonService personService)
personService - person servicepublic void setRepository(Repository repository)
repository - repository objectpublic void setRepoAdminService(RepoAdminService repoAdminService)
repoAdminService - repository administration serviceSpublic void setFileFolderService(FileFolderService fileFolderService)
fileFolderService - file folder servicepublic void init()
public java.lang.String getName()
NotificationProvider
getName in interface NotificationProviderNotificationProvider.getName()public void sendNotification(NotificationContext notificationContext)
NotificationProvider
sendNotification in interface NotificationProvidernotificationContext - notification contextNotificationProvider.sendNotification(org.alfresco.service.cmr.notification.NotificationContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||