Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.beans | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteConfluenceUser |
XhtmlSoapService.getUserByKey(String token,
String key) |
RemoteConfluenceUser |
WikiSoapService.getUserByKey(String token,
String key) |
RemoteConfluenceUser |
ConfluenceSoapService.getUserByKey(String token,
String userKey)
Retrieves a user with the given user key.
|
RemoteConfluenceUser |
XhtmlSoapService.getUserByName(String token,
String username) |
RemoteConfluenceUser |
WikiSoapService.getUserByName(String token,
String username) |
RemoteConfluenceUser |
ConfluenceSoapService.getUserByName(String token,
String username)
Retrieves a user with the given username.
|
Modifier and Type | Method and Description |
---|---|
int |
RemoteConfluenceUser.compareTo(RemoteConfluenceUser other) |
Modifier and Type | Method and Description |
---|---|
RemoteConfluenceUser |
UsersSoapService.getUserByKey(String userKey) |
RemoteConfluenceUser |
UsersSoapService.getUserByName(String username) |
Copyright © 2003–2016 Atlassian. All rights reserved.