Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteUser
-
Packages that use RemoteUser Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.beans com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteUser in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteUser Modifier and Type Method Description RemoteUser[]
ConfluenceSoapService. getWatchersForPage(String token, long pageId)
Returns the list of users watching the page or blog post with the given ID.RemoteUser[]
WikiSoapService. getWatchersForPage(String token, long pageId)
RemoteUser[]
XhtmlSoapService. getWatchersForPage(String token, long pageId)
RemoteUser[]
ConfluenceSoapService. getWatchersForSpace(String token, String spaceKey)
Returns the list of users watching the space with the given key.RemoteUser[]
WikiSoapService. getWatchersForSpace(String token, String spaceKey)
RemoteUser[]
XhtmlSoapService. getWatchersForSpace(String token, String spaceKey)
Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteUser Modifier and Type Method Description void
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
Methods in com.atlassian.confluence.rpc.soap.beans with parameters of type RemoteUser Modifier and Type Method Description int
RemoteUser. compareTo(RemoteUser other)
-
Uses of RemoteUser in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteUser Modifier and Type Method Description RemoteUser[]
NotificationsSoapService. getWatchersForPage(long pageId)
RemoteUser[]
NotificationsSoapService. getWatchersForSpace(String spaceKey)
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteUser Modifier and Type Method Description boolean
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
.
-