public class EmailNotifyCloudDocumentListener extends Object implements javax.jcr.observation.EventListener
EmailNotifyListener with proposed fix of
https://jira.exoplatform.org/browse/ECMS-5973.| Modifier and Type | Field and Description |
|---|---|
static String |
EMAIL_WATCHERS_PROP
The Constant EMAIL_WATCHERS_PROP.
|
| Constructor and Description |
|---|
EmailNotifyCloudDocumentListener(javax.jcr.Node oNode)
Instantiates a new email notify cloud document listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMemberships()
Gets the memberships.
|
void |
onEvent(javax.jcr.observation.EventIterator arg0)
This method is used for listening to all changes of property of a node, when there is a change,
message is sent to list of email.
|
public static final String EMAIL_WATCHERS_PROP
public EmailNotifyCloudDocumentListener(javax.jcr.Node oNode)
oNode - the o nodepublic void onEvent(javax.jcr.observation.EventIterator arg0)
onEvent in interface javax.jcr.observation.EventListenerarg0 - the arg 0Copyright © 2003–2016 eXo Platform SAS. All rights reserved.