Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteUser
Package
Description
-
Uses of RemoteUser in com.atlassian.confluence.rpc.soap
Modifier and TypeMethodDescriptionConfluenceSoapService.getWatchersForPage
(String token, long pageId) Returns the list of users watching the page or blog post with the given ID.WikiSoapService.getWatchersForPage
(String token, long pageId) XhtmlSoapService.getWatchersForPage
(String token, long pageId) ConfluenceSoapService.getWatchersForSpace
(String token, String spaceKey) Returns the list of users watching the space with the given key.WikiSoapService.getWatchersForSpace
(String token, String spaceKey) XhtmlSoapService.getWatchersForSpace
(String token, String spaceKey) Modifier and TypeMethodDescriptionvoid
ConfluenceSoapService.addUser
(String token, RemoteUser remoteUser, String password) Adds a user with the given RemoteUser object and passwordvoid
ConfluenceSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) Adds a user with the given RemoteUser object and passwordvoid
WikiSoapService.addUser
(String token, RemoteUser remoteUser, String password) void
WikiSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) void
XhtmlSoapService.addUser
(String token, RemoteUser remoteUser, String password) void
XhtmlSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) boolean
ConfluenceSoapService.editUser
(String token, RemoteUser remoteUser) Edits a user with the values in the given RemoteUser objectboolean
WikiSoapService.editUser
(String token, RemoteUser remoteUser) boolean
XhtmlSoapService.editUser
(String token, RemoteUser remoteUser) -
Uses of RemoteUser in com.atlassian.confluence.rpc.soap.beans
-
Uses of RemoteUser in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionNotificationsSoapService.getWatchersForPage
(long pageId) NotificationsSoapService.getWatchersForSpace
(String spaceKey) Modifier and TypeMethodDescriptionboolean
UsersSoapService.addUser
(RemoteUser user, String password, boolean notifyUser) Adds user.boolean
UsersSoapService.editUser
(RemoteUser remoteUser) Allows the email and the fullname of a user to be edited by specifying these values in the passed inRemoteUser
.