| Modifier and Type | Method and Description |
|---|---|
SpaceWatch |
WatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey) |
SpaceWatch |
WatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes) |
| Modifier and Type | Method and Description |
|---|---|
SpaceWatch |
WatchService.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey)
Create a watch to the given
space |
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)
Create a watch to the given
space |
com.atlassian.util.concurrent.Promise<SpaceWatch> |
RemoteWatchService.watchSpace(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) |
com.atlassian.util.concurrent.Promise<SpaceWatch> |
RemoteWatchServiceImpl.watchSpace(com.atlassian.sal.api.user.UserKey userKey,
String spaceKey,
List<ContentType> contentTypes) |
Copyright © 2003–2020 Atlassian. All rights reserved.