|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdentityRestOut | |
|---|---|
| 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 | |
| Uses of IdentityRestOut in org.exoplatform.social.service.rest |
|---|
| Methods in org.exoplatform.social.service.rest with parameters of type IdentityRestOut | |
|---|---|
static void |
Util.buildAbsoluteAvatarURL(IdentityRestOut resultIdentity)
Build absolute AvatarURL from in IndentityRestOut if avatar == null or "" use default avatar base on Identity's type |
| Uses of IdentityRestOut in org.exoplatform.social.service.rest.api.models |
|---|
| Methods in org.exoplatform.social.service.rest.api.models that return IdentityRestOut | |
|---|---|
IdentityRestOut |
ActivityRestOut.getPosterIdentity()
|
IdentityRestOut |
CommentRestOut.getPosterIdentity()
|
| Methods in org.exoplatform.social.service.rest.api.models that return types with arguments of type IdentityRestOut | |
|---|---|
ArrayList<IdentityRestOut> |
ActivityRestOut.getLikedByIdentities()
|
| Methods in org.exoplatform.social.service.rest.api.models with parameters of type IdentityRestOut | |
|---|---|
void |
ActivityRestOut.setPosterIdentity(IdentityRestOut posterIdentity)
|
void |
CommentRestOut.setPosterIdentity(IdentityRestOut posterIdentity)
|
| Method parameters in org.exoplatform.social.service.rest.api.models with type arguments of type IdentityRestOut | |
|---|---|
void |
ActivityRestOut.setLikedByIdentities(List<IdentityRestOut> likedByIdentities)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||