Uses of Class
org.exoplatform.social.rest.entity.DataEntity
Packages that use DataEntity
-
Uses of DataEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return DataEntityModifier and TypeMethodDescriptionstatic DataEntityRestUtils.extractInfo(DataEntity inEntity, List<String> returnedProperties) Methods in org.exoplatform.social.rest.api that return types with arguments of type DataEntityModifier and TypeMethodDescriptionstatic List<DataEntity>EntityBuilder.buildEntityFromComment(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, org.exoplatform.social.core.identity.model.Identity authentiatedUser, String restPath, String expand, boolean sortDescending, int offset, int limit) static List<DataEntity>EntityBuilder.buildEntityFromLike(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, String restPath, String expand, int offset, int limit) static List<DataEntity>EntityBuilder.buildEntityProfiles(String[] userNames, String restPath, String expand) static List<DataEntity>EntityBuilder.buildRelationshipEntities(List<org.exoplatform.social.core.relationship.model.Relationship> relationships, javax.ws.rs.core.UriInfo uriInfo) Methods in org.exoplatform.social.rest.api with parameters of type DataEntityModifier and TypeMethodDescriptionstatic DataEntityRestUtils.extractInfo(DataEntity inEntity, List<String> returnedProperties) -
Uses of DataEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return DataEntityModifier and TypeMethodDescriptionActivityEntity.getActivityStream()BaseEntity.getDataEntity()ActivityEntity.getOriginalActivity()ActivityEntity.getTemplateParams()DataEntity.setProperty(String name, Object value) Methods in org.exoplatform.social.rest.entity that return types with arguments of type DataEntityMethods in org.exoplatform.social.rest.entity with parameters of type DataEntityModifier and TypeMethodDescriptionActivityEntity.setActivityStream(DataEntity activityStream) voidBaseEntity.setDataEntity(DataEntity dataEntity) GroupSpaceBindingOperationReportEntity.setGroup(DataEntity group) ActivityEntity.setOriginalActivity(DataEntity originalActivity) ActivityEntity.setOwner(DataEntity owner) GroupSpaceBindingOperationReportEntity.setSpace(DataEntity spaceEntity) Method parameters in org.exoplatform.social.rest.entity with type arguments of type DataEntityModifier and TypeMethodDescriptionSpaceEntity.setApplications(List<DataEntity> applications) ActivityEntity.setAttachments(List<DataEntity> attachments) GroupNodeEntity.setChildGroupNodesEntities(List<DataEntity> childrenEntities) UserEntity.setExperiences(List<DataEntity> experiences) UserEntity.setIms(List<DataEntity> ims) ActivityEntity.setMentions(List<DataEntity> mentions) UserEntity.setPhones(List<DataEntity> phones) UserEntity.setUrls(List<DataEntity> urls) Constructor parameters in org.exoplatform.social.rest.entity with type arguments of type DataEntityModifierConstructorDescriptionCollectionEntity(List<? extends DataEntity> entities, String key, int offset, int limit) LinkEntity(List<? extends DataEntity> entities)