public abstract class OutlookUser extends OutlookEmail
| Modifier and Type | Field and Description |
|---|---|
protected String |
localUser
The local user.
|
protected URI |
mailServerUrl
The mail server url.
|
displayName, email| Modifier | Constructor and Description |
|---|---|
protected |
OutlookUser(String email,
String displayName,
String localUser)
Instantiates a new outlook user.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.exoplatform.forum.service.Topic |
addForumTopic(String categoryId,
String forumId,
OutlookMessage message)
Adds the forum topic.
|
abstract org.exoplatform.wiki.mow.api.Page |
addWikiPage(OutlookMessage message)
Adds the wiki page.
|
String |
getLocalUser()
Gets the local user.
|
URI |
getMailServerUrl()
Gets the mail server url.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String text)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String title,
String body)
Post activity.
|
protected void |
setMailServerUrl(URI mailServerUrl)
Sets the mail server url.
|
getDisplayName, getEmail, setEmail, toStringprotected final String localUser
protected URI mailServerUrl
public String getLocalUser()
public URI getMailServerUrl()
protected void setMailServerUrl(URI mailServerUrl)
mailServerUrl - the new mail server urlpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookMessage message) throws OutlookException
message - the messageOutlookException - the outlook exceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String title, String body) throws Exception
title - the titlebody - the bodyException - the exceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String text) throws Exception
text - the textException - the exceptionpublic abstract org.exoplatform.wiki.mow.api.Page addWikiPage(OutlookMessage message) throws Exception
message - the messageException - the exceptionpublic abstract org.exoplatform.forum.service.Topic addForumTopic(String categoryId, String forumId, OutlookMessage message) throws Exception
categoryId - the category idforumId - the forum idmessage - the messageException - the exceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.