Uses of Class
org.exoplatform.social.rest.entity.CommentEntity
-
Packages that use CommentEntity Package Description org.exoplatform.social.rest.api org.exoplatform.social.rest.entity org.exoplatform.social.rest.impl.activity org.exoplatform.social.rest.impl.comment -
-
Uses of CommentEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return CommentEntity Modifier and Type Method Description static 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 CommentEntity Modifier and Type Method Description CommentEntityCommentEntity. setActivity(String activity)CommentEntityCommentEntity. setActivityId(String activityId)CommentEntityCommentEntity. setParentCommentId(String parentCommentId)CommentEntityCommentEntity. setPoster(String poster) -
Uses of CommentEntity in org.exoplatform.social.rest.impl.activity
Methods in org.exoplatform.social.rest.impl.activity with parameters of type CommentEntity Modifier and Type Method Description javax.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 CommentEntity Modifier and Type Method Description javax.ws.rs.core.ResponseCommentRestResourcesV1. updateCommentById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, CommentEntity model)Deprecated.
-