Class NotificationsSoapService
java.lang.Object
com.atlassian.confluence.rpc.soap.services.NotificationsSoapService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetWatchersForPage
(long pageId) 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)
-
Constructor Details
-
NotificationsSoapService
public NotificationsSoapService()
-
-
Method Details
-
watchPage
- Throws:
RemoteException
-
watchPageForUser
- Throws:
RemoteException
-
watchSpace
- Throws:
RemoteException
-
removePageWatch
- Throws:
RemoteException
-
removeSpaceWatch
- Throws:
RemoteException
-
removePageWatchForUser
- Throws:
RemoteException
-
isWatchingPage
- Throws:
RemoteException
-
getWatchersForPage
- Throws:
RemoteException
-
isWatchingSpace
- Throws:
RemoteException
-
isWatchingSpaceForType
public boolean isWatchingSpaceForType(String spaceKey, String contentType, String username) throws RemoteException - Throws:
RemoteException
-
getWatchersForSpace
- Throws:
RemoteException
-
setNotificationManager
-
setPermissionManager
-
setPageManager
-
setSpaceManager
-
setUserAccessor
-