| Package | Description |
|---|---|
| org.exoplatform.social.rest.api | |
| org.exoplatform.social.rest.entity |
| Modifier and Type | Method and Description |
|---|---|
static DataEntity |
RestUtils.extractInfo(DataEntity inEntity,
List<String> returnedProperties) |
static DataEntity |
EntityBuilder.getActivityStream(org.exoplatform.social.core.activity.model.ExoSocialActivity activity,
org.exoplatform.social.core.identity.model.Identity authentiatedUsed)
Get the activityStream's information related to the activity.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DataEntity> |
EntityBuilder.buildEntityFromComment(org.exoplatform.social.core.activity.model.ExoSocialActivity activity,
String restPath,
String expand,
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) |
| Modifier and Type | Method and Description |
|---|---|
static DataEntity |
RestUtils.extractInfo(DataEntity inEntity,
List<String> returnedProperties) |
| Modifier and Type | Method and Description |
|---|---|
DataEntity |
ActivityEntity.getActivityStream() |
DataEntity |
BaseEntity.getDataEntity() |
DataEntity |
DataEntity.setProperty(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends DataEntity> |
CollectionEntity.getEntities() |
List<DataEntity> |
ProfileEntity.getExperiences() |
List<DataEntity> |
ProfileEntity.getIMs() |
List<DataEntity> |
ProfileEntity.getPhones() |
List<DataEntity> |
ProfileEntity.getUrls() |
| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
ActivityEntity.setActivityStream(DataEntity activityStream) |
void |
BaseEntity.setDataEntity(DataEntity dataEntity) |
ActivityEntity |
ActivityEntity.setOwner(DataEntity owner) |
| Modifier and Type | Method and Description |
|---|---|
SpaceEntity |
SpaceEntity.setApplications(List<DataEntity> applications) |
ActivityEntity |
ActivityEntity.setAttachments(List<DataEntity> attachments) |
UserEntity |
UserEntity.setExperiences(List<DataEntity> experiences) |
ProfileEntity |
ProfileEntity.setExperiences(List<DataEntity> experiences) |
UserEntity |
UserEntity.setIms(List<DataEntity> ims) |
ProfileEntity |
ProfileEntity.setIms(List<DataEntity> ims) |
ActivityEntity |
ActivityEntity.setMentions(List<DataEntity> mentions) |
CommentEntity |
CommentEntity.setMentions(List<DataEntity> mentions) |
UserEntity |
UserEntity.setPhones(List<DataEntity> phones) |
void |
ProfileEntity.setPhones(List<DataEntity> phones) |
UserEntity |
UserEntity.setUrls(List<DataEntity> urls) |
ProfileEntity |
ProfileEntity.setUrls(List<DataEntity> urls) |
| Constructor and Description |
|---|
CollectionEntity(List<? extends DataEntity> entities,
String key,
int offset,
int limit) |
LinkEntity(List<? extends DataEntity> entities) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.