|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestLike | |
|---|---|
| org.exoplatform.social.client.api.model | |
| org.exoplatform.social.client.api.service | |
| org.exoplatform.social.client.core.model | |
| org.exoplatform.social.client.core.service | |
| Uses of RestLike in org.exoplatform.social.client.api.model |
|---|
| Methods in org.exoplatform.social.client.api.model that return types with arguments of type RestLike | |
|---|---|
List<RestLike> |
RestActivity.getLikes()
Gets the list of likes. |
| Uses of RestLike in org.exoplatform.social.client.api.service |
|---|
| Methods in org.exoplatform.social.client.api.service that return RestLike | |
|---|---|
RestLike |
ActivityService.like(Activity existingActivity)
The authenticate identity likes an existing activity. |
RestLike |
ActivityService.unlike(Activity existingActivity)
The authenticated identity unlikes an existing activity. |
| Uses of RestLike in org.exoplatform.social.client.core.model |
|---|
| Classes in org.exoplatform.social.client.core.model that implement RestLike | |
|---|---|
class |
RestLikeImpl
Implementation of RestLike. |
| Methods in org.exoplatform.social.client.core.model that return types with arguments of type RestLike | |
|---|---|
List<RestLike> |
RestActivityImpl.getLikes()
Gets the list of likes. |
| Uses of RestLike in org.exoplatform.social.client.core.service |
|---|
| Methods in org.exoplatform.social.client.core.service that return RestLike | |
|---|---|
RestLike |
ActivityServiceImpl.like(RestActivity existingRestActivity)
The authenticate identity likes an existing activity. |
RestLike |
ActivityServiceImpl.unlike(RestActivity existingRestActivity)
The authenticated identity unlikes an existing activity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||