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) static List<DataEntity> EntityBuilder.buildSpaceMemberships(org.exoplatform.social.core.space.spi.SpaceService spaceService, List<org.exoplatform.social.core.space.model.Space> spaces, String userId, SpaceMembershipRest.MembershipType membershipType, int offset, String path, String expand) static List<DataEntity> EntityBuilder.buildSpaceMemberships(org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.space.model.Space space, List<org.exoplatform.social.core.identity.model.Identity> identities, SpaceMembershipRest.MembershipType membershipType, javax.ws.rs.core.UriInfo uriInfo, String expand) 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 DataEntityModifier and TypeMethodDescriptionList<? extends DataEntity> CollectionEntity.getEntities()ProfileEntity.getManagers()Methods 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 TypeMethodDescriptionActivityEntity.setAttachments(List<DataEntity> attachments) GroupNodeEntity.setChildGroupNodesEntities(List<DataEntity> childrenEntities) UserEntity.setExperiences(List<DataEntity> experiences) UserEntity.setIms(List<DataEntity> ims) ProfileEntity.setManagers(List<DataEntity> managers) 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 DataEntityModifierConstructorDescriptionActivityCommentCollectionEntity(List<? extends DataEntity> entities, String key, int offset, int limit) CollectionEntity(List<? extends DataEntity> entities, String key, int offset, int limit) LinkEntity(List<? extends DataEntity> entities)