public class OutlookActivitySupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_INITIALIZED
The Constant CONTEXT_INITIALIZED.
|
protected org.exoplatform.services.cms.documents.DocumentService |
documentService
The document service.
|
protected static org.exoplatform.services.log.Log |
LOG
The Constant LOG.
|
protected org.exoplatform.services.jcr.core.ManageableRepository |
repository
The repository.
|
| Modifier | Constructor and Description |
|---|---|
protected |
OutlookActivitySupport(org.exoplatform.services.cms.documents.DocumentService documentService,
org.exoplatform.services.jcr.core.ManageableRepository repository)
Instantiates a new outlook activity support.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityStatus(org.exoplatform.social.core.activity.model.ExoSocialActivity activity)
Gets the activity status.
|
String |
getPreviewLink(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx,
org.exoplatform.social.webui.activity.BaseUIActivity uiActivity,
javax.jcr.Node node)
Gets the preview link.
|
protected static final org.exoplatform.services.log.Log LOG
public static final String CONTEXT_INITIALIZED
protected final org.exoplatform.services.cms.documents.DocumentService documentService
protected final org.exoplatform.services.jcr.core.ManageableRepository repository
protected OutlookActivitySupport(org.exoplatform.services.cms.documents.DocumentService documentService,
org.exoplatform.services.jcr.core.ManageableRepository repository)
documentService - the document servicerepository - the repositorypublic String getActivityStatus(org.exoplatform.social.core.activity.model.ExoSocialActivity activity)
activity - the activitypublic String getPreviewLink(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx, org.exoplatform.social.webui.activity.BaseUIActivity uiActivity, javax.jcr.Node node) throws Exception
ctx - the ctxuiActivity - the ui activitynode - the nodeException - the exceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.