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 |
---|---|
@NonNull SpaceWatch |
WatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey) |
@NonNull SpaceWatch |
WatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes) |
Modifier and Type | Method and Description |
---|---|
@NonNull SpaceWatch |
WatchService.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey)
Create a watch to the given
space |
@NonNull SpaceWatch |
WatchService.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes)
Create a watch to the given
space |
Modifier and Type | Method and Description |
---|---|
SpaceWatch |
UserWatchResource.addSpaceWatch(com.atlassian.sal.api.user.UserKey key,
String username,
List<ContentType> contentTypes,
String spaceKey)
Create a new watcher for the given user and space key.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<SpaceWatch> |
RemoteWatchService.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey)
Deprecated.
since 7.0.1. Use
RemoteWatchService.watchSpaceCompletionStage(UserKey, String, List) instead. |
com.atlassian.util.concurrent.Promise<SpaceWatch> |
RemoteWatchService.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes)
Deprecated.
since 7.0.1. Use
RemoteWatchService.watchSpaceCompletionStage(UserKey, String, List) instead. |
CompletionStage<SpaceWatch> |
RemoteWatchService.watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey)
Create a watch to the given
space |
CompletionStage<SpaceWatch> |
RemoteWatchService.watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes)
Remove a watch to the blog posts in a given
space |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<SpaceWatch> |
RemoteWatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey)
Deprecated.
since 7.0.1. Use
RemoteWatchServiceImpl.watchSpaceCompletionStage(UserKey, String) instead. |
com.atlassian.util.concurrent.Promise<SpaceWatch> |
RemoteWatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes)
Deprecated.
since 7.0.1. Use
RemoteWatchServiceImpl.watchSpaceCompletionStage(UserKey, String, List) instead. |
CompletionStage<SpaceWatch> |
RemoteWatchServiceImpl.watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey) |
CompletionStage<SpaceWatch> |
RemoteWatchServiceImpl.watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes) |
Copyright © 2003–2021 Atlassian. All rights reserved.