| Package | Description |
|---|---|
| org.exoplatform.social.rest.api | |
| org.exoplatform.social.rest.entity | |
| org.exoplatform.social.rest.impl.activity |
| Modifier and Type | Method and Description |
|---|---|
static CommentEntity |
EntityBuilder.buildEntityFromComment(org.exoplatform.social.core.activity.model.ExoSocialActivity comment,
String restPath,
String expand,
boolean isBuildList) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ActivityRestResources.postComment(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
CommentEntity model)
Process to create new comment
|
| Modifier and Type | Method and Description |
|---|---|
CommentEntity |
CommentEntity.setActivity(String activity) |
CommentEntity |
CommentEntity.setBody(String body) |
CommentEntity |
CommentEntity.setCreateDate(String createDate) |
CommentEntity |
CommentEntity.setDataIdentity(LinkEntity identity) |
CommentEntity |
CommentEntity.setLikes(LinkEntity likes) |
CommentEntity |
CommentEntity.setMentions(List<DataEntity> mentions) |
CommentEntity |
CommentEntity.setParentCommentId(String parentCommentId) |
CommentEntity |
CommentEntity.setPoster(String poster) |
CommentEntity |
CommentEntity.setTitle(String title) |
CommentEntity |
CommentEntity.setUpdateDate(String updateDate) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ActivityRestResourcesV1.postComment(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
CommentEntity model) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.