Uses of Class
org.exoplatform.social.rest.entity.ActivityEntity
Packages that use ActivityEntity
Package
Description
-
Uses of ActivityEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return ActivityEntityModifier and TypeMethodDescriptionstatic ActivityEntityEntityBuilder.buildEntityFromActivity(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, org.exoplatform.social.core.identity.model.Identity authentiatedUser, String restPath, String expand) Methods in org.exoplatform.social.rest.api with parameters of type ActivityEntityModifier and TypeMethodDescriptionstatic voidEntityBuilder.buildActivityFromEntity(ActivityEntity model, org.exoplatform.social.core.activity.model.ExoSocialActivity activity) -
Uses of ActivityEntity in org.exoplatform.social.rest.entity
Subclasses of ActivityEntity in org.exoplatform.social.rest.entityMethods in org.exoplatform.social.rest.entity that return ActivityEntityModifier and TypeMethodDescriptionActivityEntity.setActivityStream(DataEntity activityStream) ActivityEntity.setAttachments(List<DataEntity> attachments) ActivityEntity.setComments(LinkEntity comments) ActivityEntity.setCommentsCount(int count) ActivityEntity.setCreateDate(String createDate) ActivityEntity.setIdentity(LinkEntity identity) ActivityEntity.setLikes(LinkEntity likes) ActivityEntity.setLikesCount(int count) ActivityEntity.setMentions(List<DataEntity> mentions) ActivityEntity.setMetadatas(Map<String, List<MetadataItemEntity>> metadatas) ActivityEntity.setOriginalActivity(DataEntity originalActivity) ActivityEntity.setOwner(DataEntity owner) ActivityEntity.setPinAuthorId(Long pinAuthorId) ActivityEntity.setPinDate(String pinDate) ActivityEntity.setPriority(String priority) ActivityEntity.setSharedActions(Set<org.exoplatform.social.core.activity.model.ActivityShareAction> shareActions) ActivityEntity.setTargetSpaces(List<String> targetSpaces) ActivityEntity.setTemplateParams(Map<String, String> templateParamsIn) ActivityEntity.setTitleId(String title) ActivityEntity.setUpdateDate(String updateDate) -
Uses of ActivityEntity in org.exoplatform.social.rest.impl.activity
Methods in org.exoplatform.social.rest.impl.activity with parameters of type ActivityEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseActivityRest.postActivity(javax.ws.rs.core.UriInfo uriInfo, String spaceId, String expand, ActivityEntity model) javax.ws.rs.core.ResponseActivityRest.shareActivity(javax.ws.rs.core.UriInfo uriInfo, String activityId, String expand, ActivityEntity model) javax.ws.rs.core.ResponseActivityRest.updateActivityById(javax.ws.rs.core.UriInfo uriInfo, String activityId, String expand, ActivityEntity model) -
Uses of ActivityEntity in org.exoplatform.social.rest.impl.user
Methods in org.exoplatform.social.rest.impl.user with parameters of type ActivityEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUserRest.addActivityByUser(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, ActivityEntity model) Deprecated.