Modifier and Type | Field and Description |
---|---|
String |
address |
String |
firstname |
String |
lastname |
Constructor and Description |
---|
MailBox(DocumentModel user,
boolean isStrict) |
MailBox(String info,
boolean isStrict) |
MailBox(String address,
String firstname,
String lastname) |
Modifier and Type | Method and Description |
---|---|
static List<MailBox> |
fetchPersonsFromList(List<String> values,
boolean isStrict)
Fetch for each string given the mailbox target associated see
|
static List<MailBox> |
fetchPersonsFromString(String value,
boolean isStrict)
Resolve value to find the mailbox associated.
|
UserManager |
getUmgr() |
String |
toString()
returning the mailbox address as String.
|
public MailBox(DocumentModel user, boolean isStrict)
public static List<MailBox> fetchPersonsFromList(List<String> values, boolean isStrict)
public static List<MailBox> fetchPersonsFromString(String value, boolean isStrict)
public UserManager getUmgr()
Copyright © 2015 Nuxeo SA. All rights reserved.