Uses of Interface
org.exoplatform.social.client.api.model.RestLike

Packages that use RestLike
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.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.
 

Uses of RestLike in org.exoplatform.social.client.core.service
 

Methods in org.exoplatform.social.client.core.service that return RestLike
 RestLike ActivityServiceImplV1Alpha3.like(RestActivity existingRestActivity)
          The authenticate identity likes an existing activity.
 RestLike ActivityServiceImplV1Alpha2.like(RestActivity existingRestActivity)
          The authenticate identity likes an existing activity.
 RestLike ActivityServiceImplV1Alpha1.like(RestActivity existingRestActivity)
          The authenticate identity likes an existing activity.
 RestLike ActivityServiceImplV1Alpha3.unlike(RestActivity existingRestActivity)
          The authenticated identity unlikes an existing activity.
 RestLike ActivityServiceImplV1Alpha2.unlike(RestActivity existingRestActivity)
          The authenticated identity unlikes an existing activity.
 RestLike ActivityServiceImplV1Alpha1.unlike(RestActivity existingRestActivity)
          The authenticated identity unlikes an existing activity.
 



Copyright © 2011-2012 eXo Platform. All Rights Reserved.