| Package | Description |
|---|---|
| org.exoplatform.social.client.api.model | |
| org.exoplatform.social.client.api.service | |
| org.exoplatform.social.client.core.service |
| Modifier and Type | Method and Description |
|---|---|
List<RestComment> |
RestActivity.getAvailableComments()
Gets the available list of comments for this activity.
|
List<RestComment> |
RestActivity.getTotalComments()
Gets the total number of comments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestActivity.setAvailableComments(List<RestComment> restCommentList)
Sets the available list of comments for this activity.
|
| Modifier and Type | Method and Description |
|---|---|
RestComment |
ActivityService.createComment(Activity existingActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityService.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityService.getComment(String commentId)
Gets an existing comment by its id.
|
| Modifier and Type | Method and Description |
|---|---|
RestComment |
ActivityService.createComment(Activity existingActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityService.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
| Modifier and Type | Method and Description |
|---|---|
RestComment |
ActivityServiceImplV1Alpha1.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha3.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha2.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha1.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha3.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha2.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha1.getComment(String commentId)
Gets an existing comment by its id.
|
RestComment |
ActivityServiceImplV1Alpha3.getComment(String commentId)
Gets an existing comment by its id.
|
RestComment |
ActivityServiceImplV1Alpha2.getComment(String commentId)
Gets an existing comment by its id.
|
| Modifier and Type | Method and Description |
|---|---|
RestComment |
ActivityServiceImplV1Alpha1.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha3.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha2.createComment(RestActivity existingRestActivity,
RestComment newRestComment)
Creates a new comment to this activity.
|
RestComment |
ActivityServiceImplV1Alpha1.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha3.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
RestComment |
ActivityServiceImplV1Alpha2.deleteComment(RestComment existingRestComment)
Deletes an existing comment.
|
Copyright © 2011–2016 eXo Platform SAS. All rights reserved.