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 |
Modifier and Type | Method and Description |
---|---|
ContentWatch |
WatchServiceImpl.watchContent(com.atlassian.sal.api.user.UserKey userKey,
ContentId contentId) |
Modifier and Type | Method and Description |
---|---|
ContentWatch |
WatchService.watchContent(com.atlassian.sal.api.user.UserKey userKey,
ContentId contentId)
Create a watch to the given
content |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<ContentWatch> |
RemoteWatchService.watchContent(com.atlassian.sal.api.user.UserKey userKey,
ContentId contentId)
Deprecated.
since 7.0.1. Use
RemoteWatchService.watchContentCompletionStage(UserKey, ContentId) instead. |
CompletionStage<ContentWatch> |
RemoteWatchService.watchContentCompletionStage(com.atlassian.sal.api.user.UserKey userKey,
ContentId contentId)
Create a watch to the given
content |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<ContentWatch> |
RemoteWatchServiceImpl.watchContent(com.atlassian.sal.api.user.UserKey userKey,
ContentId contentId)
Deprecated.
since 7.0.1. Use
RemoteWatchServiceImpl.watchContentCompletionStage(UserKey, ContentId) instead. |
CompletionStage<ContentWatch> |
RemoteWatchServiceImpl.watchContentCompletionStage(com.atlassian.sal.api.user.UserKey userKey,
ContentId contentId) |
Copyright © 2003–2020 Atlassian. All rights reserved.