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
RemoteException
public boolean watchPageForUser(long pageId, String username) throws RemoteException
RemoteException
public boolean watchSpace(String spaceKey) throws RemoteException
RemoteException
public boolean removePageWatch(long pageId) throws RemoteException
RemoteException
public boolean removeSpaceWatch(String spaceKey) throws RemoteException
RemoteException
public boolean removePageWatchForUser(long pageId, String username) throws RemoteException
RemoteException
public boolean isWatchingPage(long pageId, String username) throws RemoteException
RemoteException
public RemoteUser[] getWatchersForPage(long pageId) throws RemoteException
RemoteException
public boolean isWatchingSpace(String spaceKey, String username) throws RemoteException
RemoteException
public boolean isWatchingSpaceForType(String spaceKey, String contentType, String username) throws RemoteException
RemoteException
public RemoteUser[] getWatchersForSpace(String spaceKey) throws RemoteException
RemoteException
public 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–2015 Atlassian. All rights reserved.