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 |
---|---|
RemoteUser[] |
XhtmlSoapService.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[] |
WikiSoapService.getWatchersForPage(String token,
long pageId) |
RemoteUser[] |
XhtmlSoapService.getWatchersForSpace(String token,
String spaceKey) |
RemoteUser[] |
ConfluenceSoapService.getWatchersForSpace(String token,
String spaceKey)
Returns the list of users watching the space with the given key.
|
RemoteUser[] |
WikiSoapService.getWatchersForSpace(String token,
String spaceKey) |
Modifier and Type | Method and Description |
---|---|
void |
XhtmlSoapService.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 |
WikiSoapService.addUser(String token,
RemoteUser remoteUser,
String password) |
void |
XhtmlSoapService.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
|
void |
WikiSoapService.addUser(String token,
RemoteUser remoteUser,
String password,
boolean notifyUser) |
boolean |
XhtmlSoapService.editUser(String token,
RemoteUser remoteUser) |
boolean |
ConfluenceSoapService.editUser(String token,
RemoteUser remoteUser)
Edits a user with the values in the given RemoteUser object
|
boolean |
WikiSoapService.editUser(String token,
RemoteUser remoteUser) |
Modifier and Type | Method and Description |
---|---|
int |
RemoteUser.compareTo(RemoteUser other) |
Modifier and Type | Method and Description |
---|---|
RemoteUser[] |
NotificationsSoapService.getWatchersForPage(long pageId) |
RemoteUser[] |
NotificationsSoapService.getWatchersForSpace(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
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–2021 Atlassian. All rights reserved.