|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.rpc.LikesRpc
public class LikesRpc
Provides Like-plugin RPC calls.
Method Summary | |
---|---|
java.util.List<Like> |
getLikes(ContentEntity content,
User user)
gets the likes on the piece of content |
void |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void like(ContentEntity content, User user)
public void unlike(ContentEntity content, User user)
public java.util.List<Like> getLikes(ContentEntity content, User user) throws java.lang.Exception
content
- - the content to get the likes foruser
- - the user for an auth context
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |