Uses of Class
com.atlassian.confluence.api.model.watch.SpaceWatch
-
Packages that use SpaceWatch 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 SpaceWatch in com.atlassian.confluence.api.impl.service.watch
Methods in com.atlassian.confluence.api.impl.service.watch that return SpaceWatch Modifier and Type Method Description @NonNull SpaceWatchWatchServiceImpl. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey)@NonNull SpaceWatchWatchServiceImpl. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes) -
Uses of SpaceWatch in com.atlassian.confluence.api.service.watch
Methods in com.atlassian.confluence.api.service.watch that return SpaceWatch Modifier and Type Method Description @NonNull SpaceWatchWatchService. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey)Create a watch to the givenspace@NonNull SpaceWatchWatchService. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Create a watch to the givenspace -
Uses of SpaceWatch in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return SpaceWatch Modifier and Type Method Description SpaceWatchUserWatchResource. 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. -
Uses of SpaceWatch in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type SpaceWatch Modifier and Type Method Description com.atlassian.util.concurrent.Promise<SpaceWatch>RemoteWatchService. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey)Deprecated.since 7.0.1.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.CompletionStage<SpaceWatch>RemoteWatchService. watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey)Create a watch to the givenspaceCompletionStage<SpaceWatch>RemoteWatchService. watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Remove a watch to the blog posts in a givenspace -
Uses of SpaceWatch in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type SpaceWatch Modifier and Type Method Description com.atlassian.util.concurrent.Promise<SpaceWatch>RemoteWatchServiceImpl. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey)Deprecated.since 7.0.1.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.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)
-