12-24-2013 08:34 AM
public String getMailForUser(String userId) {
User user = getIdentityService().createUserQuery().userId(userId).singleResult();
return user.getEmail();
}
12-24-2013 08:55 AM
01-06-2014 04:48 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.