|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.rest.resources.ContentWatchesResource
public class ContentWatchesResource
| Constructor Summary | |
|---|---|
ContentWatchesResource(NotificationManager notificationManager,
ContentEntityManager contentEntityManager)
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
addContentWatch(long contentId)
|
javax.ws.rs.core.Response |
getContentWatches(long contentId)
|
javax.ws.rs.core.Response |
removeContentWatch(long contentId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentWatchesResource(NotificationManager notificationManager,
@Qualifier(value="contentEntityManager")
ContentEntityManager contentEntityManager)
| Method Detail |
|---|
public javax.ws.rs.core.Response getContentWatches(long contentId)
public javax.ws.rs.core.Response addContentWatch(long contentId)
public javax.ws.rs.core.Response removeContentWatch(long contentId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||