Uses of Class
com.atlassian.confluence.api.model.watch.ContentWatch
Packages that use ContentWatch
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of ContentWatch in com.atlassian.confluence.api.impl.service.watch
Methods in com.atlassian.confluence.api.impl.service.watch that return ContentWatchModifier and TypeMethodDescriptionfinal ContentWatch
WatchServiceImpl.watchContent
(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId) -
Uses of ContentWatch in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return ContentWatch -
Uses of ContentWatch in com.atlassian.confluence.api.service.watch
Methods in com.atlassian.confluence.api.service.watch that return ContentWatchModifier and TypeMethodDescriptionWatchService.watchContent
(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId) Create a watch to the givencontent
-
Uses of ContentWatch in com.atlassian.confluence.api.testsupport.model.watch
Subclasses of ContentWatch in com.atlassian.confluence.api.testsupport.model.watchMethods in com.atlassian.confluence.api.testsupport.model.watch that return ContentWatchConstructors in com.atlassian.confluence.api.testsupport.model.watch with parameters of type ContentWatch -
Uses of ContentWatch in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return ContentWatchModifier and TypeMethodDescriptionUserWatchResource.addContentWatcher
(com.atlassian.sal.api.user.UserKey key, String username, ContentId contentId) -
Uses of ContentWatch in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type ContentWatchModifier and TypeMethodDescriptionRemoteWatchService.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 ContentWatchModifier and TypeMethodDescriptionRemoteWatchServiceImpl.watchContentCompletionStage
(com.atlassian.sal.api.user.UserKey userKey, ContentId contentId)