public final class NotificationsSoapService extends Object
| Constructor and Description |
|---|
NotificationsSoapService() |
| Modifier and Type | Method and Description |
|---|---|
RemoteUser[] |
getWatchersForPage(long pageId) |
RemoteUser[] |
getWatchersForSpace(String spaceKey) |
boolean |
isWatchingPage(long pageId,
String username) |
boolean |
isWatchingSpace(String spaceKey,
String username) |
boolean |
isWatchingSpaceForType(String spaceKey,
String contentType,
String username) |
boolean |
removePageWatch(long pageId) |
boolean |
removePageWatchForUser(long pageId,
String username) |
boolean |
removeSpaceWatch(String spaceKey) |
void |
setNotificationManager(NotificationManager notificationManager) |
void |
setPageManager(PageManager pageManager) |
void |
setPermissionManager(PermissionManager permissionManager) |
void |
setSpaceManager(SpaceManager spaceManager) |
void |
setUserAccessor(UserAccessor userAccessor) |
boolean |
watchPage(long pageId) |
boolean |
watchPageForUser(long pageId,
String username) |
boolean |
watchSpace(String spaceKey) |
public boolean watchPage(long pageId)
throws RemoteException
RemoteExceptionpublic boolean watchPageForUser(long pageId,
String username)
throws RemoteException
RemoteExceptionpublic boolean watchSpace(String spaceKey) throws RemoteException
RemoteExceptionpublic boolean removePageWatch(long pageId)
throws RemoteException
RemoteExceptionpublic boolean removeSpaceWatch(String spaceKey) throws RemoteException
RemoteExceptionpublic boolean removePageWatchForUser(long pageId,
String username)
throws RemoteException
RemoteExceptionpublic boolean isWatchingPage(long pageId,
String username)
throws RemoteException
RemoteExceptionpublic RemoteUser[] getWatchersForPage(long pageId) throws RemoteException
RemoteExceptionpublic boolean isWatchingSpace(String spaceKey, String username) throws RemoteException
RemoteExceptionpublic boolean isWatchingSpaceForType(String spaceKey, String contentType, String username) throws RemoteException
RemoteExceptionpublic RemoteUser[] getWatchersForSpace(String spaceKey) throws RemoteException
RemoteExceptionpublic void setNotificationManager(NotificationManager notificationManager)
public void setPermissionManager(PermissionManager permissionManager)
public void setPageManager(PageManager pageManager)
public void setSpaceManager(SpaceManager spaceManager)
public void setUserAccessor(UserAccessor userAccessor)
Copyright © 2003–2022 Atlassian. All rights reserved.