| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.core.operations.notification |
| Modifier and Type | Method and Description |
|---|---|
static List<MailBox> |
MailBox.fetchPersonsFromList(List<String> values,
boolean isStrict)
Fetch for each string given the mailbox target associated see
|
static List<MailBox> |
MailBox.fetchPersonsFromString(String value,
boolean isStrict)
Resolve value to find the mailbox associated. if strict is true and if value is prefixed by "user:" then find the
email address in his profile, otherwise the given string is considered as the email address. if strict is false,
and there is comma.
|
Copyright © 2019 Nuxeo SA. All rights reserved.