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

Packages that use RemoteUserInformation
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
 

Uses of RemoteUserInformation in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap that return RemoteUserInformation
 RemoteUserInformation XhtmlSoapService.getUserInformation(String token, String username)
           
 RemoteUserInformation WikiSoapService.getUserInformation(String token, String username)
           
 RemoteUserInformation ConfluenceSoapService.getUserInformation(String token, String username)
          Retrieves a user's information
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteUserInformation
 boolean XhtmlSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
           
 boolean WikiSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
           
 boolean ConfluenceSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
          Updates a user's information

Currently this will only update a user's "description", stored in the 'content' attribute

 

Uses of RemoteUserInformation in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that return RemoteUserInformation
 RemoteUserInformation UsersSoapService.getUserInformation(String username)
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteUserInformation
 boolean UsersSoapService.setUserInformation(RemoteUserInformation userInfo)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.