Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteUser

Packages that use RemoteUser
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
 RemoteUser XhtmlSoapService.getUser(String token, String username)
           
 RemoteUser WikiSoapService.getUser(String token, String username)
           
 RemoteUser ConfluenceSoapService.getUser(String token, String username)
          Retrieves a user with the given username
 RemoteUser[] XhtmlSoapService.getWatchersForPage(String token, long pageId)
           
 RemoteUser[] WikiSoapService.getWatchersForPage(String token, long pageId)
           
 RemoteUser[] ConfluenceSoapService.getWatchersForPage(String token, long pageId)
          Returns the list of users watching the page or blog post with the given ID.
 RemoteUser[] XhtmlSoapService.getWatchersForSpace(String token, String spaceKey)
           
 RemoteUser[] WikiSoapService.getWatchersForSpace(String token, String spaceKey)
           
 RemoteUser[] ConfluenceSoapService.getWatchersForSpace(String token, String spaceKey)
          Returns the list of users watching the space with the given key.
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteUser
 void XhtmlSoapService.addUser(String token, RemoteUser remoteUser, String password)
           
 void WikiSoapService.addUser(String token, RemoteUser remoteUser, String password)
           
 void ConfluenceSoapService.addUser(String token, RemoteUser remoteUser, String password)
          Adds a user with the given RemoteUser object and password
 void XhtmlSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
           
 void WikiSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
           
 void ConfluenceSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
          Adds a user with the given RemoteUser object and password
 boolean XhtmlSoapService.editUser(String token, RemoteUser remoteUser)
           
 boolean WikiSoapService.editUser(String token, RemoteUser remoteUser)
           
 boolean ConfluenceSoapService.editUser(String token, RemoteUser remoteUser)
          Edits a user with the values in the given RemoteUser object

Currently this will only update the user's full name and email

 

Uses of RemoteUser in com.atlassian.confluence.rpc.soap.beans
 

Methods in com.atlassian.confluence.rpc.soap.beans with parameters of type RemoteUser
 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
 RemoteUser UsersSoapService.getUser(String username)
           
 RemoteUser[] NotificationsSoapService.getWatchersForPage(long pageId)
           
 RemoteUser[] NotificationsSoapService.getWatchersForSpace(String spaceKey)
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteUser
 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 in RemoteUser.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.