Package com.atlassian.confluence.it.rpc
Class LikesRpc
- java.lang.Object
-
- com.atlassian.confluence.it.rpc.LikesRpc
-
public class LikesRpc extends Object
Provides Like-plugin RPC calls.- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Like>
getLikes(ContentEntity content, User user)
gets the likes on the piece of contentvoid
like(ContentEntity content, User user)
Have the specified user like the specified content.void
unlike(ContentEntity content, User user)
Have the specified user UNlike the specified content.
-
-
-
Method Detail
-
like
public void like(ContentEntity content, User user)
Have the specified user like the specified content.
-
unlike
public void unlike(ContentEntity content, User user)
Have the specified user UNlike the specified content.
-
-