protected class OutlookServiceImpl.OutlookSpaceImpl extends OutlookSpace
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<org.exoplatform.outlook.OutlookServiceImpl.OutlookSpaceImpl.RootFolder> |
rootFolder
The root folder.
|
protected String |
rootPath
The root path.
|
protected org.exoplatform.social.core.manager.ActivityManager |
socialActivityManager
The social activity manager.
|
protected org.exoplatform.social.core.manager.IdentityManager |
socialIdentityManager
The social identity manager.
|
groupId, prettyName, shortName, title| Modifier | Constructor and Description |
|---|---|
protected |
OutlookSpaceImpl(org.exoplatform.social.core.space.model.Space socialSpace)
Instantiates a new outlook space impl.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.forum.service.Topic |
addForumTopic(OutlookMessage message)
Adds the forum topic.
|
org.exoplatform.forum.service.Topic |
addForumTopic(OutlookUser user,
String name,
String text)
Adds the forum topic.
|
org.exoplatform.wiki.mow.api.Page |
addWikiPage(OutlookMessage message)
Adds the wiki page.
|
Collection<File> |
findLastDocuments(String text)
Find last documents.
|
Folder |
getFolder(String path)
Gets the folder.
|
Folder |
getRootFolder()
Gets the root folder.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookUser user,
String text)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookUser user,
String title,
String body)
Post activity.
|
getGroupId, getPrettyName, getShortName, getTitleprotected final String rootPath
protected final ThreadLocal<org.exoplatform.outlook.OutlookServiceImpl.OutlookSpaceImpl.RootFolder> rootFolder
protected final org.exoplatform.social.core.manager.IdentityManager socialIdentityManager
protected final org.exoplatform.social.core.manager.ActivityManager socialActivityManager
protected OutlookSpaceImpl(org.exoplatform.social.core.space.model.Space socialSpace)
throws javax.jcr.RepositoryException,
OutlookException
socialSpace - the social spacejavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionpublic Folder getFolder(String path) throws OutlookException, javax.jcr.RepositoryException
getFolder in class OutlookSpacepath - the pathOutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionpublic Folder getRootFolder() throws OutlookException, javax.jcr.RepositoryException
getRootFolder in class OutlookSpaceOutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionpublic Collection<File> findLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
findLastDocuments in class OutlookSpacetext - the textjavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookMessage message) throws Exception
postActivity in class OutlookSpacemessage - the messageException - the exceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookUser user, String title, String body) throws Exception
postActivity in class OutlookSpaceuser - the usertitle - the titlebody - the bodyException - the exceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookUser user, String text) throws Exception
postActivity in class OutlookSpaceuser - the usertext - the textException - the exceptionpublic org.exoplatform.wiki.mow.api.Page addWikiPage(OutlookMessage message) throws Exception
addWikiPage in class OutlookSpacemessage - the messageException - the exceptionpublic org.exoplatform.forum.service.Topic addForumTopic(OutlookMessage message) throws Exception
addForumTopic in class OutlookSpacemessage - the messageException - the exceptionpublic org.exoplatform.forum.service.Topic addForumTopic(OutlookUser user, String name, String text) throws Exception
addForumTopic in class OutlookSpaceuser - the username - the nametext - the textException - the exceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.