Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
-
Packages that use RemoteConfluenceUser Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.beans com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteConfluenceUser in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteConfluenceUser Modifier and Type Method Description RemoteConfluenceUserConfluenceSoapService. getUserByKey(String token, String userKey)Retrieves a user with the given user key.RemoteConfluenceUserWikiSoapService. getUserByKey(String token, String key)RemoteConfluenceUserXhtmlSoapService. getUserByKey(String token, String key)RemoteConfluenceUserConfluenceSoapService. getUserByName(String token, String username)Retrieves a user with the given username.RemoteConfluenceUserWikiSoapService. getUserByName(String token, String username)RemoteConfluenceUserXhtmlSoapService. getUserByName(String token, String username) -
Uses of RemoteConfluenceUser in com.atlassian.confluence.rpc.soap.beans
Methods in com.atlassian.confluence.rpc.soap.beans with parameters of type RemoteConfluenceUser Modifier and Type Method Description intRemoteConfluenceUser. compareTo(RemoteConfluenceUser other) -
Uses of RemoteConfluenceUser in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteConfluenceUser Modifier and Type Method Description RemoteConfluenceUserUsersSoapService. getUserByKey(String userKey)RemoteConfluenceUserUsersSoapService. getUserByName(String username)
-