| Modifier and Type | Method and Description |
|---|---|
static ActivityEntity |
EntityBuilder.buildEntityFromActivity(org.exoplatform.social.core.activity.model.ExoSocialActivity activity,
String restPath,
String expand)
Get a ActivityEntity from an activity in order to build a json object for the rest service
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserRestResources.addActivityByUser(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model) |
javax.ws.rs.core.Response |
ActivityRestResources.updateActivityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model)
Process to update the title of an activity by id
|
javax.ws.rs.core.Response |
CommentRestResources.updateCommentById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model)
Process to update the title of a comment by id
|
| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
ActivityEntity.setActivityStream(DataEntity activityStream) |
ActivityEntity |
ActivityEntity.setAttachments(List<DataEntity> attachments) |
ActivityEntity |
ActivityEntity.setBody(String body) |
ActivityEntity |
ActivityEntity.setComments(LinkEntity comments) |
ActivityEntity |
ActivityEntity.setCreateDate(String createDate) |
ActivityEntity |
ActivityEntity.setDatIdentity(LinkEntity identity) |
ActivityEntity |
ActivityEntity.setLikes(LinkEntity likes) |
ActivityEntity |
ActivityEntity.setLink(String link) |
ActivityEntity |
ActivityEntity.setMentions(List<DataEntity> mentions) |
ActivityEntity |
ActivityEntity.setOwner(DataEntity owner) |
ActivityEntity |
ActivityEntity.setPriority(String priority) |
ActivityEntity |
ActivityEntity.setTitle(String title) |
ActivityEntity |
ActivityEntity.setType(String type) |
ActivityEntity |
ActivityEntity.setUpdateDate(String updateDate) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ActivityRestResourcesV1.updateActivityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CommentRestResourcesV1.updateCommentById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserRestResourcesV1.addActivityByUser(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ActivityEntity model) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.