Uses of Class
org.exoplatform.social.rest.entity.DataEntity
-
Packages that use DataEntity Package Description org.exoplatform.social.rest.api org.exoplatform.social.rest.entity -
-
Uses of DataEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return DataEntity Modifier and Type Method Description static DataEntityRestUtils. extractInfo(DataEntity inEntity, List<String> returnedProperties)Methods in org.exoplatform.social.rest.api that return types with arguments of type DataEntity Modifier and Type Method Description static 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 DataEntity Modifier and Type Method Description static 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 DataEntity Modifier and Type Method Description DataEntityActivityEntity. getActivityStream()DataEntityBaseEntity. getDataEntity()DataEntityActivityEntity. getOriginalActivity()DataEntityActivityEntity. getTemplateParams()DataEntityDataEntity. setProperty(String name, Object value)Methods in org.exoplatform.social.rest.entity that return types with arguments of type DataEntity Modifier and Type Method Description List<? extends DataEntity>CollectionEntity. getEntities()Methods in org.exoplatform.social.rest.entity with parameters of type DataEntity Modifier and Type Method Description ActivityEntityActivityEntity. setActivityStream(DataEntity activityStream)voidBaseEntity. setDataEntity(DataEntity dataEntity)GroupSpaceBindingOperationReportEntityGroupSpaceBindingOperationReportEntity. setGroup(DataEntity group)ActivityEntityActivityEntity. setOriginalActivity(DataEntity originalActivity)ActivityEntityActivityEntity. setOwner(DataEntity owner)GroupSpaceBindingOperationReportEntityGroupSpaceBindingOperationReportEntity. setSpace(DataEntity spaceEntity)Method parameters in org.exoplatform.social.rest.entity with type arguments of type DataEntity Modifier and Type Method Description SpaceEntitySpaceEntity. setApplications(List<DataEntity> applications)ActivityEntityActivityEntity. setAttachments(List<DataEntity> attachments)GroupNodeEntityGroupNodeEntity. setChildGroupNodesEntities(List<DataEntity> childrenEntities)UserEntityUserEntity. setExperiences(List<DataEntity> experiences)UserEntityUserEntity. setIms(List<DataEntity> ims)ActivityEntityActivityEntity. setMentions(List<DataEntity> mentions)UserEntityUserEntity. setPhones(List<DataEntity> phones)UserEntityUserEntity. setUrls(List<DataEntity> urls)Constructor parameters in org.exoplatform.social.rest.entity with type arguments of type DataEntity Constructor Description CollectionEntity(List<? extends DataEntity> entities, String key, int offset, int limit)LinkEntity(List<? extends DataEntity> entities)
-