| Package | Description |
|---|---|
| org.exoplatform.social.service.rest |
Provides the classes that are public and necessary to handle rest requests, processes and returns
results with specific provided input type.
|
| org.exoplatform.social.service.rest.api.models |
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.buildAbsoluteAvatarURL(IdentityRestOut resultIdentity)
Build absolute AvatarURL from in IndentityRestOut if avatar == null or "" use default avatar base on Identity's type
|
| Modifier and Type | Method and Description |
|---|---|
IdentityRestOut |
CommentRestOut.getPosterIdentity() |
IdentityRestOut |
ActivityRestOut.getPosterIdentity() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<IdentityRestOut> |
ActivityRestOut.getLikedByIdentities() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentRestOut.setPosterIdentity(IdentityRestOut posterIdentity) |
void |
ActivityRestOut.setPosterIdentity(IdentityRestOut posterIdentity) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityRestOut.setLikedByIdentities(List<IdentityRestOut> likedByIdentities) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.