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

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

public class LabelWatchesResource
extends java.lang.Object


Constructor Summary
LabelWatchesResource(NotificationManager notificationManager, LabelManager labelManager)
           
 
Method Summary
 javax.ws.rs.core.Response addLabelWatch(long labelId)
           
 javax.ws.rs.core.Response getLabelWatches(long labelId)
           
 javax.ws.rs.core.Response removeLabelWatch(long labelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelWatchesResource

public LabelWatchesResource(NotificationManager notificationManager,
                            LabelManager labelManager)
Method Detail

getLabelWatches

public javax.ws.rs.core.Response getLabelWatches(long labelId)

addLabelWatch

public javax.ws.rs.core.Response addLabelWatch(long labelId)

removeLabelWatch

public javax.ws.rs.core.Response removeLabelWatch(long labelId)


Copyright © 2003-2014 Atlassian. All Rights Reserved.