protected class OutlookServiceImpl.OutlookSpaceImpl extends OutlookSpace
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<org.exoplatform.outlook.OutlookServiceImpl.OutlookSpaceImpl.RootFolder> |
rootFolder |
protected String |
rootPath |
protected org.exoplatform.social.core.manager.ActivityManager |
socialActivityManager |
protected org.exoplatform.social.core.manager.IdentityManager |
socialIdentityManager |
groupId, prettyName, shortName, title| Modifier | Constructor and Description |
|---|---|
protected |
OutlookSpaceImpl(org.exoplatform.social.core.space.model.Space socialSpace) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.forum.service.Topic |
addForumTopic(OutlookMessage message) |
org.exoplatform.forum.service.Topic |
addForumTopic(OutlookUser user,
String name,
String text) |
org.exoplatform.wiki.mow.api.Page |
addWikiPage(OutlookMessage message) |
Collection<File> |
findLastDocuments(String text) |
Folder |
getFolder(String path) |
Folder |
getRootFolder() |
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message) |
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookUser user,
String text) |
org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookUser user,
String title,
String body) |
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
javax.jcr.RepositoryExceptionOutlookExceptionpublic Folder getFolder(String path) throws OutlookException, javax.jcr.RepositoryException
getFolder in class OutlookSpaceOutlookExceptionjavax.jcr.RepositoryExceptionpublic Folder getRootFolder() throws OutlookException, javax.jcr.RepositoryException
getRootFolder in class OutlookSpaceOutlookExceptionjavax.jcr.RepositoryExceptionpublic Collection<File> findLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
findLastDocuments in class OutlookSpacejavax.jcr.RepositoryExceptionOutlookExceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookMessage message) throws Exception
postActivity in class OutlookSpaceExceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookUser user, String title, String body) throws Exception
postActivity in class OutlookSpaceExceptionpublic org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookUser user, String text) throws Exception
postActivity in class OutlookSpaceExceptionpublic org.exoplatform.wiki.mow.api.Page addWikiPage(OutlookMessage message) throws Exception
addWikiPage in class OutlookSpaceExceptionpublic org.exoplatform.forum.service.Topic addForumTopic(OutlookMessage message) throws Exception
addForumTopic in class OutlookSpaceExceptionpublic org.exoplatform.forum.service.Topic addForumTopic(OutlookUser user, String name, String text) throws Exception
addForumTopic in class OutlookSpaceExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.