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(java.lang.String token, java.lang.String username)
           
 RemoteUserInformation WikiSoapService.getUserInformation(java.lang.String token, java.lang.String username)
           
 RemoteUserInformation ConfluenceSoapService.getUserInformation(java.lang.String token, java.lang.String username)
          Retrieves a user's information
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteUserInformation
 boolean XhtmlSoapService.setUserInformation(java.lang.String token, RemoteUserInformation userInfo)
           
 boolean WikiSoapService.setUserInformation(java.lang.String token, RemoteUserInformation userInfo)
           
 boolean ConfluenceSoapService.setUserInformation(java.lang.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(java.lang.String username)
           
 

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



Copyright © 2003-2013 Atlassian. All Rights Reserved.