public class MailBox extends Object
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 String firstname
public String lastname
public String address
public MailBox(String address, String firstname, String lastname) throws ClientException
ClientException
public MailBox(DocumentModel user, boolean isStrict) throws ClientException
ClientException
public MailBox(String info, boolean isStrict) throws ClientException
ClientException
public static List<MailBox> fetchPersonsFromList(List<String> values, boolean isStrict) throws ClientException
ClientException
public static List<MailBox> fetchPersonsFromString(String value, boolean isStrict) throws ClientException
ClientException
public UserManager getUmgr()
Copyright © 2015 Nuxeo SA. All rights reserved.