com.atlassian.confluence.plugins.rest.resources
Class ContentWatchesResource

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.resources.ContentWatchesResource

public class ContentWatchesResource
extends java.lang.Object


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

ContentWatchesResource

public ContentWatchesResource(NotificationManager notificationManager,
                              @Qualifier(value="contentEntityManager")
                              ContentEntityManager contentEntityManager)
Method Detail

getContentWatches

public javax.ws.rs.core.Response getContentWatches(long contentId)

addContentWatch

public javax.ws.rs.core.Response addContentWatch(long contentId)

removeContentWatch

public javax.ws.rs.core.Response removeContentWatch(long contentId)


Copyright © 2003-2013 Atlassian. All Rights Reserved.