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) |
static Map<String,Object> |
getResult(List<Notification> notifications) |
javax.ws.rs.core.Response |
removeContentWatch(long contentId) |
public ContentWatchesResource(NotificationManager notificationManager, @Qualifier(value="contentEntityManager") ContentEntityManager contentEntityManager)
public javax.ws.rs.core.Response getContentWatches(long contentId)
public static Map<String,Object> getResult(List<Notification> notifications)
public javax.ws.rs.core.Response addContentWatch(long contentId)
public javax.ws.rs.core.Response removeContentWatch(long contentId)
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences