public class ContentWatchesResource extends Object
| Constructor and Description |
|---|
ContentWatchesResource(NotificationManager notificationManager,
ContentEntityManager contentEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addContentWatch(long contentId) |
javax.ws.rs.core.Response |
getContentWatches(long contentId) |
javax.ws.rs.core.Response |
removeContentWatch(long contentId) |
public ContentWatchesResource(NotificationManager notificationManager, @Qualifier(value="contentEntityManager") ContentEntityManager contentEntityManager)
Copyright © 2003–2019 Atlassian. All rights reserved.