Modifier and Type | Method and Description |
---|---|
String |
HelloWorldService.login(String username,
String password) |
boolean |
HelloWorldService.logout(String token) |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Exception thrown when a user tries to create an object that already exists
|
class |
AuthenticationFailedException
Exception thrown when a login attempt fails
|
class |
InvalidSessionException
Exception thrown when an invalid session token is supplied to an RPC method.
|
class |
NotFoundException
Thrown when a remote method can't find an object specified by the caller.
|
class |
NotPermittedException
Exception thrown when a user attempts to do something they're not allowed to do.
|
class |
OperationTimedOutException
Thrown when an operation times out on the server.
|
class |
VersionMismatchException
Exception thrown when a user tries to save a page (or other content object) that has been
modified by somebody else.
|
Modifier and Type | Method and Description |
---|---|
String |
SecureRpc.login(String username,
String password) |
boolean |
SecureRpc.logout(String token) |
Modifier and Type | Method and Description |
---|---|
String |
TokenAuthenticationManager.login(String username,
String password)
Logs the user with username and password into the Remote API system
|
boolean |
TokenAuthenticationManager.logout(String token)
Logs the user out of the RPC system
|
Modifier and Type | Method and Description |
---|---|
boolean |
WikiSoapService.addAnonymousPermissionsToSpace(String token,
String[] permissions,
String spaceKey) |
boolean |
XhtmlSoapService.addAnonymousPermissionsToSpace(String token,
String[] permissions,
String spaceKey) |
boolean |
ConfluenceSoapService.addAnonymousPermissionsToSpace(String token,
String[] permissions,
String spaceKey)
Add Space Permissions for anonymous users
|
boolean |
WikiSoapService.addAnonymousPermissionToSpace(String token,
String permission,
String spaceKey) |
boolean |
XhtmlSoapService.addAnonymousPermissionToSpace(String token,
String permission,
String spaceKey) |
boolean |
ConfluenceSoapService.addAnonymousPermissionToSpace(String token,
String permission,
String spaceKey)
Add a Space Permission for anonymous users
|
boolean |
WikiSoapService.addAnonymousUsePermission(String token) |
boolean |
XhtmlSoapService.addAnonymousUsePermission(String token) |
boolean |
ConfluenceSoapService.addAnonymousUsePermission(String token) |
boolean |
WikiSoapService.addAnonymousViewUserProfilePermission(String token) |
boolean |
XhtmlSoapService.addAnonymousViewUserProfilePermission(String token) |
boolean |
ConfluenceSoapService.addAnonymousViewUserProfilePermission(String token)
This permission can only be set if the anonymous user already has 'use' permission.
|
RemoteAttachment |
WikiSoapService.addAttachment(String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData) |
RemoteAttachment |
XhtmlSoapService.addAttachment(String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData) |
RemoteAttachment |
ConfluenceSoapService.addAttachment(String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
Add a new attachment to a ContentEntityObject.
|
RemoteAttachment |
WikiSoapService.addAttachment(String token,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
XhtmlSoapService.addAttachment(String token,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapService.addAttachment(String token,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteComment |
WikiSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
XhtmlSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.addComment(String token,
RemoteComment comment)
Adds a comment to a page or blog post
|
boolean |
WikiSoapService.addGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
XhtmlSoapService.addGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
ConfluenceSoapService.addGlobalPermission(String token,
String permission,
String remoteEntityName)
Add global permissions for a user or group
|
boolean |
WikiSoapService.addGlobalPermissions(String token,
String[] permissions,
String remoteEntityName) |
boolean |
XhtmlSoapService.addGlobalPermissions(String token,
String[] permissions,
String remoteEntityName) |
boolean |
ConfluenceSoapService.addGlobalPermissions(String token,
String[] permissions,
String remoteEntityName)
Add a global permission for a user or group
|
boolean |
WikiSoapService.addGroup(String token,
String groupname) |
boolean |
XhtmlSoapService.addGroup(String token,
String groupname) |
boolean |
ConfluenceSoapService.addGroup(String token,
String groupname)
Adds a new group
|
boolean |
WikiSoapService.addLabelById(String token,
long labelId,
long objectId) |
boolean |
XhtmlSoapService.addLabelById(String token,
long labelId,
long objectId) |
boolean |
ConfluenceSoapService.addLabelById(String token,
long labelId,
long objectId)
Adds a label with the given ID to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addLabelByName(String token,
String labelName,
long objectId) |
boolean |
XhtmlSoapService.addLabelByName(String token,
String labelName,
long objectId) |
boolean |
ConfluenceSoapService.addLabelByName(String token,
String labelName,
long objectId)
Adds a label to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
XhtmlSoapService.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceSoapService.addLabelByNameToSpace(String token,
String labelName,
String spaceKey)
Adds a label to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
XhtmlSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
ConfluenceSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId)
Adds the given label object to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addPermissionsToSpace(String token,
String[] permissions,
String remoteEntityName,
String spaceKey) |
boolean |
XhtmlSoapService.addPermissionsToSpace(String token,
String[] permissions,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceSoapService.addPermissionsToSpace(String token,
String[] permissions,
String remoteEntityName,
String spaceKey)
Add Space Permissions for a user or group
|
boolean |
WikiSoapService.addPermissionToSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
boolean |
XhtmlSoapService.addPermissionToSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceSoapService.addPermissionToSpace(String token,
String permission,
String remoteEntityName,
String spaceKey)
Add a Space Permission for a user or group
|
RemoteSpace |
WikiSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
XhtmlSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
ConfluenceSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
WikiSoapService.addPersonalSpaceWithDefaultPermissions(String token,
RemoteSpace space,
String username) |
RemoteSpace |
XhtmlSoapService.addPersonalSpaceWithDefaultPermissions(String token,
RemoteSpace space,
String username) |
RemoteSpace |
ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions(String token,
RemoteSpace space,
String username) |
boolean |
WikiSoapService.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData) |
boolean |
XhtmlSoapService.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData) |
boolean |
ConfluenceSoapService.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData)
Add a profile picture to a user's profile
|
RemoteSpace |
WikiSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpace |
XhtmlSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpace |
ConfluenceSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpaceGroup |
WikiSoapService.addSpaceGroup(String token,
RemoteSpaceGroup spaceGroup) |
RemoteSpaceGroup |
XhtmlSoapService.addSpaceGroup(String token,
RemoteSpaceGroup spaceGroup) |
RemoteSpaceGroup |
ConfluenceSoapService.addSpaceGroup(String token,
RemoteSpaceGroup spaceGroup)
Deprecated.
since 5.9.
|
RemoteSpace |
WikiSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
RemoteSpace |
XhtmlSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
RemoteSpace |
ConfluenceSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
void |
WikiSoapService.addUser(String token,
RemoteUser remoteUser,
String password) |
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,
boolean notifyUser) |
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
|
boolean |
WikiSoapService.addUserToGroup(String token,
String username,
String groupname) |
boolean |
XhtmlSoapService.addUserToGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceSoapService.addUserToGroup(String token,
String username,
String groupname) |
boolean |
WikiSoapService.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
XhtmlSoapService.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
ConfluenceSoapService.changeMyPassword(String token,
String oldPass,
String newPass)
Change the current user's password
|
boolean |
WikiSoapService.changeUserPassword(String token,
String username,
String newPass) |
boolean |
XhtmlSoapService.changeUserPassword(String token,
String username,
String newPass) |
boolean |
ConfluenceSoapService.changeUserPassword(String token,
String username,
String newPass)
Change a user's password
|
boolean |
WikiSoapService.clearIndexQueue(String token) |
boolean |
XhtmlSoapService.clearIndexQueue(String token) |
boolean |
ConfluenceSoapService.clearIndexQueue(String token) |
String |
WikiSoapService.convertWikiToStorageFormat(String token,
String markup) |
String |
XhtmlSoapService.convertWikiToStorageFormat(String token,
String markup) |
String |
ConfluenceSoapService.convertWikiToStorageFormat(String token,
String markup)
Converts a string from wiki markup to the XHTML based storage format.
|
boolean |
WikiSoapService.deactivateUser(String token,
String username) |
boolean |
XhtmlSoapService.deactivateUser(String token,
String username) |
boolean |
ConfluenceSoapService.deactivateUser(String token,
String username)
Deactivates the given user
|
RemoteComment |
WikiSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
XhtmlSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.editComment(String token,
RemoteComment comment)
Updates a comment
|
boolean |
WikiSoapService.editUser(String token,
RemoteUser remoteUser) |
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.emptyTrash(String token,
String spaceKey) |
Boolean |
XhtmlSoapService.emptyTrash(String token,
String spaceKey) |
Boolean |
ConfluenceSoapService.emptyTrash(String token,
String spaceKey) |
String |
WikiSoapService.exportSite(String token,
boolean exportAttachments) |
String |
XhtmlSoapService.exportSite(String token,
boolean exportAttachments) |
String |
ConfluenceSoapService.exportSite(String token,
boolean exportAttachments) |
String |
WikiSoapService.exportSpace(String token,
String spaceKey,
String exportType) |
String |
XhtmlSoapService.exportSpace(String token,
String spaceKey,
String exportType) |
String |
ConfluenceSoapService.exportSpace(String token,
String spaceKey,
String exportType) |
String |
WikiSoapService.exportSpace(String token,
String spaceKey,
String exportType,
boolean exportAll) |
String |
XhtmlSoapService.exportSpace(String token,
String spaceKey,
String exportType,
boolean exportAll) |
String |
ConfluenceSoapService.exportSpace(String token,
String spaceKey,
String exportType,
boolean exportAll) |
boolean |
WikiSoapService.flushIndexQueue(String token) |
boolean |
XhtmlSoapService.flushIndexQueue(String token) |
boolean |
ConfluenceSoapService.flushIndexQueue(String token) |
String[] |
WikiSoapService.getActiveUsers(String token,
boolean viewAll) |
String[] |
XhtmlSoapService.getActiveUsers(String token,
boolean viewAll) |
String[] |
ConfluenceSoapService.getActiveUsers(String token,
boolean viewAll)
Returns a list of the current system users
|
RemotePageSummary[] |
WikiSoapService.getAncestors(String token,
long pageId) |
RemotePageSummary[] |
XhtmlSoapService.getAncestors(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getAncestors(String token,
long pageId)
Returns all direct ancestor pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemoteAttachment |
WikiSoapService.getAttachment(String token,
long entityId,
String fileName,
int version) |
RemoteAttachment |
XhtmlSoapService.getAttachment(String token,
long contentId,
String fileName,
int version) |
RemoteAttachment |
ConfluenceSoapService.getAttachment(String token,
long contentId,
String fileName,
int version)
Retrieve information about an attachment.
|
byte[] |
WikiSoapService.getAttachmentData(String token,
long entityId,
String fileName,
int version) |
byte[] |
XhtmlSoapService.getAttachmentData(String token,
long contentId,
String fileName,
int version) |
byte[] |
ConfluenceSoapService.getAttachmentData(String token,
long contentId,
String fileName,
int version)
Retrieve the contents of an attachment.
|
RemoteAttachment[] |
WikiSoapService.getAttachments(String token,
long pageId) |
RemoteAttachment[] |
XhtmlSoapService.getAttachments(String token,
long pageId) |
RemoteAttachment[] |
ConfluenceSoapService.getAttachments(String token,
long pageId) |
RemoteBlogEntrySummary[] |
WikiSoapService.getBlogEntries(String token,
String spaceKey) |
RemoteBlogEntrySummary[] |
XhtmlSoapService.getBlogEntries(String token,
String spaceKey) |
RemoteBlogEntrySummary[] |
ConfluenceSoapService.getBlogEntries(String token,
String spaceKey) |
RemoteBlogEntry |
WikiSoapService.getBlogEntry(String token,
long entryId) |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntry(String token,
long entryId) |
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntry(String token,
long entryId) |
RemoteBlogEntry |
WikiSoapService.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle)
Retrieves a blog post in the given space, with the title and date as specified.
|
RemoteBlogEntry |
WikiSoapService.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle)
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'
|
RemotePageSummary[] |
WikiSoapService.getChildren(String token,
long pageId) |
RemotePageSummary[] |
XhtmlSoapService.getChildren(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getChildren(String token,
long pageId)
Returns all child pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemoteClusterInformation |
WikiSoapService.getClusterInformation(String token) |
RemoteClusterInformation |
XhtmlSoapService.getClusterInformation(String token) |
RemoteClusterInformation |
ConfluenceSoapService.getClusterInformation(String token) |
RemoteNodeStatus[] |
WikiSoapService.getClusterNodeStatuses(String token) |
RemoteNodeStatus[] |
XhtmlSoapService.getClusterNodeStatuses(String token) |
RemoteNodeStatus[] |
ConfluenceSoapService.getClusterNodeStatuses(String token) |
RemoteComment |
WikiSoapService.getComment(String token,
long commentId) |
RemoteComment |
XhtmlSoapService.getComment(String token,
long commentId) |
RemoteComment |
ConfluenceSoapService.getComment(String token,
long commentId)
Retrieves a comment with the given ID
|
RemoteComment[] |
WikiSoapService.getComments(String token,
long pageId) |
RemoteComment[] |
XhtmlSoapService.getComments(String token,
long pageId) |
RemoteComment[] |
ConfluenceSoapService.getComments(String token,
long pageId)
Retrieves the comments for a given abstract page
|
RemoteContentPermissionSet |
WikiSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType) |
RemoteContentPermissionSet |
XhtmlSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType) |
RemoteContentPermissionSet |
ConfluenceSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType)
Get the content permission set of a certain type for a particular piece of content
|
RemoteContentPermissionSet[] |
WikiSoapService.getContentPermissionSets(String token,
long contentId) |
RemoteContentPermissionSet[] |
XhtmlSoapService.getContentPermissionSets(String token,
long contentId) |
RemoteContentPermissionSet[] |
ConfluenceSoapService.getContentPermissionSets(String token,
long contentId)
Get the content permission sets for a particular piece of content
|
RemotePageSummary[] |
WikiSoapService.getDescendents(String token,
long pageId) |
RemotePageSummary[] |
XhtmlSoapService.getDescendents(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getDescendents(String token,
long pageId)
Returns all descendent pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
String[] |
WikiSoapService.getGroups(String token) |
String[] |
XhtmlSoapService.getGroups(String token) |
String[] |
ConfluenceSoapService.getGroups(String token)
Retrieves a list of user groups
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentById(String token,
long labelId) |
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentById(String token,
long labelId) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentById(String token,
long labelId)
Returns the content for a given label ID
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentByName(String token,
String labelName) |
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentByName(String token,
String labelName) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByName(String token,
String labelName)
Returns the content for a given label name
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject)
Returns the content for a given label object
|
RemoteLabel[] |
WikiSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
RemoteLabel[] |
XhtmlSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
RemoteLabel[] |
ConfluenceSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner)
Retrieves the labels matching the given labelName, namespace or owner.
|
RemoteLabel[] |
WikiSoapService.getLabelsById(String token,
long objectId) |
RemoteLabel[] |
XhtmlSoapService.getLabelsById(String token,
long objectId) |
RemoteLabel[] |
ConfluenceSoapService.getLabelsById(String token,
long objectId)
Returns all labels for the given ContentEntityObject ID.
|
RemoteLabel[] |
WikiSoapService.getMostPopularLabels(String token,
int maxCount) |
RemoteLabel[] |
XhtmlSoapService.getMostPopularLabels(String token,
int maxCount) |
RemoteLabel[] |
ConfluenceSoapService.getMostPopularLabels(String token,
int maxCount)
Returns the most popular labels for the Confluence instance, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
RemoteLabel[] |
XhtmlSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
RemoteLabel[] |
ConfluenceSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount)
Returns the most popular labels for the given spaceKey, with a specified maximum number
of results.
|
RemotePage |
WikiSoapService.getPage(String token,
long pageId) |
RemotePage |
XhtmlSoapService.getPage(String token,
long pageId) |
RemotePage |
ConfluenceSoapService.getPage(String token,
long pageId) |
RemotePage |
WikiSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
XhtmlSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
ConfluenceSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePageHistory[] |
WikiSoapService.getPageHistory(String token,
long pageId) |
RemotePageHistory[] |
XhtmlSoapService.getPageHistory(String token,
long pageId) |
RemotePageHistory[] |
ConfluenceSoapService.getPageHistory(String token,
long pageId) |
RemotePermission[] |
WikiSoapService.getPagePermissions(String token,
long pageId) |
RemotePermission[] |
XhtmlSoapService.getPagePermissions(String token,
long pageId) |
RemotePermission[] |
ConfluenceSoapService.getPagePermissions(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getPages(String token,
String spaceKey) |
RemotePageSummary[] |
XhtmlSoapService.getPages(String token,
String spaceKey) |
RemotePageSummary[] |
ConfluenceSoapService.getPages(String token,
String spaceKey)
Returns all pages of the space with the given spaceKey the user authenticated by token is
allowed to view.
|
RemotePageSummary |
WikiSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
XhtmlSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
ConfluenceSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
WikiSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary |
XhtmlSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary |
ConfluenceSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
String[] |
WikiSoapService.getPermissions(String token,
String spaceKey) |
String[] |
XhtmlSoapService.getPermissions(String token,
String spaceKey) |
String[] |
ConfluenceSoapService.getPermissions(String token,
String spaceKey) |
String[] |
WikiSoapService.getPermissionsForUser(String token,
String spaceKey,
String userName) |
String[] |
XhtmlSoapService.getPermissionsForUser(String token,
String spaceKey,
String userName) |
String[] |
ConfluenceSoapService.getPermissionsForUser(String token,
String spaceKey,
String userName) |
RemoteLabel[] |
WikiSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
RemoteLabel[] |
XhtmlSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRecentlyUsedLabels(String token,
int maxResults)
Returns the recently used labels for the Confluence instance, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
RemoteLabel[] |
XhtmlSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults)
Returns the recently used labels for the given spaceKey, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
RemoteLabel[] |
XhtmlSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRelatedLabels(String token,
String labelName,
int maxResults)
Returns the labels related to the given label name, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
RemoteLabel[] |
XhtmlSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults)
Returns the labels related to the given label name for the given spaceKey, with a specified maximum number
of results.
|
RemoteServerInfo |
WikiSoapService.getServerInfo(String token) |
RemoteServerInfo |
XhtmlSoapService.getServerInfo(String token) |
RemoteServerInfo |
ConfluenceSoapService.getServerInfo(String token) |
RemoteSpace |
WikiSoapService.getSpace(String token,
String spaceKey) |
RemoteSpace |
XhtmlSoapService.getSpace(String token,
String spaceKey) |
RemoteSpace |
ConfluenceSoapService.getSpace(String token,
String spaceKey) |
RemoteSpaceGroup |
WikiSoapService.getSpaceGroup(String token,
String spaceGroup) |
RemoteSpaceGroup |
XhtmlSoapService.getSpaceGroup(String token,
String spaceGroupKey) |
RemoteSpaceGroup |
ConfluenceSoapService.getSpaceGroup(String token,
String spaceGroup)
Deprecated.
since 5.9.
|
RemoteSpaceGroup[] |
WikiSoapService.getSpaceGroups(String token) |
RemoteSpaceGroup[] |
XhtmlSoapService.getSpaceGroups(String token) |
RemoteSpaceGroup[] |
ConfluenceSoapService.getSpaceGroups(String token)
Deprecated.
since 5.9.
|
String[] |
WikiSoapService.getSpaceLevelPermissions(String token) |
String[] |
XhtmlSoapService.getSpaceLevelPermissions(String token) |
String[] |
ConfluenceSoapService.getSpaceLevelPermissions(String token) |
RemoteSpacePermissionSet |
WikiSoapService.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
RemoteSpacePermissionSet |
XhtmlSoapService.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
RemoteSpacePermissionSet |
ConfluenceSoapService.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
RemoteSpacePermissionSet[] |
WikiSoapService.getSpacePermissionSets(String token,
String spaceKey) |
RemoteSpacePermissionSet[] |
XhtmlSoapService.getSpacePermissionSets(String token,
String spaceKey) |
RemoteSpacePermissionSet[] |
ConfluenceSoapService.getSpacePermissionSets(String token,
String spaceKey) |
RemoteSpaceSummary[] |
WikiSoapService.getSpaces(String token) |
RemoteSpaceSummary[] |
XhtmlSoapService.getSpaces(String token) |
RemoteSpaceSummary[] |
ConfluenceSoapService.getSpaces(String token) |
RemoteSpace[] |
WikiSoapService.getSpacesContainingContentWithLabel(String token,
String labelName) |
RemoteSpace[] |
XhtmlSoapService.getSpacesContainingContentWithLabel(String token,
String labelName) |
RemoteSpace[] |
ConfluenceSoapService.getSpacesContainingContentWithLabel(String token,
String labelName)
Returns all Spaces that have content labelled with labelName
|
RemoteSpaceSummary[] |
WikiSoapService.getSpacesInGroup(String token,
String spaceGroupKey) |
RemoteSpaceSummary[] |
XhtmlSoapService.getSpacesInGroup(String token,
String spaceGroupKey) |
RemoteSpaceSummary[] |
ConfluenceSoapService.getSpacesInGroup(String token,
String spaceGroupKey) |
String |
WikiSoapService.getSpaceStatus(String token,
String spaceKey) |
String |
XhtmlSoapService.getSpaceStatus(String token,
String spaceKey) |
String |
ConfluenceSoapService.getSpaceStatus(String token,
String spaceKey) |
RemoteSpace[] |
WikiSoapService.getSpacesWithLabel(String token,
String labelName) |
RemoteSpace[] |
XhtmlSoapService.getSpacesWithLabel(String token,
String labelName) |
RemoteSpace[] |
ConfluenceSoapService.getSpacesWithLabel(String token,
String labelName)
Returns an array of Spaces that have been labelled with labelName
|
RemotePageSummary[] |
WikiSoapService.getTopLevelPages(String token,
String spaceKey) |
RemotePageSummary[] |
XhtmlSoapService.getTopLevelPages(String token,
String spaceKey) |
RemotePageSummary[] |
ConfluenceSoapService.getTopLevelPages(String token,
String spaceKey)
Returns all top level pages of the space with the given spaceKey the user authenticated by token is
allowed to view.
|
RemoteContentSummaries |
WikiSoapService.getTrashContents(String token,
String spaceKey,
int offset,
int count) |
RemoteContentSummaries |
XhtmlSoapService.getTrashContents(String token,
String spaceKey,
int offset,
int count) |
RemoteContentSummaries |
ConfluenceSoapService.getTrashContents(String token,
String spaceKey,
int offset,
int count) |
RemoteUser |
WikiSoapService.getUser(String token,
String username) |
RemoteUser |
XhtmlSoapService.getUser(String token,
String username) |
RemoteUser |
ConfluenceSoapService.getUser(String token,
String username)
Deprecated.
since 5.2. Use
ConfluenceSoapService.getUserByName(String, String) instead. |
RemoteConfluenceUser |
WikiSoapService.getUserByKey(String token,
String key) |
RemoteConfluenceUser |
XhtmlSoapService.getUserByKey(String token,
String key) |
RemoteConfluenceUser |
ConfluenceSoapService.getUserByKey(String token,
String userKey)
Retrieves a user with the given user key.
|
RemoteConfluenceUser |
WikiSoapService.getUserByName(String token,
String username) |
RemoteConfluenceUser |
XhtmlSoapService.getUserByName(String token,
String username) |
RemoteConfluenceUser |
ConfluenceSoapService.getUserByName(String token,
String username)
Retrieves a user with the given username.
|
String[] |
WikiSoapService.getUserGroups(String token,
String username) |
String[] |
XhtmlSoapService.getUserGroups(String token,
String username) |
String[] |
ConfluenceSoapService.getUserGroups(String token,
String username)
Retrieves the groups that a given user belongs to
|
RemoteUserInformation |
WikiSoapService.getUserInformation(String token,
String username) |
RemoteUserInformation |
XhtmlSoapService.getUserInformation(String token,
String username) |
RemoteUserInformation |
ConfluenceSoapService.getUserInformation(String token,
String username)
Retrieves a user's information
|
boolean |
WikiSoapService.getUserPreferenceBoolean(String token,
String username,
String key) |
boolean |
XhtmlSoapService.getUserPreferenceBoolean(String token,
String username,
String key) |
boolean |
ConfluenceSoapService.getUserPreferenceBoolean(String token,
String username,
String key)
Get a user preference as a boolean value.
|
long |
WikiSoapService.getUserPreferenceLong(String token,
String username,
String key) |
long |
XhtmlSoapService.getUserPreferenceLong(String token,
String username,
String key) |
long |
ConfluenceSoapService.getUserPreferenceLong(String token,
String username,
String key)
Get a user preference as a long integer value.
|
String |
WikiSoapService.getUserPreferenceString(String token,
String username,
String key) |
String |
XhtmlSoapService.getUserPreferenceString(String token,
String username,
String key) |
String |
ConfluenceSoapService.getUserPreferenceString(String token,
String username,
String key)
Get a user preference as a String value.
|
RemoteUser[] |
WikiSoapService.getWatchersForPage(String token,
long pageId) |
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.getWatchersForSpace(String token,
String spaceKey) |
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.
|
boolean |
WikiSoapService.hasGroup(String token,
String groupname) |
boolean |
XhtmlSoapService.hasGroup(String token,
String groupname) |
boolean |
ConfluenceSoapService.hasGroup(String token,
String groupname)
Determines whether a group exists
|
boolean |
WikiSoapService.hasUser(String token,
String username) |
boolean |
XhtmlSoapService.hasUser(String token,
String username) |
boolean |
ConfluenceSoapService.hasUser(String token,
String username)
Determines whether a user exists
|
boolean |
WikiSoapService.importSpace(String token,
byte[] importData) |
boolean |
XhtmlSoapService.importSpace(String token,
byte[] importData) |
boolean |
ConfluenceSoapService.importSpace(String token,
byte[] importData)
Import a space in a compressed XML format
|
boolean |
WikiSoapService.installPlugin(String token,
String pluginFileName,
byte[] pluginData) |
boolean |
XhtmlSoapService.installPlugin(String token,
String pluginFileName,
byte[] pluginData) |
boolean |
ConfluenceSoapService.installPlugin(String token,
String pluginFileName,
byte[] pluginData)
Installs a plugin.
|
boolean |
WikiSoapService.isActiveUser(String token,
String username) |
boolean |
XhtmlSoapService.isActiveUser(String token,
String username) |
boolean |
ConfluenceSoapService.isActiveUser(String token,
String username)
Checks if a given user is active.
|
boolean |
WikiSoapService.isDarkFeatureEnabled(String token,
String key) |
boolean |
XhtmlSoapService.isDarkFeatureEnabled(String token,
String key) |
boolean |
ConfluenceSoapService.isDarkFeatureEnabled(String token,
String key) |
boolean |
WikiSoapService.isPluginEnabled(String token,
String pluginKey) |
boolean |
XhtmlSoapService.isPluginEnabled(String token,
String pluginKey) |
boolean |
ConfluenceSoapService.isPluginEnabled(String token,
String pluginKey)
Returns true if the specified plugin is enabled.
|
boolean |
WikiSoapService.isPluginInstalled(String token,
String pluginKey) |
boolean |
XhtmlSoapService.isPluginInstalled(String token,
String pluginKey) |
boolean |
ConfluenceSoapService.isPluginInstalled(String token,
String pluginKey)
Returns true if the specified plugin is installed.
|
boolean |
WikiSoapService.isWatchingPage(String token,
long pageId,
String username) |
boolean |
XhtmlSoapService.isWatchingPage(String token,
long pageId,
String username) |
boolean |
ConfluenceSoapService.isWatchingPage(String token,
long pageId,
String username)
Returns true if the specified user is watching the page or blog post with the given ID, otherwise false.
|
boolean |
WikiSoapService.isWatchingSpace(String token,
String spaceKey,
String username) |
boolean |
XhtmlSoapService.isWatchingSpace(String token,
String spaceKey,
String username) |
boolean |
ConfluenceSoapService.isWatchingSpace(String token,
String spaceKey,
String username)
Returns true if the specified user is watching the space with the given key, otherwise false.
|
boolean |
WikiSoapService.isWatchingSpaceForType(String token,
String spaceKey,
String contentType,
String username) |
boolean |
XhtmlSoapService.isWatchingSpaceForType(String token,
String spaceKey,
String contentType,
String username) |
boolean |
ConfluenceSoapService.isWatchingSpaceForType(String token,
String spaceKey,
String contentType,
String username)
Returns true if the specified user is watching the specified type of content in space with the given key,
otherwise false.
|
String |
WikiSoapService.login(String username,
String password) |
String |
XhtmlSoapService.login(String username,
String password) |
String |
ConfluenceSoapService.login(String username,
String password) |
boolean |
WikiSoapService.logout(String token) |
boolean |
ConfluenceSoapService.logout(String token) |
boolean |
WikiSoapService.moveAttachment(String token,
long originalContentId,
String originalFileName,
long newContentId,
String newFileName) |
boolean |
XhtmlSoapService.moveAttachment(String token,
long originalContentId,
String originalFileName,
long newContentId,
String newFileName) |
boolean |
ConfluenceSoapService.moveAttachment(String token,
long originalContentId,
String originalFileName,
long newContentId,
String newFileName)
Move or rename an attachment
|
Boolean |
WikiSoapService.movePage(String token,
long sourcePageId,
long targetPageId,
String position) |
Boolean |
XhtmlSoapService.movePage(String token,
long sourcePageId,
long targetPageId,
String position) |
Boolean |
ConfluenceSoapService.movePage(String token,
long sourcePageId,
long targetPageId,
String position) |
Boolean |
WikiSoapService.movePageToTopLevel(String token,
long pageId,
String targetSpaceKey) |
Boolean |
XhtmlSoapService.movePageToTopLevel(String token,
long pageId,
String targetSpaceKey) |
Boolean |
ConfluenceSoapService.movePageToTopLevel(String token,
long pageId,
String targetSpaceKey) |
String |
WikiSoapService.performBackup(String token,
boolean exportAttachments) |
String |
XhtmlSoapService.performBackup(String token,
boolean exportAttachments) |
String |
ConfluenceSoapService.performBackup(String token,
boolean exportAttachments) |
Boolean |
WikiSoapService.purgeFromTrash(String token,
String spaceKey,
long pageId) |
Boolean |
XhtmlSoapService.purgeFromTrash(String token,
String spaceKey,
long pageId) |
Boolean |
ConfluenceSoapService.purgeFromTrash(String token,
String spaceKey,
long pageId) |
boolean |
WikiSoapService.reactivateUser(String token,
String username) |
boolean |
XhtmlSoapService.reactivateUser(String token,
String username) |
boolean |
ConfluenceSoapService.reactivateUser(String token,
String username)
Reactivates the given user
|
boolean |
WikiSoapService.recoverMainIndex(String token) |
boolean |
XhtmlSoapService.recoverMainIndex(String token) |
boolean |
ConfluenceSoapService.recoverMainIndex(String token) |
boolean |
WikiSoapService.removeAllPermissionsForGroup(String token,
String groupname) |
boolean |
XhtmlSoapService.removeAllPermissionsForGroup(String token,
String groupname) |
boolean |
ConfluenceSoapService.removeAllPermissionsForGroup(String token,
String groupname)
Deletes all global and space permissions for the given group
|
boolean |
WikiSoapService.removeAnonymousPermissionFromSpace(String token,
String permission,
String spaceKey) |
boolean |
XhtmlSoapService.removeAnonymousPermissionFromSpace(String token,
String permission,
String spaceKey) |
boolean |
ConfluenceSoapService.removeAnonymousPermissionFromSpace(String token,
String permission,
String spaceKey)
Removes a Space Permission for anonymous users
|
boolean |
WikiSoapService.removeAnonymousUsePermission(String token) |
boolean |
XhtmlSoapService.removeAnonymousUsePermission(String token) |
boolean |
ConfluenceSoapService.removeAnonymousUsePermission(String token)
Remove anonymous use permission.
|
boolean |
WikiSoapService.removeAnonymousViewUserProfilePermission(String token) |
boolean |
XhtmlSoapService.removeAnonymousViewUserProfilePermission(String token) |
boolean |
ConfluenceSoapService.removeAnonymousViewUserProfilePermission(String token) |
boolean |
WikiSoapService.removeAttachment(String token,
long contentId,
String fileName) |
boolean |
XhtmlSoapService.removeAttachment(String token,
long contentId,
String fileName) |
boolean |
ConfluenceSoapService.removeAttachment(String token,
long contentId,
String fileName)
Remove an attachment.
|
boolean |
WikiSoapService.removeComment(String token,
long commentId) |
boolean |
XhtmlSoapService.removeComment(String token,
long commentId) |
boolean |
ConfluenceSoapService.removeComment(String token,
long commentId)
Removes a comment with the given ID
|
boolean |
WikiSoapService.removeGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
XhtmlSoapService.removeGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
ConfluenceSoapService.removeGlobalPermission(String token,
String permission,
String remoteEntityName)
Remove a global permission
|
boolean |
WikiSoapService.removeGroup(String token,
String groupname,
String defaultGroupName) |
boolean |
XhtmlSoapService.removeGroup(String token,
String groupname,
String defaultGroupName) |
boolean |
ConfluenceSoapService.removeGroup(String token,
String groupname,
String defaultGroupName)
Removes an existing group
|
boolean |
WikiSoapService.removeLabelById(String token,
long labelId,
long objectId) |
boolean |
XhtmlSoapService.removeLabelById(String token,
long labelId,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelById(String token,
long labelId,
long objectId)
Removes the label with the given ID from the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.removeLabelByName(String token,
String labelName,
long objectId) |
boolean |
XhtmlSoapService.removeLabelByName(String token,
String labelName,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelByName(String token,
String labelName,
long objectId)
Removes the given label from the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
XhtmlSoapService.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceSoapService.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey)
Removes the given label from the given Space
|
boolean |
WikiSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
XhtmlSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId)
Removes the given label object from the object with the given ContentEntityObject ID.
|
Boolean |
WikiSoapService.removePage(String token,
long pageId) |
Boolean |
XhtmlSoapService.removePage(String token,
long pageId) |
Boolean |
ConfluenceSoapService.removePage(String token,
long pageId) |
Boolean |
WikiSoapService.removePageVersionById(String token,
long historicalPageId) |
Boolean |
XhtmlSoapService.removePageVersionById(String token,
long historicalPageId) |
Boolean |
ConfluenceSoapService.removePageVersionById(String token,
long historicalPageId)
Remove a historical version of a page.
|
Boolean |
WikiSoapService.removePageVersionByVersion(String token,
long pageId,
int version) |
Boolean |
XhtmlSoapService.removePageVersionByVersion(String token,
long pageId,
int version) |
Boolean |
ConfluenceSoapService.removePageVersionByVersion(String token,
long pageId,
int version)
Remove the identified version of a page.
|
boolean |
WikiSoapService.removePageWatch(String token,
long pageId) |
boolean |
XhtmlSoapService.removePageWatch(String token,
long pageId) |
boolean |
ConfluenceSoapService.removePageWatch(String token,
long pageId)
Remove a watch for the current user on the page or blog post with the specified page ID.
|
boolean |
WikiSoapService.removePageWatchForUser(String token,
long pageId,
String username) |
boolean |
XhtmlSoapService.removePageWatchForUser(String token,
long pageId,
String username) |
boolean |
ConfluenceSoapService.removePageWatchForUser(String token,
long pageId,
String username)
Removes a watch from a specific page or blog post for a particular user.
|
boolean |
WikiSoapService.removePermissionFromSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
boolean |
XhtmlSoapService.removePermissionFromSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceSoapService.removePermissionFromSpace(String token,
String permission,
String remoteEntityName,
String spaceKey)
Removes a Space Permission for a user or group
|
Boolean |
WikiSoapService.removeSpace(String token,
String spaceKey) |
Boolean |
XhtmlSoapService.removeSpace(String token,
String spaceKey) |
Boolean |
ConfluenceSoapService.removeSpace(String token,
String spaceKey) |
boolean |
WikiSoapService.removeSpaceGroup(String token,
String spaceGroupKey) |
boolean |
XhtmlSoapService.removeSpaceGroup(String token,
String spaceGroupKey) |
boolean |
ConfluenceSoapService.removeSpaceGroup(String token,
String spaceGroupKey)
Deprecated.
since 5.9.
|
boolean |
WikiSoapService.removeSpaceWatch(String token,
String spaceKey) |
boolean |
XhtmlSoapService.removeSpaceWatch(String token,
String spaceKey) |
boolean |
ConfluenceSoapService.removeSpaceWatch(String token,
String spaceKey)
Removes a watch for the current user on the space with the specified space key.
|
boolean |
WikiSoapService.removeUser(String token,
String username) |
boolean |
XhtmlSoapService.removeUser(String token,
String username) |
boolean |
ConfluenceSoapService.removeUser(String token,
String username)
Removes a user with the given username
|
boolean |
WikiSoapService.removeUserFromGroup(String token,
String username,
String groupname) |
boolean |
XhtmlSoapService.removeUserFromGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceSoapService.removeUserFromGroup(String token,
String username,
String groupname)
Removes the given user from a group
|
boolean |
WikiSoapService.renameUser(String token,
String oldUsername,
String newUsername) |
boolean |
XhtmlSoapService.renameUser(String token,
String oldUsername,
String newUsername) |
boolean |
ConfluenceSoapService.renameUser(String token,
String oldUsername,
String newUsername)
Change user's username
|
String[] |
WikiSoapService.renameUsers(String token,
Map<String,String> oldUsernamesToNewUsernames) |
String[] |
XhtmlSoapService.renameUsers(String token,
Map<String,String> oldUsernamesToNewUsernames) |
String[] |
ConfluenceSoapService.renameUsers(String token,
Map<String,String> oldUsernamesToNewUsernames)
Change usernames for a set of users
|
String |
WikiSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent) |
String |
XhtmlSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent) |
String |
ConfluenceSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent) |
String |
WikiSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent,
Map renderParameters) |
String |
XhtmlSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent,
Map renderParameters) |
String |
ConfluenceSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent,
Map renderParameters) |
RemoteSearchResult[] |
WikiSoapService.search(String token,
String query,
int maxResults) |
RemoteSearchResult[] |
XhtmlSoapService.search(String token,
String query,
int maxResults) |
RemoteSearchResult[] |
ConfluenceSoapService.search(String token,
String query,
int maxResults)
Search Confluence for the supplied query String.
|
RemoteSearchResult[] |
WikiSoapService.search(String token,
String query,
Map params,
int maxResults) |
RemoteSearchResult[] |
XhtmlSoapService.search(String token,
String query,
Map params,
int maxResults) |
RemoteSearchResult[] |
ConfluenceSoapService.search(String token,
String query,
Map params,
int maxResults)
Search Confluence for the supplied query String.
|
boolean |
WikiSoapService.setContentPermissions(String token,
long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions) |
boolean |
XhtmlSoapService.setContentPermissions(String token,
long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions) |
boolean |
ConfluenceSoapService.setContentPermissions(String token,
long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions)
Set the content permissions for a particular permission type on some content.
|
boolean |
WikiSoapService.setEnableAnonymousAccess(String token,
boolean value) |
boolean |
XhtmlSoapService.setEnableAnonymousAccess(String token,
boolean value) |
boolean |
ConfluenceSoapService.setEnableAnonymousAccess(String token,
boolean value) |
boolean |
WikiSoapService.setEnableWysiwyg(String token,
boolean value)
Deprecated.
since 4.0. You can no longer disable the wysiwyg editor.
|
boolean |
XhtmlSoapService.setEnableWysiwyg(String token,
boolean value)
Deprecated.
since 4.0. You can no longer disable the wysiwyg editor.
|
boolean |
ConfluenceSoapService.setEnableWysiwyg(String token,
boolean value)
Deprecated.
since 4.0. You can no longer disable the wysiwyg editor.
|
Boolean |
WikiSoapService.setSpaceStatus(String token,
String spaceKey,
String status) |
Boolean |
XhtmlSoapService.setSpaceStatus(String token,
String spaceKey,
String status) |
Boolean |
ConfluenceSoapService.setSpaceStatus(String token,
String spaceKey,
String status) |
boolean |
WikiSoapService.setUserInformation(String token,
RemoteUserInformation userInfo) |
boolean |
XhtmlSoapService.setUserInformation(String token,
RemoteUserInformation userInfo) |
boolean |
ConfluenceSoapService.setUserInformation(String token,
RemoteUserInformation userInfo)
Updates a user's information
|
boolean |
WikiSoapService.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
XhtmlSoapService.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
ConfluenceSoapService.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value)
Set a user preference to a boolean value.
|
boolean |
WikiSoapService.setUserPreferenceLong(String token,
String username,
String key,
long value) |
boolean |
XhtmlSoapService.setUserPreferenceLong(String token,
String username,
String key,
long value) |
boolean |
ConfluenceSoapService.setUserPreferenceLong(String token,
String username,
String key,
long value)
Set a user preference to an long integer value.
|
boolean |
WikiSoapService.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
XhtmlSoapService.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
ConfluenceSoapService.setUserPreferenceString(String token,
String username,
String key,
String value)
Set a user preference to a String value.
|
boolean |
WikiSoapService.startActivity(String token,
String key,
String user) |
boolean |
XhtmlSoapService.startActivity(String token,
String key,
String user) |
boolean |
ConfluenceSoapService.startActivity(String token,
String key,
String user)
Call startActivity on the heartbeat manager bean
|
boolean |
WikiSoapService.stopActivity(String token,
String key,
String user) |
boolean |
XhtmlSoapService.stopActivity(String token,
String key,
String user) |
boolean |
ConfluenceSoapService.stopActivity(String token,
String key,
String user)
Call stopActivity on the heartbeat manager bean
|
RemoteBlogEntry |
WikiSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
XhtmlSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
ConfluenceSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemotePage |
WikiSoapService.storePage(String token,
RemotePage page) |
RemotePage |
XhtmlSoapService.storePage(String token,
RemotePage page) |
RemotePage |
ConfluenceSoapService.storePage(String token,
RemotePage page) |
RemoteSpace |
WikiSoapService.storeSpace(String token,
RemoteSpace remoteSpace) |
RemoteSpace |
XhtmlSoapService.storeSpace(String token,
RemoteSpace remoteSpace) |
RemoteSpace |
ConfluenceSoapService.storeSpace(String token,
RemoteSpace remoteSpace)
Allows for modifying space details via the remote API.
|
RemotePage |
WikiSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
XhtmlSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
ConfluenceSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
boolean |
WikiSoapService.watchPage(String token,
long pageId) |
boolean |
XhtmlSoapService.watchPage(String token,
long pageId) |
boolean |
ConfluenceSoapService.watchPage(String token,
long pageId)
Adds a watch for the current user on the page or blog post with the specified page ID.
|
boolean |
WikiSoapService.watchPageForUser(String token,
long pageId,
String username) |
boolean |
XhtmlSoapService.watchPageForUser(String token,
long pageId,
String username) |
boolean |
ConfluenceSoapService.watchPageForUser(String token,
long pageId,
String username)
Adds a watch to a specific page or blog post for a particular user.
|
boolean |
WikiSoapService.watchSpace(String token,
String spaceKey) |
boolean |
XhtmlSoapService.watchSpace(String token,
String spaceKey) |
boolean |
ConfluenceSoapService.watchSpace(String token,
String spaceKey)
Adds a watch for the current user on the space with the specified space key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpacesSoapService.addAnonymousUsePermission() |
boolean |
SpacesSoapService.addAnonymousViewUserProfilePermission() |
RemoteAttachment |
AttachmentsSoapService.addAttachment(long contentId,
RemoteAttachment remoteAttachment,
byte[] attachmentData) |
RemoteComment |
PagesSoapService.addComment(RemoteComment comment) |
boolean |
SpacesSoapService.addGlobalPermission(String permission,
String remoteEntityName) |
boolean |
SpacesSoapService.addGlobalPermissions(String[] permissions,
String remoteEntityName) |
boolean |
UsersSoapService.addGroup(String groupname)
Adds the specified group.
|
boolean |
LabelsSoapService.addLabelById(long labelId,
long objectId) |
boolean |
LabelsSoapService.addLabelByName(String labelName,
long objectId) |
boolean |
LabelsSoapService.addLabelByNameToSpace(String labelName,
String spaceKey) |
boolean |
LabelsSoapService.addLabelByObject(RemoteLabel labelObject,
long objectId) |
boolean |
SpacesSoapService.addPermissionsToSpace(String[] permissions,
String remoteEntityName,
String spaceKey) |
boolean |
SpacesSoapService.addPermissionToSpace(String permission,
String remoteEntityName,
String spaceKey)
Add a given permission for a particular group/user to the given space.
|
RemoteSpace |
SpacesSoapService.addPersonalSpace(RemoteSpace space,
String username) |
RemoteSpace |
SpacesSoapService.addPersonalSpaceWithDefaultPermissions(RemoteSpace space,
String username) |
boolean |
UsersSoapService.addProfilePicture(String userName,
String fileName,
String mimeType,
byte[] pictureData)
Add a profile picture to a user's profile
|
RemoteSpace |
SpacesSoapService.addSpace(RemoteSpace space) |
RemoteSpaceGroup |
SpacesSoapService.addSpaceGroup(RemoteSpaceGroup spaceGroup)
Deprecated.
since 5.9.
|
RemoteSpace |
SpacesSoapService.addSpaceWithDefaultPermissions(RemoteSpace space) |
boolean |
UsersSoapService.addUser(RemoteUser user,
String password,
boolean notifyUser)
Adds user.
|
boolean |
UsersSoapService.addUserToGroup(String username,
String groupname)
Add user to the specified group.
|
void |
SoapServiceHelper.assertCanAdminister() |
void |
SoapServiceHelperImpl.assertCanAdminister() |
void |
SoapServiceHelper.assertCanAdminister(Space space) |
void |
SoapServiceHelperImpl.assertCanAdminister(Space space) |
void |
SoapServiceHelper.assertCanCreateBlogPost(Space space) |
void |
SoapServiceHelperImpl.assertCanCreateBlogPost(Space space) |
void |
SoapServiceHelper.assertCanCreatePage(Space space) |
void |
SoapServiceHelperImpl.assertCanCreatePage(Space space) |
void |
SoapServiceHelper.assertCanExport(Space space) |
void |
SoapServiceHelperImpl.assertCanExport(Space space) |
void |
SoapServiceHelper.assertCanModify(AbstractPage page) |
void |
SoapServiceHelperImpl.assertCanModify(AbstractPage page) |
void |
SoapServiceHelper.assertCanRemove(AbstractPage page) |
void |
SoapServiceHelperImpl.assertCanRemove(AbstractPage page)
Throw an exception if the user can't remove the given page.
|
void |
SoapServiceHelper.assertCanView(AbstractPage page) |
void |
SoapServiceHelperImpl.assertCanView(AbstractPage page) |
void |
SoapServiceHelper.assertCanView(Space space) |
void |
SoapServiceHelperImpl.assertCanView(Space space) |
boolean |
UsersSoapService.changeMyPassword(String token,
String oldPass,
String newPass)
Changes your password.
|
boolean |
UsersSoapService.changeUserPassword(String username,
String newPass)
Changes the user's password.
|
boolean |
AdminSoapService.clearIndexQueue()
Support remote interface for clearing out the index queue.
|
boolean |
UsersSoapService.deactivateUser(String username)
Deactivates the specified user.
|
RemoteComment |
PagesSoapService.editComment(RemoteComment rComment) |
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 . |
boolean |
PagesSoapService.emptyTrash(String spaceKey) |
String |
AdminSoapService.exportSite(boolean exportAttachments)
Performs a site export and return the download url.
|
String |
SpacesSoapService.exportSpace(String spaceKey,
String exportType) |
String |
SpacesSoapService.exportSpace(String spaceKey,
String exportType,
boolean exportAll) |
boolean |
AdminSoapService.flushIndexQueue()
Support remote interface for flushing the index queue.
|
String[] |
UsersSoapService.getActiveUsers(boolean viewAll) |
RemotePageSummary[] |
PagesSoapService.getAncestors(long pageId) |
RemoteAttachment |
AttachmentsSoapService.getAttachment(long contentId,
String fileName,
int version) |
byte[] |
AttachmentsSoapService.getAttachmentData(long contentId,
String fileName,
int version) |
RemoteAttachment[] |
PagesSoapService.getAttachments(long pageId) |
RemoteBlogEntrySummary[] |
BlogsSoapService.getBlogEntries(String spaceKey) |
RemoteBlogEntry |
BlogsSoapService.getBlogEntry(long entryId) |
RemoteBlogEntry |
BlogsSoapService.getBlogEntryByDateAndTitle(String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
BlogsSoapService.getBlogEntryByDayAndTitle(String spaceKey,
int dayOfMonth,
String postTitle) |
RemotePageSummary[] |
PagesSoapService.getChildren(long pageId) |
RemoteComment |
PagesSoapService.getComment(long commentId) |
RemoteComment[] |
PagesSoapService.getComments(long pageId) |
RemoteContentPermissionSet |
PagesSoapService.getContentPermissionSet(long contentId,
String permissionType) |
RemoteContentPermissionSet[] |
PagesSoapService.getContentPermissionSets(long contentId) |
RemotePageSummary[] |
PagesSoapService.getDescendents(long pageId) |
String[] |
UsersSoapService.getGroups()
Returns all groups.
|
RemoteSearchResult[] |
LabelsSoapService.getLabelContentById(long labelId) |
RemoteSearchResult[] |
LabelsSoapService.getLabelContentByName(String labelName) |
RemoteSearchResult[] |
LabelsSoapService.getLabelContentByObject(RemoteLabel labelObject) |
RemoteLabel[] |
LabelsSoapService.getLabelsByDetail(String labelName,
String namespace,
String spaceKey,
String owner) |
RemoteLabel[] |
LabelsSoapService.getLabelsById(long objectId) |
RemoteLabel[] |
LabelsSoapService.getMostPopularLabels(int maxCount) |
RemoteLabel[] |
LabelsSoapService.getMostPopularLabelsInSpace(String spaceKey,
int maxCount) |
RemotePage |
PagesSoapService.getPage(long pageId) |
RemotePage |
PagesSoapService.getPage(String spaceKey,
String pageTitle) |
RemotePageHistory[] |
PagesSoapService.getPageHistory(long pageId) |
RemotePageSummary[] |
PagesSoapService.getPages(String spaceKey) |
RemotePageSummary |
PagesSoapService.getPageSummary(long pageId) |
RemotePageSummary |
PagesSoapService.getPageSummary(String spaceKey,
String pageTitle) |
RemotePermission[] |
PagesSoapService.getPermissions(long pageId) |
String[] |
SpacesSoapService.getPermissions(String spaceKey)
Returns permissions that the logged in user has on the space with the given key.
|
String[] |
SpacesSoapService.getPermissions(String spaceKey,
String userName)
Returns the permissions that the nominated user has on the space with the given key.
|
RemoteLabel[] |
LabelsSoapService.getRecentlyUsedLabelsInSpace(String spaceKey,
int maxCount) |
RemoteLabel[] |
LabelsSoapService.getRelatedLabels(String labelName,
int maxCount) |
RemoteLabel[] |
LabelsSoapService.getRelatedLabelsInSpace(String labelName,
String spaceKey,
int maxCount) |
RemoteServerInfo |
AdminSoapService.getServerInfo() |
RemoteSpace |
SpacesSoapService.getSpace(String spaceKey) |
RemoteSpaceGroup |
SpacesSoapService.getSpaceGroup(String spaceGroupKey)
Deprecated.
since 5.9.
|
RemoteSpaceGroup[] |
SpacesSoapService.getSpaceGroups()
Deprecated.
since 5.9.
|
String[] |
SpacesSoapService.getSpaceLevelPermissions()
Get all fine grained Space Level Permissions so that they can be added remotely.
|
RemoteSpacePermissionSet |
SpacesSoapService.getSpacePermissionSet(String spaceKey,
String type) |
RemoteSpacePermissionSet[] |
SpacesSoapService.getSpacePermissionSets(String spaceKey) |
RemoteSpaceSummary[] |
SpacesSoapService.getSpaces() |
RemoteSpace[] |
LabelsSoapService.getSpacesContainingContentWithLabel(String labelName) |
RemoteSpaceSummary[] |
SpacesSoapService.getSpacesInGroup(String groupKey)
Deprecated.
since 5.9.
|
String |
SpacesSoapService.getSpaceStatus(String spaceKey) |
RemoteSpace[] |
LabelsSoapService.getSpacesWithLabel(String labelName) |
RemotePageSummary[] |
PagesSoapService.getTopLevelPages(String spaceKey) |
RemoteContentSummaries |
PagesSoapService.getTrashContents(String spaceKey,
int offset,
int count) |
RemoteUser |
UsersSoapService.getUser(String username)
Deprecated.
since 5.2. Use
UsersSoapService.getUserByName(String) instead. |
RemoteConfluenceUser |
UsersSoapService.getUserByKey(String userKey) |
RemoteConfluenceUser |
UsersSoapService.getUserByName(String username) |
String[] |
UsersSoapService.getUserGroups(String username)
Fetches the groups that the specified user belongs to.
|
RemoteUserInformation |
UsersSoapService.getUserInformation(String username) |
boolean |
UsersSoapService.getUserPreferenceBoolean(String username,
String key) |
long |
UsersSoapService.getUserPreferenceLong(String username,
String key) |
String |
UsersSoapService.getUserPreferenceString(String username,
String key) |
RemoteUser[] |
NotificationsSoapService.getWatchersForPage(long pageId) |
RemoteUser[] |
NotificationsSoapService.getWatchersForSpace(String spaceKey) |
boolean |
AdminSoapService.importSpace(byte[] importData) |
boolean |
AdminSoapService.installPlugin(String pluginFileName,
byte[] pluginData) |
boolean |
UsersSoapService.isActiveUser(String username) |
boolean |
AdminSoapService.isPluginEnabled(String pluginKey) |
boolean |
AdminSoapService.isPluginInstalled(String pluginKey) |
boolean |
NotificationsSoapService.isWatchingPage(long pageId,
String username) |
boolean |
NotificationsSoapService.isWatchingSpace(String spaceKey,
String username) |
boolean |
NotificationsSoapService.isWatchingSpaceForType(String spaceKey,
String contentType,
String username) |
boolean |
AttachmentsSoapService.moveAttachment(long contentId,
String name,
long newContentId,
String newName) |
Boolean |
PagesSoapService.movePage(long sourcePageId,
long targetPageId,
String position) |
Boolean |
PagesSoapService.movePageToTopLevel(long pageId,
String targetSpaceKey) |
String |
AdminSoapService.performBackup(boolean exportAttachments)
Performs a backup, and return the file path on the server.
|
boolean |
PagesSoapService.purgeFromTrash(String spaceKey,
long contentId) |
boolean |
UsersSoapService.reactivateUser(String username) |
boolean |
AdminSoapService.recoverIndex() |
boolean |
UsersSoapService.removeAllPermissionsForGroup(String groupname)
Delete all permissions (global and space level) permissions for the group with the given name.
|
boolean |
SpacesSoapService.removeAnonymousUserPermission() |
boolean |
SpacesSoapService.removeAnonymousViewUserProfilePermission() |
boolean |
AttachmentsSoapService.removeAttachment(long contentId,
String fileName) |
boolean |
PagesSoapService.removeComment(long commentId) |
boolean |
SpacesSoapService.removeGlobalPermission(String permission,
String remoteEntityName)
Removes a global permission from the user.
|
boolean |
UsersSoapService.removeGroup(String groupName,
String moveToGroupName)
Delete group with name groupname.
|
boolean |
LabelsSoapService.removeLabelById(long labelId,
long objectId) |
boolean |
LabelsSoapService.removeLabelByName(String labelReferences,
long objectId) |
boolean |
LabelsSoapService.removeLabelByNameFromSpace(String labelName,
String spaceKey) |
boolean |
LabelsSoapService.removeLabelByObject(RemoteLabel labelObject,
long objectId) |
Boolean |
PagesSoapService.removePage(long pageId) |
Boolean |
PagesSoapService.removePageVersion(String token,
long historicalPageId) |
Boolean |
PagesSoapService.removePageVersion(String token,
long pageId,
int version) |
boolean |
NotificationsSoapService.removePageWatch(long pageId) |
boolean |
NotificationsSoapService.removePageWatchForUser(long pageId,
String username) |
boolean |
SpacesSoapService.removePermissionFromSpace(String permission,
String remoteEntityName,
String spaceKey) |
Boolean |
SpacesSoapService.removeSpace(String spaceKey) |
boolean |
SpacesSoapService.removeSpaceGroup(String spaceGroupKey)
Deprecated.
since 5.9.
|
boolean |
NotificationsSoapService.removeSpaceWatch(String spaceKey) |
boolean |
UsersSoapService.removeUser(String username)
Delete the given user from the Confluence System.
|
boolean |
UsersSoapService.removeUserFromGroup(String username,
String groupname)
Delete the user with name username from the group with name groupname.
|
boolean |
UsersSoapService.renameUser(String oldUsername,
String newUsername) |
String |
PagesSoapService.renderContent(String spaceKey,
long pageId,
String newContent) |
String |
PagesSoapService.renderContent(String spaceKey,
long pageId,
String newContent,
Map parameters) |
AbstractPage |
SoapServiceHelper.retrieveAbstractPage(long pageId) |
AbstractPage |
SoapServiceHelperImpl.retrieveAbstractPage(long abstractPageId)
Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
|
ContentEntityObject |
SoapServiceHelper.retrieveContent(long contentId)
Retrieves the content with the given ID, throwing an exception if the content can not
be found, or the current user has not permission to view it.
|
ContentEntityObject |
SoapServiceHelperImpl.retrieveContent(long contentId) |
Page |
SoapServiceHelper.retrievePage(String spaceKey,
String pageTitle) |
Page |
SoapServiceHelperImpl.retrievePage(String spaceKey,
String pageTitle)
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm.
|
Space |
SoapServiceHelper.retrieveSpace(String spaceKey) |
Space |
SoapServiceHelperImpl.retrieveSpace(String spaceKey)
Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.
|
com.atlassian.user.User |
SoapServiceHelper.retrieveUser(String username)
Retrieves the user with the given username
|
ConfluenceUser |
SoapServiceHelperImpl.retrieveUser(String username) |
RemoteSearchResult[] |
PagesSoapService.search(String query,
int maxResults) |
RemoteSearchResult[] |
PagesSoapService.search(String query,
Map params,
int maxResults) |
boolean |
PagesSoapService.setContentPermissions(long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions) |
void |
SpacesSoapService.setSpaceStatus(String spaceKey,
String statusValue) |
boolean |
UsersSoapService.setUserInformation(RemoteUserInformation userInfo) |
boolean |
UsersSoapService.setUserPreferenceBoolean(String username,
String key,
boolean value) |
boolean |
UsersSoapService.setUserPreferenceLong(String username,
String key,
long value) |
boolean |
UsersSoapService.setUserPreferenceString(String username,
String key,
String value) |
RemoteBlogEntry |
BlogsSoapService.storeBlogEntry(RemoteBlogEntry remoteBlogEntry) |
RemotePage |
PagesSoapService.storePage(RemotePage rpage) |
RemoteSpace |
SpacesSoapService.storeSpace(RemoteSpace remoteSpace) |
RemotePage |
PagesSoapService.updatePage(RemotePage rpage,
RemotePageUpdateOptions options) |
boolean |
NotificationsSoapService.watchPage(long pageId) |
boolean |
NotificationsSoapService.watchPageForUser(long pageId,
String username) |
boolean |
NotificationsSoapService.watchSpace(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfluenceXmlRpcHandler.addAnonymousPermissionsToSpace(String token,
Vector permissions,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.addAnonymousPermissionsToSpace(String token,
Vector permissions,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.addAnonymousPermissionToSpace(String token,
String permission,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.addAnonymousPermissionToSpace(String token,
String permission,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.addAnonymousUsePermission(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.addAnonymousUsePermission(String token) |
boolean |
ConfluenceXmlRpcHandler.addAnonymousViewUserProfilePermission(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.addAnonymousViewUserProfilePermission(String token) |
Hashtable |
ConfluenceXmlRpcHandler.addAttachment(String token,
String contentId,
Hashtable attachment,
byte[] attachmentData) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.addAttachment(String token,
String contentId,
Hashtable attachment,
byte[] attachmentData) |
Hashtable |
ConfluenceXmlRpcHandler.addComment(String token,
Hashtable comment) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.addComment(String token,
Hashtable comment) |
boolean |
ConfluenceXmlRpcHandler.addGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
ConfluenceXmlRpcHandlerImpl.addGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
ConfluenceXmlRpcHandler.addGlobalPermissions(String token,
Vector permissions,
String remoteEntityName) |
boolean |
ConfluenceXmlRpcHandlerImpl.addGlobalPermissions(String token,
Vector permissions,
String remoteEntityName) |
boolean |
ConfluenceXmlRpcHandler.addGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandlerImpl.addGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandler.addLabelById(String token,
String labelId,
String objectId) |
boolean |
ConfluenceXmlRpcHandlerImpl.addLabelById(String token,
String labelId,
String objectId) |
boolean |
ConfluenceXmlRpcHandler.addLabelByName(String token,
String labelName,
String objectId) |
boolean |
ConfluenceXmlRpcHandlerImpl.addLabelByName(String token,
String labelName,
String objectId) |
boolean |
ConfluenceXmlRpcHandler.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.addLabelByObject(String token,
Hashtable labelObject,
String objectId) |
boolean |
ConfluenceXmlRpcHandlerImpl.addLabelByObject(String token,
Hashtable labelObject,
String objectId) |
boolean |
ConfluenceXmlRpcHandler.addPermissionsToSpace(String token,
Vector permissions,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.addPermissionsToSpace(String token,
Vector permissions,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.addPermissionToSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.addPermissionToSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
Hashtable |
ConfluenceXmlRpcHandler.addPersonalSpace(String token,
Hashtable space,
String username) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.addPersonalSpace(String token,
Hashtable space,
String username) |
boolean |
ConfluenceXmlRpcHandler.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData) |
boolean |
ConfluenceXmlRpcHandlerImpl.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData) |
Hashtable |
ConfluenceXmlRpcHandler.addSpace(String token,
Hashtable space) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.addSpace(String token,
Hashtable space) |
Hashtable |
ConfluenceXmlRpcHandler.addSpaceGroup(String token,
Hashtable spaceGroup)
Deprecated.
since 5.9.
|
Hashtable |
ConfluenceXmlRpcHandlerImpl.addSpaceGroup(String token,
Hashtable spaceGroup) |
boolean |
ConfluenceXmlRpcHandler.addUser(String token,
Hashtable remoteUser,
String password) |
boolean |
ConfluenceXmlRpcHandlerImpl.addUser(String token,
Hashtable remoteUser,
String password) |
boolean |
ConfluenceXmlRpcHandler.addUser(String token,
Hashtable remoteUser,
String password,
boolean NotifyUser) |
boolean |
ConfluenceXmlRpcHandlerImpl.addUser(String token,
Hashtable remoteUser,
String password,
boolean notifyUser) |
boolean |
ConfluenceXmlRpcHandler.addUserToGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceXmlRpcHandlerImpl.addUserToGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceXmlRpcHandler.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
ConfluenceXmlRpcHandlerImpl.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
ConfluenceXmlRpcHandler.changeUserPassword(String token,
String username,
String newPass) |
boolean |
ConfluenceXmlRpcHandlerImpl.changeUserPassword(String token,
String username,
String newPass) |
boolean |
ConfluenceXmlRpcHandler.clearIndexQueue(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.clearIndexQueue(String token) |
String |
ConfluenceXmlRpcHandler.convertWikiToStorageFormat(String token,
String wiki) |
String |
ConfluenceXmlRpcHandlerImpl.convertWikiToStorageFormat(String token,
String wiki) |
boolean |
ConfluenceXmlRpcHandler.deactivateUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.deactivateUser(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandler.editComment(String token,
Hashtable comment) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.editComment(String token,
Hashtable comment) |
boolean |
ConfluenceXmlRpcHandler.editUser(String token,
Hashtable remoteUser) |
boolean |
ConfluenceXmlRpcHandlerImpl.editUser(String token,
Hashtable remoteUser) |
Boolean |
ConfluenceXmlRpcHandler.emptyTrash(String token,
String spaceKey) |
Boolean |
ConfluenceXmlRpcHandlerImpl.emptyTrash(String token,
String spaceKey) |
String |
ConfluenceXmlRpcHandler.exportSite(String token,
boolean exportAttachments) |
String |
ConfluenceXmlRpcHandlerImpl.exportSite(String token,
boolean exportAttachments) |
String |
ConfluenceXmlRpcHandler.exportSpace(String token,
String spaceKey,
String exportType) |
String |
ConfluenceXmlRpcHandlerImpl.exportSpace(String token,
String spaceKey,
String exportType) |
boolean |
ConfluenceXmlRpcHandler.flushIndexQueue(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.flushIndexQueue(String token) |
Vector |
ConfluenceXmlRpcHandler.getActiveUsers(String token,
boolean viewAll) |
Vector |
ConfluenceXmlRpcHandlerImpl.getActiveUsers(String token,
boolean viewAll) |
Vector |
ConfluenceXmlRpcHandler.getAncestors(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getAncestors(String token,
String pageId) |
Hashtable |
ConfluenceXmlRpcHandler.getAttachment(String token,
String contentId,
String fileName,
String version) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getAttachment(String token,
String contentId,
String fileName,
String version) |
byte[] |
ConfluenceXmlRpcHandler.getAttachmentData(String token,
String contentId,
String fileName,
String version) |
byte[] |
ConfluenceXmlRpcHandlerImpl.getAttachmentData(String token,
String contentId,
String fileName,
String version) |
Vector |
ConfluenceXmlRpcHandler.getAttachments(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getAttachments(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandler.getBlogEntries(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getBlogEntries(String token,
String spaceKey) |
Hashtable |
ConfluenceXmlRpcHandler.getBlogEntry(String token,
String blogEntryId) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getBlogEntry(String token,
String blogEntryId) |
Hashtable |
ConfluenceXmlRpcHandler.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
Hashtable |
ConfluenceXmlRpcHandler.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle) |
Vector |
ConfluenceXmlRpcHandler.getChildren(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getChildren(String token,
String pageId) |
Hashtable |
ConfluenceXmlRpcHandler.getClusterInformation(String token) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getClusterInformation(String token) |
Vector |
ConfluenceXmlRpcHandler.getClusterNodeStatuses(String token) |
Vector |
ConfluenceXmlRpcHandlerImpl.getClusterNodeStatuses(String token) |
Hashtable |
ConfluenceXmlRpcHandler.getComment(String token,
String commentId) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getComment(String token,
String commentId) |
Vector |
ConfluenceXmlRpcHandler.getComments(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getComments(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandler.getContentPermissions(String token,
String contentId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getContentPermissions(String token,
String contentId) |
Hashtable |
ConfluenceXmlRpcHandler.getContentPermissionSet(String token,
String contentId,
String permissionType) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getContentPermissionSet(String token,
String contentId,
String permissionType) |
Vector |
ConfluenceXmlRpcHandler.getContentPermissionSets(String token,
String contentId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getContentPermissionSets(String token,
String contentId) |
Vector |
ConfluenceXmlRpcHandler.getDescendents(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getDescendents(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandler.getGroups(String token) |
Vector |
ConfluenceXmlRpcHandlerImpl.getGroups(String token) |
Vector |
ConfluenceXmlRpcHandler.getLabelContentById(String token,
String labelId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getLabelContentById(String token,
String labelId) |
Vector |
ConfluenceXmlRpcHandler.getLabelContentByName(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandlerImpl.getLabelContentByName(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandler.getLabelContentByObject(String token,
Hashtable labelObject) |
Vector |
ConfluenceXmlRpcHandlerImpl.getLabelContentByObject(String token,
Hashtable labelObject) |
Vector |
ConfluenceXmlRpcHandler.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
Vector |
ConfluenceXmlRpcHandlerImpl.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
Vector |
ConfluenceXmlRpcHandler.getLabelsById(String token,
String objectId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getLabelsById(String token,
String objectId) |
Vector |
ConfluenceXmlRpcHandler.getMostPopularLabels(String token,
int maxCount) |
Vector |
ConfluenceXmlRpcHandlerImpl.getMostPopularLabels(String token,
int maxCount) |
Vector |
ConfluenceXmlRpcHandler.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
Vector |
ConfluenceXmlRpcHandlerImpl.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
Hashtable |
ConfluenceXmlRpcHandler.getPage(String token,
String pageId) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getPage(String token,
String pageId) |
Hashtable |
ConfluenceXmlRpcHandler.getPage(String token,
String spaceKey,
String pageTitle) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getPage(String token,
String spaceKey,
String pageTitle) |
Vector |
ConfluenceXmlRpcHandler.getPageHistory(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getPageHistory(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandler.getPagePermissions(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getPagePermissions(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandler.getPages(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getPages(String token,
String spaceKey) |
Hashtable |
ConfluenceXmlRpcHandler.getPageSummary(String token,
String pageId) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getPageSummary(String token,
String pageId) |
Hashtable |
ConfluenceXmlRpcHandler.getPageSummary(String token,
String spaceKey,
String pageTitle) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getPageSummary(String token,
String spaceKey,
String pageTitle) |
Vector |
ConfluenceXmlRpcHandler.getPermissions(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getPermissions(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandler.getPermissionsForUser(String token,
String spaceKey,
String userName) |
Vector |
ConfluenceXmlRpcHandlerImpl.getPermissionsForUser(String token,
String spaceKey,
String userName) |
Vector |
ConfluenceXmlRpcHandler.getRecentlyUsedLabels(String token,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabels(String token,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRelatedLabels(String token,
String labelName,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRelatedLabels(String token,
String labelName,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
Hashtable |
ConfluenceXmlRpcHandler.getServerInfo(String token) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getServerInfo(String token) |
Hashtable |
ConfluenceXmlRpcHandler.getSpace(String token,
String spaceKey) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getSpace(String token,
String spaceKey) |
Hashtable |
ConfluenceXmlRpcHandler.getSpaceGroup(String token,
String spaceGroupKey)
Deprecated.
since 5.9.
|
Hashtable |
ConfluenceXmlRpcHandlerImpl.getSpaceGroup(String token,
String spaceGroupKey) |
Vector |
ConfluenceXmlRpcHandler.getSpaceGroups(String token)
Deprecated.
since 5.9.
|
Vector |
ConfluenceXmlRpcHandlerImpl.getSpaceGroups(String token) |
String[] |
ConfluenceXmlRpcHandler.getSpaceLevelPermissions(String token) |
String[] |
ConfluenceXmlRpcHandlerImpl.getSpaceLevelPermissions(String token) |
Hashtable |
ConfluenceXmlRpcHandler.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
Vector |
ConfluenceXmlRpcHandler.getSpacePermissionSets(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpacePermissionSets(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandler.getSpaces(String token) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpaces(String token) |
Vector |
ConfluenceXmlRpcHandler.getSpacesContainingContentWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpacesContainingContentWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandler.getSpacesInGroup(String token,
String spaceGroupKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpacesInGroup(String token,
String spaceGroupKey) |
String |
ConfluenceXmlRpcHandler.getSpaceStatus(String token,
String spaceKey) |
String |
ConfluenceXmlRpcHandlerImpl.getSpaceStatus(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandler.getSpacesWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpacesWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandler.getTopLevelPages(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getTopLevelPages(String token,
String spaceKey) |
Hashtable |
ConfluenceXmlRpcHandler.getTrashContents(String token,
String spaceKey,
int offset,
int maxResults) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getTrashContents(String token,
String spaceKey,
int offset,
int maxResults) |
Hashtable |
ConfluenceXmlRpcHandler.getUser(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getUser(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandler.getUserByKey(String token,
String userKey) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getUserByKey(String token,
String userKey) |
Vector |
ConfluenceXmlRpcHandler.getUserGroups(String token,
String username) |
Vector |
ConfluenceXmlRpcHandlerImpl.getUserGroups(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandler.getUserInformation(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getUserInformation(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.getUserPreferenceBoolean(String token,
String username,
String key) |
boolean |
ConfluenceXmlRpcHandlerImpl.getUserPreferenceBoolean(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandler.getUserPreferenceLong(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandlerImpl.getUserPreferenceLong(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandler.getUserPreferenceString(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandlerImpl.getUserPreferenceString(String token,
String username,
String key) |
Vector |
ConfluenceXmlRpcHandler.getWatchersForPage(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getWatchersForPage(String token,
String pageId) |
Vector |
ConfluenceXmlRpcHandler.getWatchersForSpace(String token,
String spaceKey) |
Vector |
ConfluenceXmlRpcHandlerImpl.getWatchersForSpace(String token,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.hasGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandlerImpl.hasGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandler.hasUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.hasUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.importSpace(String token,
byte[] importData)
Import a space in a compressed XML format
|
boolean |
ConfluenceXmlRpcHandlerImpl.importSpace(String token,
byte[] importData) |
boolean |
ConfluenceXmlRpcHandler.installPlugin(String token,
String pluginFileName,
byte[] pluginData) |
boolean |
ConfluenceXmlRpcHandlerImpl.installPlugin(String token,
String pluginFileName,
byte[] pluginData) |
boolean |
ConfluenceXmlRpcHandler.isActiveUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.isActiveUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.isDarkFeatureEnabled(String token,
String key) |
boolean |
ConfluenceXmlRpcHandlerImpl.isDarkFeatureEnabled(String token,
String key) |
boolean |
ConfluenceXmlRpcHandler.isPluginEnabled(String token,
String pluginKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.isPluginEnabled(String token,
String pluginKey) |
boolean |
ConfluenceXmlRpcHandler.isPluginInstalled(String token,
String pluginKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.isPluginInstalled(String token,
String pluginKey) |
boolean |
ConfluenceXmlRpcHandler.isWatchingPage(String token,
String pageId,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.isWatchingPage(String token,
String pageId,
String username) |
boolean |
ConfluenceXmlRpcHandler.isWatchingSpace(String token,
String spaceKey,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.isWatchingSpace(String token,
String spaceKey,
String username) |
boolean |
ConfluenceXmlRpcHandler.isWatchingSpaceForType(String token,
String spaceKey,
String contentType,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.isWatchingSpaceForType(String token,
String spaceKey,
String contentType,
String username) |
String |
ConfluenceXmlRpcHandler.login(String username,
String password) |
String |
ConfluenceXmlRpcHandlerImpl.login(String username,
String password) |
boolean |
ConfluenceXmlRpcHandler.logout(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.logout(String token) |
boolean |
ConfluenceXmlRpcHandler.moveAttachment(String token,
String originalContentId,
String originalFileName,
String newContentId,
String newFileName) |
boolean |
ConfluenceXmlRpcHandlerImpl.moveAttachment(String token,
String originalContentId,
String originalFileName,
String newContentId,
String newFileName) |
Boolean |
ConfluenceXmlRpcHandler.movePage(String token,
String sourcePageId,
String targetPageId,
String position) |
Boolean |
ConfluenceXmlRpcHandlerImpl.movePage(String token,
String sourcePageId,
String targetPageId,
String position) |
Boolean |
ConfluenceXmlRpcHandler.movePageToTopLevel(String token,
String pageId,
String targetSpaceKey) |
Boolean |
ConfluenceXmlRpcHandlerImpl.movePageToTopLevel(String token,
String pageId,
String targetSpaceKey) |
String |
ConfluenceXmlRpcHandler.performBackup(String token,
boolean exportAttachments) |
String |
ConfluenceXmlRpcHandlerImpl.performBackup(String token,
boolean exportAttachments) |
Boolean |
ConfluenceXmlRpcHandler.purgeFromTrash(String token,
String spaceKey,
String pageId) |
Boolean |
ConfluenceXmlRpcHandlerImpl.purgeFromTrash(String token,
String spaceKey,
String pageId) |
boolean |
ConfluenceXmlRpcHandler.reactivateUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.reactivateUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.recoverMainIndex(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.recoverMainIndex(String token) |
boolean |
ConfluenceXmlRpcHandler.removeAllPermissionsForGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeAllPermissionsForGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandler.removeAnonymousPermissionFromSpace(String token,
String permission,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeAnonymousPermissionFromSpace(String token,
String permission,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.removeAnonymousUsePermission(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeAnonymousUsePermission(String token) |
boolean |
ConfluenceXmlRpcHandler.removeAnonymousViewUserProfilePermission(String token) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeAnonymousViewUserProfilePermission(String token) |
boolean |
ConfluenceXmlRpcHandler.removeAttachment(String token,
String contentId,
String fileName) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeAttachment(String token,
String contentId,
String fileName) |
boolean |
ConfluenceXmlRpcHandler.removeComment(String token,
String commentId) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeComment(String token,
String commentId) |
boolean |
ConfluenceXmlRpcHandler.removeGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeGlobalPermission(String token,
String permission,
String remoteEntityName) |
boolean |
ConfluenceXmlRpcHandler.removeGroup(String token,
String groupname,
String defaultGroupName) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeGroup(String token,
String groupname,
String defaultGroupName) |
boolean |
ConfluenceXmlRpcHandler.removeLabelById(String token,
String labelId,
String objectId) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeLabelById(String token,
String labelId,
String objectId) |
boolean |
ConfluenceXmlRpcHandler.removeLabelByName(String token,
String labelName,
String objectId) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeLabelByName(String token,
String labelName,
String objectId) |
boolean |
ConfluenceXmlRpcHandler.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.removeLabelByObject(String token,
Hashtable labelObject,
String objectId) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeLabelByObject(String token,
Hashtable labelObject,
String objectId) |
Boolean |
ConfluenceXmlRpcHandler.removePage(String token,
String pageId) |
Boolean |
ConfluenceXmlRpcHandlerImpl.removePage(String token,
String pageId) |
Boolean |
ConfluenceXmlRpcHandler.removePageVersionById(String token,
String historicalPageId) |
Boolean |
ConfluenceXmlRpcHandlerImpl.removePageVersionById(String token,
String historicalPageId) |
Boolean |
ConfluenceXmlRpcHandler.removePageVersionByVersion(String token,
String pageId,
int version) |
Boolean |
ConfluenceXmlRpcHandlerImpl.removePageVersionByVersion(String token,
String pageId,
int version) |
boolean |
ConfluenceXmlRpcHandler.removePageWatch(String token,
String pageId) |
boolean |
ConfluenceXmlRpcHandlerImpl.removePageWatch(String token,
String pageId) |
boolean |
ConfluenceXmlRpcHandler.removePageWatchForUser(String token,
String pageId,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.removePageWatchForUser(String token,
String pageId,
String username) |
boolean |
ConfluenceXmlRpcHandler.removePermissionFromSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.removePermissionFromSpace(String token,
String permission,
String remoteEntityName,
String spaceKey) |
Boolean |
ConfluenceXmlRpcHandler.removeSpace(String token,
String spaceKey) |
Boolean |
ConfluenceXmlRpcHandlerImpl.removeSpace(String token,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.removeSpaceGroup(String token,
String spaceGroupKey)
Deprecated.
since 5.9.
|
boolean |
ConfluenceXmlRpcHandlerImpl.removeSpaceGroup(String token,
String spaceGroupKey) |
boolean |
ConfluenceXmlRpcHandler.removeSpaceWatch(String token,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeSpaceWatch(String token,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.removeUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.removeUserFromGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeUserFromGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceXmlRpcHandler.renameUser(String token,
String oldUsername,
String newUsername) |
boolean |
ConfluenceXmlRpcHandlerImpl.renameUser(String token,
String oldUsername,
String newUsername) |
Vector |
ConfluenceXmlRpcHandler.renameUsers(String token,
Hashtable oldUsernamesToNewUsernames) |
Vector |
ConfluenceXmlRpcHandlerImpl.renameUsers(String token,
Hashtable oldUsernamesToNewUsernames) |
String |
ConfluenceXmlRpcHandler.renderContent(String token,
String spaceKey,
String pageId,
String newContent) |
String |
ConfluenceXmlRpcHandlerImpl.renderContent(String token,
String spaceKey,
String pageId,
String newContent) |
String |
ConfluenceXmlRpcHandler.renderContent(String token,
String spaceKey,
String pageId,
String newContent,
Hashtable renderParameters) |
String |
ConfluenceXmlRpcHandlerImpl.renderContent(String token,
String spaceKey,
String pageId,
String newContent,
Hashtable renderParameters) |
Vector |
ConfluenceXmlRpcHandler.search(String token,
String query,
Hashtable params,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.search(String token,
String query,
Hashtable params,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.search(String token,
String query,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.search(String token,
String query,
int maxResults) |
Boolean |
ConfluenceXmlRpcHandler.setContentPermissions(String token,
String contentId,
String permissionType,
Vector permissions) |
Boolean |
ConfluenceXmlRpcHandlerImpl.setContentPermissions(String token,
String contentId,
String permissionType,
Vector permissions) |
boolean |
ConfluenceXmlRpcHandler.setEnableAnonymousAccess(String token,
String value) |
boolean |
ConfluenceXmlRpcHandlerImpl.setEnableAnonymousAccess(String token,
String value) |
boolean |
ConfluenceXmlRpcHandler.setEnableWysiwyg(String token,
String value)
Deprecated.
since 4.0. You can no longer disable the wysiwyg editor.
|
boolean |
ConfluenceXmlRpcHandlerImpl.setEnableWysiwyg(String token,
String value)
Deprecated.
since 4.0. You can no longer disable the wysiwyg editor.
|
Boolean |
ConfluenceXmlRpcHandler.setSpaceStatus(String token,
String spaceKey,
String statusString) |
Boolean |
ConfluenceXmlRpcHandlerImpl.setSpaceStatus(String token,
String spaceKey,
String statusString) |
boolean |
ConfluenceXmlRpcHandler.setUserInformation(String token,
Hashtable userInfo) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserInformation(String token,
Hashtable userInfo) |
boolean |
ConfluenceXmlRpcHandler.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
ConfluenceXmlRpcHandler.setUserPreferenceLong(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserPreferenceLong(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandler.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandler.startActivity(String token,
String key,
String user)
Call startActivity on the heartbeat manager bean
|
boolean |
ConfluenceXmlRpcHandlerImpl.startActivity(String token,
String key,
String user) |
boolean |
ConfluenceXmlRpcHandler.stopActivity(String token,
String key,
String user)
Call stopActivity on the heartbeat manager bean
|
boolean |
ConfluenceXmlRpcHandlerImpl.stopActivity(String token,
String key,
String user) |
Hashtable |
ConfluenceXmlRpcHandler.storeBlogEntry(String token,
Hashtable blogEntryStruct) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.storeBlogEntry(String token,
Hashtable blogEntryStruct) |
Hashtable |
ConfluenceXmlRpcHandler.storePage(String token,
Hashtable pageStruct) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.storePage(String token,
Hashtable pageStruct) |
Hashtable |
ConfluenceXmlRpcHandler.storeSpace(String token,
Hashtable remoteSpace) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.storeSpace(String token,
Hashtable remoteSpace) |
Hashtable |
ConfluenceXmlRpcHandler.updatePage(String token,
Hashtable pageStruct,
Hashtable editOptionsStruct) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.updatePage(String token,
Hashtable pageStruct,
Hashtable editOptionsStruct) |
boolean |
ConfluenceXmlRpcHandler.watchPage(String token,
String pageId) |
boolean |
ConfluenceXmlRpcHandlerImpl.watchPage(String token,
String pageId) |
boolean |
ConfluenceXmlRpcHandler.watchPageForUser(String token,
String pageId,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.watchPageForUser(String token,
String pageId,
String username) |
boolean |
ConfluenceXmlRpcHandler.watchSpace(String token,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.watchSpace(String token,
String spaceKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
FuncTestRpcHandlerImpl.addGroupAnyCase(String token,
String groupname) |
boolean |
FuncTestRpcDelegator.addGroupAnyCase(String token,
String groupname) |
boolean |
FuncTestRpcHandler.addGroupAnyCase(String token,
String groupname)
Allows addition of a group without enforcing that the name be all lower case.
|
boolean |
FuncTestRpcHandlerImpl.addUserAnyCase(String token,
String username,
String email,
String fullname,
String password) |
boolean |
FuncTestRpcDelegator.addUserAnyCase(String token,
String username,
String email,
String fullname,
String password) |
boolean |
FuncTestRpcHandler.addUserAnyCase(String token,
String username,
String email,
String fullname,
String password)
Allows addition of a user without enforcing that the username be all lower case.
|
boolean |
FuncTestRpcHandlerImpl.assertThatIndexQueueEntryHasBeenProcessed(String unusedToken,
String searchableClassname,
String searchableId) |
boolean |
FuncTestRpcDelegator.assertThatIndexQueueEntryHasBeenProcessed(String token,
String searchableClassname,
String searchableId) |
boolean |
FuncTestRpcHandler.assertThatIndexQueueEntryHasBeenProcessed(String token,
String searchableClassname,
String searchableId) |
boolean |
FuncTestRpcHandlerImpl.changeAttachmentCreatedDate(String token,
String contentId,
String attachmentFileName,
Date createdDate) |
boolean |
FuncTestRpcDelegator.changeAttachmentCreatedDate(String token,
String contentId,
String attachmentFileName,
Date createdDate) |
boolean |
FuncTestRpcHandler.changeAttachmentCreatedDate(String token,
String contentId,
String attachmentFileName,
Date createdDate)
Change the created date of an attachment
|
boolean |
FuncTestRpcHandlerImpl.changeBlogPostModificationDate(String token,
String blogId,
Date modificationDate) |
boolean |
FuncTestRpcDelegator.changeBlogPostModificationDate(String token,
String blogId,
Date modificationDate) |
boolean |
FuncTestRpcHandler.changeBlogPostModificationDate(String token,
String blogId,
Date modificationDate)
Change the modification date of a blog post
|
boolean |
FuncTestRpcHandlerImpl.changeCommentCreatedDate(String token,
String commentId,
Date createdDate) |
boolean |
FuncTestRpcDelegator.changeCommentCreatedDate(String token,
String commentId,
Date createdDate) |
boolean |
FuncTestRpcHandler.changeCommentCreatedDate(String token,
String commentId,
Date createdDate)
Change the created date of a comment
|
String |
FuncTestRpcHandlerImpl.changeLoggerLevel(String token,
String loggerName,
String level)
Deprecated.
since 5.6. Use a FuncTestAdminLoggingResource REST call.
|
String |
FuncTestRpcDelegator.changeLoggerLevel(String token,
String loggerName,
String level) |
String |
FuncTestRpcHandler.changeLoggerLevel(String token,
String loggerName,
String level)
Deprecated.
since 5.6. Use a FuncTestAdminLoggingResource REST call.
|
boolean |
FuncTestRpcHandlerImpl.changePageCreatedDate(String token,
String pageId,
Date createdDate) |
boolean |
FuncTestRpcDelegator.changePageCreatedDate(String token,
String pageId,
Date createdDate) |
boolean |
FuncTestRpcHandler.changePageCreatedDate(String token,
String pageId,
Date createdDate)
Change the created date of a page
|
boolean |
FuncTestRpcHandlerImpl.changePageModificationDate(String token,
String pageId,
Date modificationDate) |
boolean |
FuncTestRpcDelegator.changePageModificationDate(String token,
String pageId,
Date modificationDate) |
boolean |
FuncTestRpcHandler.changePageModificationDate(String token,
String pageId,
Date modificationDate)
Change the modification date of a page
|
boolean |
FuncTestRpcHandlerImpl.changeSpaceCreatedDate(String token,
String spaceKey,
Date createdDate) |
boolean |
FuncTestRpcDelegator.changeSpaceCreatedDate(String token,
String spaceKey,
Date createdDate) |
boolean |
FuncTestRpcHandler.changeSpaceCreatedDate(String token,
String spaceKey,
Date createdDate)
Change the created date of a space
|
Vector<Hashtable> |
FuncTestRpcHandlerImpl.createPagesFromPrototype(String token,
Hashtable pageStruct,
int count) |
Vector<Hashtable> |
FuncTestRpcDelegator.createPagesFromPrototype(String token,
Hashtable pageStruct,
int count) |
Vector<Hashtable> |
FuncTestRpcHandler.createPagesFromPrototype(String token,
Hashtable pageStruct,
int count)
Creates a series of pages based on a prototype.
|
Vector<String> |
FuncTestRpcHandlerImpl.createSpaces(String token,
int count) |
Vector<String> |
FuncTestRpcDelegator.createSpaces(String token,
int count) |
Vector<String> |
FuncTestRpcHandler.createSpaces(String token,
int count)
Creates a bunch of spaces.
|
String |
FuncTestRpcHandlerImpl.createTemplate(String token,
String templateName,
String content,
String spaceKey) |
String |
FuncTestRpcDelegator.createTemplate(String token,
String templateName,
String content,
String spaceKey) |
String |
FuncTestRpcHandler.createTemplate(String token,
String templateName,
String content,
String spaceKey)
Create a new template.
|
String |
FuncTestRpcHandlerImpl.createTemplateWithStorageFormat(String token,
String templateName,
String storageFormat,
String spaceKey) |
String |
FuncTestRpcDelegator.createTemplateWithStorageFormat(String token,
String templateName,
String storageFormat,
String spaceKey) |
String |
FuncTestRpcHandler.createTemplateWithStorageFormat(String token,
String templateName,
String storageFormat,
String spaceKey)
Create a new template from storage format code.
|
boolean |
FuncTestRpcHandlerImpl.disableSiteFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcDelegator.disableSiteFeature(String token,
String featureKey) |
boolean |
FuncTestRpcHandler.disableSiteFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcHandlerImpl.disableUserFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcDelegator.disableUserFeature(String token,
String featureKey) |
boolean |
FuncTestRpcHandler.disableUserFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcDelegator.disconnectGroup(String token,
String groupname) |
boolean |
FuncTestRpcHandler.disconnectGroup(String token,
String groupName)
Disconnect a group from Confluence.
|
boolean |
FuncTestRpcDelegator.disconnectUser(String token,
String username) |
boolean |
FuncTestRpcHandler.disconnectUser(String token,
String username)
Disconnect a user from Confluence.
|
boolean |
FuncTestRpcHandlerImpl.enableSiteFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcDelegator.enableSiteFeature(String token,
String featureKey) |
boolean |
FuncTestRpcHandler.enableSiteFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcHandlerImpl.enableUserFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcDelegator.enableUserFeature(String token,
String featureKey) |
boolean |
FuncTestRpcHandler.enableUserFeature(String token,
String featureKey)
Deprecated.
since 5.6. Use the REST resource.
|
boolean |
FuncTestRpcHandlerImpl.followUser(String token,
String userName,
boolean follow) |
boolean |
FuncTestRpcDelegator.followUser(String token,
String userName,
boolean followUser) |
boolean |
FuncTestRpcHandler.followUser(String token,
String userName,
boolean followUser)
Follows or stops following a user.
|
Vector<Hashtable> |
FuncTestRpcHandlerImpl.getAliveThreads(String token) |
Vector<Hashtable> |
FuncTestRpcDelegator.getAliveThreads(String token) |
Vector<Hashtable> |
FuncTestRpcHandler.getAliveThreads(String token) |
String[] |
FuncTestRpcHandlerImpl.getGlobalPermissionsForGroup(String token,
String groupName) |
String[] |
FuncTestRpcDelegator.getGlobalPermissionsForGroup(String token,
String groupName) |
String[] |
FuncTestRpcHandler.getGlobalPermissionsForGroup(String token,
String groupName)
Gets the global permissions that the given group has.
|
int |
FuncTestRpcHandlerImpl.getNumberOfActiveUsers(String token) |
int |
FuncTestRpcDelegator.getNumberOfActiveUsers(String token) |
int |
FuncTestRpcHandler.getNumberOfActiveUsers(String token)
Returns the number of active users, i.e.
|
String |
FuncTestRpcHandlerImpl.getStackDump(String token,
String threadNameRegex) |
String |
FuncTestRpcDelegator.getStackDump(String token,
String threadNameRegex) |
String |
FuncTestRpcHandler.getStackDump(String token,
String threadNameRegex) |
int |
FuncTestRpcHandlerImpl.getVersionForPage(String token,
String pageId) |
int |
FuncTestRpcDelegator.getVersionForPage(String token,
String pageId) |
int |
FuncTestRpcHandler.getVersionForPage(String token,
String pageId)
Get the version number for the page with pageId
|
boolean |
FuncTestRpcHandlerImpl.isUnlimitedUserLicense(String token) |
boolean |
FuncTestRpcDelegator.isUnlimitedUserLicense(String token) |
boolean |
FuncTestRpcHandler.isUnlimitedUserLicense(String token) |
boolean |
FuncTestRpcDelegator.logMessage(String token,
String destination,
String message) |
boolean |
FuncTestRpcHandler.logMessage(String token,
String destination,
String message)
Deprecated.
since 5.6. Use a FuncTestAdminLoggingResource REST call.
|
boolean |
FuncTestRpcHandlerImpl.removeAllSpaces(String token) |
boolean |
FuncTestRpcDelegator.removeAllSpaces(String token) |
boolean |
FuncTestRpcHandler.removeAllSpaces(String token)
Kill all the spaces and flush all the queues and caches.
|
boolean |
FuncTestRpcHandlerImpl.removeAttachmentUncleanly(String token,
String contentId,
String attachmentFileName) |
boolean |
FuncTestRpcDelegator.removeAttachmentUncleanly(String token,
String contentId,
String attachmentFileName) |
boolean |
FuncTestRpcHandler.removeAttachmentUncleanly(String token,
String contentId,
String attachmentFileName)
Removes an attachment without cleaning up associated attachment info
|
boolean |
FuncTestRpcHandlerImpl.removeTestData(String token,
Vector<String> usersToKeep,
Vector<String> groupsToKeep,
Hashtable<String,Vector<String>> userGroupMembershipsToKeep) |
boolean |
FuncTestRpcDelegator.removeTestData(String token,
Vector<String> usersToKeep,
Vector<String> groupsToKeep,
Hashtable<String,Vector<String>> userGroupMemberships) |
boolean |
FuncTestRpcHandler.removeTestData(String token,
Vector<String> usersToKeep,
Vector<String> groupsToKeep,
Hashtable<String,Vector<String>> userGroupMemberships)
Big Kahuna remove method.
|
boolean |
FuncTestRpcHandlerImpl.setBooleanUserPreference(String token,
String userName,
String preferenceKey,
String value) |
boolean |
FuncTestRpcDelegator.setBooleanUserPreference(String token,
String userName,
String preferenceKey,
String value) |
boolean |
FuncTestRpcHandler.setBooleanUserPreference(String token,
String userName,
String preferenceKey,
String value)
Sets a boolean user preference.
|
boolean |
FuncTestRpcHandlerImpl.setEnableAnonymousRpc(String token,
String value) |
boolean |
FuncTestRpcDelegator.setEnableAnonymousRpc(String token,
String value) |
boolean |
FuncTestRpcHandler.setEnableAnonymousRpc(String token,
String value)
Toggle the setting to allow/deny anonymous RPC calls.
|
boolean |
FuncTestRpcHandlerImpl.setGlobalLanguage(String token,
String language) |
boolean |
FuncTestRpcDelegator.setGlobalLanguage(String token,
String language) |
boolean |
FuncTestRpcHandler.setGlobalLanguage(String token,
String language)
Changes to the default site language
|
boolean |
FuncTestRpcHandlerImpl.setIgnoreBaseURLWarning(String token,
boolean ignored) |
boolean |
FuncTestRpcDelegator.setIgnoreBaseURLWarning(String token,
boolean value) |
boolean |
FuncTestRpcHandler.setIgnoreBaseURLWarning(String token,
boolean value)
Affects whether the warning message for an un-advisable value for the Base URL is ignored or not.
|
boolean |
FuncTestRpcHandlerImpl.setKeyboardShortcutPref(String token,
String username,
String enabled) |
boolean |
FuncTestRpcDelegator.setKeyboardShortcutPref(String token,
String username,
String enabled) |
boolean |
FuncTestRpcHandler.setKeyboardShortcutPref(String token,
String username,
String enabled)
Enables/Disables keyboard shortcuts for the given uesr
|
boolean |
FuncTestRpcHandlerImpl.setLocaleForUser(String token,
String username,
String locale) |
boolean |
FuncTestRpcDelegator.setLocaleForUser(String token,
String username,
String locale) |
boolean |
FuncTestRpcHandler.setLocaleForUser(String token,
String username,
String locale)
Sets the locale preference for the user to the given named locale.
|
boolean |
FuncTestRpcHandlerImpl.setStringUserPreference(String token,
String userName,
String preferenceKey,
String value) |
boolean |
FuncTestRpcDelegator.setStringUserPreference(String token,
String userName,
String preferenceKey,
String value) |
boolean |
FuncTestRpcHandler.setStringUserPreference(String token,
String userName,
String preferenceKey,
String value)
Sets a string user preference.
|
boolean |
FuncTestRpcDelegator.setUserDetails(String token,
String username,
String fullName,
String email) |
boolean |
FuncTestRpcHandler.setUserDetails(String token,
String username,
String fullName,
String email)
Sets the fullname and email address of a user with a given username.
|
boolean |
FuncTestRpcHandlerImpl.setUserFollows(String token,
String followingUsername,
Hashtable followUsers) |
boolean |
FuncTestRpcDelegator.setUserFollows(String token,
String followingUsername,
Hashtable followUsers) |
boolean |
FuncTestRpcHandler.setUserFollows(String token,
String followingUsername,
Hashtable followUsers)
Change the follow or unfollow state between a follower user and s a set of folowees users
|
String |
FuncTestRpcHandlerImpl.setUserStatus(String token,
String wikiStatus) |
boolean |
FuncTestRpcHandlerImpl.setWatchOwnContentPref(String token,
String username,
String enabled) |
boolean |
FuncTestRpcDelegator.setWatchOwnContentPref(String token,
String username,
String enabled) |
boolean |
FuncTestRpcHandler.setWatchOwnContentPref(String token,
String username,
String enabled)
Enables/Disables autowatching for the given uesr
|
boolean |
FuncTestRpcHandlerImpl.setWatchSpace(String token,
String username,
String spaceKey,
String contentTypeStr,
String enabled) |
boolean |
FuncTestRpcDelegator.setWatchSpace(String token,
String username,
String spaceKey,
String contentType,
String enabled) |
boolean |
FuncTestRpcHandler.setWatchSpace(String token,
String username,
String spaceKey,
String contentType,
String enabled)
Enables/Disables watching a space for the given user and content type.
|
boolean |
FuncTestRpcHandlerImpl.setWatchSpaces(String token,
String username,
String contentTypeStr,
Hashtable spaces) |
boolean |
FuncTestRpcDelegator.setWatchSpaces(String token,
String username,
String contentTypeStr,
Hashtable spaces) |
boolean |
FuncTestRpcHandler.setWatchSpaces(String token,
String username,
String contentTypeStr,
Hashtable spaces)
Enables/Disables watching spaces for the given user and content type.
|
Hashtable |
FuncTestRpcHandlerImpl.storeXhtmlPage(String token,
Hashtable pageStruct) |
Hashtable |
FuncTestRpcDelegator.storeXhtmlPage(String token,
Hashtable pageStruct) |
Hashtable |
FuncTestRpcHandler.storeXhtmlPage(String token,
Hashtable pageStruct)
The Confluence remote API store page performs wiki to XHTML conversion on the page content.
|
void |
FuncTestJobControlListenerForQuartz.triggerJob(TriggerJobEvent event)
Deprecated.
|
void |
FuncTestJobControlListenerForAtlassianScheduler.triggerJob(TriggerJobEvent event) |
boolean |
FuncTestRpcHandlerImpl.updateGlobalSettingBoolean(String token,
String name,
boolean value) |
boolean |
FuncTestRpcDelegator.updateGlobalSettingBoolean(String token,
String name,
boolean value) |
boolean |
FuncTestRpcHandler.updateGlobalSettingBoolean(String token,
String name,
boolean value)
Update a
Settings boolean field. |
String |
FuncTestRpcHandlerImpl.updateGlobalSettingString(String token,
String name,
String value) |
String |
FuncTestRpcDelegator.updateGlobalSettingString(String token,
String name,
String value) |
String |
FuncTestRpcHandler.updateGlobalSettingString(String token,
String name,
String value)
Update a
Settings String field. |
Copyright © 2003–2017 Atlassian. All rights reserved.