Uses of Class
org.exoplatform.social.rest.entity.CommentEntity
Packages that use CommentEntity
Package
Description
-
Uses of CommentEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return CommentEntityModifier and TypeMethodDescriptionstatic CommentEntityEntityBuilder.buildEntityFromComment(org.exoplatform.social.core.activity.model.ExoSocialActivity comment, org.exoplatform.social.core.identity.model.Identity authentiatedUser, String restPath, String expand, boolean isBuildList) -
Uses of CommentEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return CommentEntityModifier and TypeMethodDescriptionCommentEntity.setActivity(String activity) CommentEntity.setActivityId(String activityId) CommentEntity.setParentCommentId(String parentCommentId) -
Uses of CommentEntity in org.exoplatform.social.rest.impl.activity
Methods in org.exoplatform.social.rest.impl.activity with parameters of type CommentEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseActivityRestResourcesV1.postComment(javax.ws.rs.core.UriInfo uriInfo, String activityId, String expand, CommentEntity model) javax.ws.rs.core.ResponseActivityRestResourcesV1.updateComment(javax.ws.rs.core.UriInfo uriInfo, String activityId, String expand, CommentEntity model) -
Uses of CommentEntity in org.exoplatform.social.rest.impl.comment
Methods in org.exoplatform.social.rest.impl.comment with parameters of type CommentEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCommentRestResourcesV1.updateCommentById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, CommentEntity model) Deprecated.