public abstract class OutlookSpace extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId
The group id.
|
protected String |
prettyName
The pretty name.
|
protected String |
shortName
The short name.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
OutlookSpace(String groupId,
String title,
String shortName,
String prettyName)
Instantiates a new outlook space.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<File> |
findLastDocuments(String text)
Find last documents.
|
abstract Folder |
getFolder(String path)
Gets the folder.
|
String |
getGroupId()
Gets the group id.
|
String |
getPrettyName()
Gets the pretty name.
|
abstract Folder |
getRootFolder()
Gets the root folder.
|
String |
getShortName()
Gets the short name.
|
String |
getTitle()
Gets the title.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookUser user,
String text)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookUser user,
String title,
String body)
Post activity.
|
protected final String groupId
protected final String title
protected final String shortName
protected final String prettyName
public String getGroupId()
public String getTitle()
public String getShortName()
public String getPrettyName()
public abstract Folder getFolder(String path) throws OutlookException, javax.jcr.RepositoryException
path - the pathOutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionpublic abstract Folder getRootFolder() throws OutlookException, javax.jcr.RepositoryException
OutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookMessage message) throws Exception
message - the messageException - the exceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookUser user, String title, String body) throws Exception
user - the usertitle - the titlebody - the bodyException - the exceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookUser user, String text) throws Exception
user - the usertext - the textException - the exceptionpublic abstract Collection<File> findLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
text - the textjavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.