Uses of Class
com.atlassian.confluence.api.model.watch.ContentWatch
-
Packages that use ContentWatch Package Description com.atlassian.confluence.api.impl.service.watch com.atlassian.confluence.api.service.watch com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.impl -
-
Uses of ContentWatch in com.atlassian.confluence.api.impl.service.watch
Methods in com.atlassian.confluence.api.impl.service.watch that return ContentWatch Modifier and Type Method Description ContentWatch
WatchServiceImpl. watchContent(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)
-
Uses of ContentWatch in com.atlassian.confluence.api.service.watch
Methods in com.atlassian.confluence.api.service.watch that return ContentWatch Modifier and Type Method Description ContentWatch
WatchService. watchContent(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)
Create a watch to the givencontent
-
Uses of ContentWatch in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return ContentWatch Modifier and Type Method Description ContentWatch
UserWatchResource. addContentWatcher(com.atlassian.sal.api.user.UserKey key, String username, ContentId contentId)
Create a new watcher for the given user and content id. -
Uses of ContentWatch in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type ContentWatch Modifier and Type Method Description com.atlassian.util.concurrent.Promise<ContentWatch>
RemoteWatchService. watchContent(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)
Deprecated.since 7.0.1.CompletionStage<ContentWatch>
RemoteWatchService. watchContentCompletionStage(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)
Create a watch to the givencontent
-
Uses of ContentWatch in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type ContentWatch Modifier and Type Method Description com.atlassian.util.concurrent.Promise<ContentWatch>
RemoteWatchServiceImpl. watchContent(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)
Deprecated.since 7.0.1.CompletionStage<ContentWatch>
RemoteWatchServiceImpl. watchContentCompletionStage(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)
-