Uses of Class
com.atlassian.confluence.rpc.RemoteException
Package
Description
-
Uses of RemoteException in com.atlassian.confluence.rpc
Modifier and TypeClassDescriptionclass
Exception thrown when a user tries to create an object that already existsclass
Exception thrown when a login attempt failsclass
Exception thrown when an invalid session token is supplied to an RPC method.final class
Thrown when a remote method can't find an object specified by the caller.class
Exception thrown when a user attempts to do something they're not allowed to do.class
Thrown when an operation times out on the server.class
Exception thrown when a user tries to save a page (or other content object) that has been modified by somebody else.class
Exception thrown when a user needs a websudo session before a RPC method can be used. -
Uses of RemoteException in com.atlassian.confluence.rpc.auth
-
Uses of RemoteException in com.atlassian.confluence.rpc.soap
Modifier and TypeMethodDescriptionboolean
ConfluenceSoapService.addAnonymousPermissionsToSpace
(String token, String[] permissions, String spaceKey) Add Space Permissions for anonymous usersboolean
WikiSoapService.addAnonymousPermissionsToSpace
(String token, String[] permissions, String spaceKey) boolean
XhtmlSoapService.addAnonymousPermissionsToSpace
(String token, String[] permissions, String spaceKey) boolean
ConfluenceSoapService.addAnonymousPermissionToSpace
(String token, String permission, String spaceKey) Add a Space Permission for anonymous usersboolean
WikiSoapService.addAnonymousPermissionToSpace
(String token, String permission, String spaceKey) boolean
XhtmlSoapService.addAnonymousPermissionToSpace
(String token, String permission, String spaceKey) boolean
ConfluenceSoapService.addAnonymousUsePermission
(String token) boolean
WikiSoapService.addAnonymousUsePermission
(String token) boolean
XhtmlSoapService.addAnonymousUsePermission
(String token) boolean
ConfluenceSoapService.addAnonymousViewUserProfilePermission
(String token) This permission can only be set if the anonymous user already has 'use' permission.boolean
WikiSoapService.addAnonymousViewUserProfilePermission
(String token) boolean
XhtmlSoapService.addAnonymousViewUserProfilePermission
(String token) ConfluenceSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) Add a new attachment to a ContentEntityObject.WikiSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) XhtmlSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) ConfluenceSoapService.addComment
(String token, RemoteComment comment) Adds a comment to a page or blog postWikiSoapService.addComment
(String token, RemoteComment comment) XhtmlSoapService.addComment
(String token, RemoteComment comment) boolean
ConfluenceSoapService.addGlobalPermission
(String token, String permission, String remoteEntityName) Add global permissions for a user or groupboolean
WikiSoapService.addGlobalPermission
(String token, String permission, String remoteEntityName) boolean
XhtmlSoapService.addGlobalPermission
(String token, String permission, String remoteEntityName) boolean
ConfluenceSoapService.addGlobalPermissions
(String token, String[] permissions, String remoteEntityName) Add a global permission for a user or groupboolean
WikiSoapService.addGlobalPermissions
(String token, String[] permissions, String remoteEntityName) boolean
XhtmlSoapService.addGlobalPermissions
(String token, String[] permissions, String remoteEntityName) boolean
Adds a new groupboolean
boolean
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.addLabelById
(String token, long labelId, long objectId) boolean
XhtmlSoapService.addLabelById
(String token, long labelId, long objectId) boolean
ConfluenceSoapService.addLabelByName
(String token, String labelName, long objectId) Adds a label 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.addLabelByNameToSpace
(String token, String labelName, String spaceKey) 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.addLabelByObject
(String token, RemoteLabel labelObject, long objectId) Adds the given label object 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.addPermissionsToSpace
(String token, String[] permissions, String remoteEntityName, String spaceKey) Add Space Permissions for a user or groupboolean
WikiSoapService.addPermissionsToSpace
(String token, String[] permissions, String remoteEntityName, String spaceKey) boolean
XhtmlSoapService.addPermissionsToSpace
(String token, String[] permissions, String remoteEntityName, String spaceKey) boolean
ConfluenceSoapService.addPermissionToSpace
(String token, String permission, String remoteEntityName, String spaceKey) Add a Space Permission for a user or groupboolean
WikiSoapService.addPermissionToSpace
(String token, String permission, String remoteEntityName, String spaceKey) boolean
XhtmlSoapService.addPermissionToSpace
(String token, String permission, String remoteEntityName, String spaceKey) ConfluenceSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) WikiSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) XhtmlSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) WikiSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) XhtmlSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) boolean
ConfluenceSoapService.addProfilePicture
(String token, String userName, String fileName, String mimeType, byte[] pictureData) Add a profile picture to a user's profileboolean
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) ConfluenceSoapService.addSpace
(String token, RemoteSpace space) WikiSoapService.addSpace
(String token, RemoteSpace space) XhtmlSoapService.addSpace
(String token, RemoteSpace space) ConfluenceSoapService.addSpaceGroup
(String token, RemoteSpaceGroup spaceGroup) Deprecated.since 5.9.WikiSoapService.addSpaceGroup
(String token, RemoteSpaceGroup spaceGroup) XhtmlSoapService.addSpaceGroup
(String token, RemoteSpaceGroup spaceGroup) ConfluenceSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) WikiSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) XhtmlSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) void
ConfluenceSoapService.addUser
(String token, RemoteUser remoteUser, String password) Adds a user with the given RemoteUser object and passwordvoid
ConfluenceSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) Adds a user with the given RemoteUser object and passwordvoid
WikiSoapService.addUser
(String token, RemoteUser remoteUser, String password) void
WikiSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) void
XhtmlSoapService.addUser
(String token, RemoteUser remoteUser, String password) void
XhtmlSoapService.addUser
(String token, RemoteUser remoteUser, String password, boolean notifyUser) boolean
ConfluenceSoapService.addUserToGroup
(String token, String username, String groupname) boolean
WikiSoapService.addUserToGroup
(String token, String username, String groupname) boolean
XhtmlSoapService.addUserToGroup
(String token, String username, String groupname) boolean
ConfluenceSoapService.changeMyPassword
(String token, String oldPass, String newPass) Change the current user's passwordboolean
WikiSoapService.changeMyPassword
(String token, String oldPass, String newPass) boolean
XhtmlSoapService.changeMyPassword
(String token, String oldPass, String newPass) boolean
ConfluenceSoapService.changeUserPassword
(String token, String username, String newPass) Change a user's passwordboolean
WikiSoapService.changeUserPassword
(String token, String username, String newPass) boolean
XhtmlSoapService.changeUserPassword
(String token, String username, String newPass) boolean
ConfluenceSoapService.clearIndexQueue
(String token) boolean
WikiSoapService.clearIndexQueue
(String token) boolean
XhtmlSoapService.clearIndexQueue
(String token) ConfluenceSoapService.convertWikiToStorageFormat
(String token, String markup) Converts a string from wiki markup to the XHTML based storage format.WikiSoapService.convertWikiToStorageFormat
(String token, String markup) XhtmlSoapService.convertWikiToStorageFormat
(String token, String markup) boolean
ConfluenceSoapService.deactivateUser
(String token, String username) Deactivates the given userboolean
WikiSoapService.deactivateUser
(String token, String username) boolean
XhtmlSoapService.deactivateUser
(String token, String username) ConfluenceSoapService.editComment
(String token, RemoteComment comment) Updates a commentWikiSoapService.editComment
(String token, RemoteComment comment) XhtmlSoapService.editComment
(String token, RemoteComment comment) boolean
ConfluenceSoapService.editUser
(String token, RemoteUser remoteUser) Edits a user with the values in the given RemoteUser objectboolean
WikiSoapService.editUser
(String token, RemoteUser remoteUser) boolean
XhtmlSoapService.editUser
(String token, RemoteUser remoteUser) ConfluenceSoapService.emptyTrash
(String token, String spaceKey) WikiSoapService.emptyTrash
(String token, String spaceKey) XhtmlSoapService.emptyTrash
(String token, String spaceKey) ConfluenceSoapService.exportSite
(String token, boolean exportAttachments) WikiSoapService.exportSite
(String token, boolean exportAttachments) XhtmlSoapService.exportSite
(String token, boolean exportAttachments) ConfluenceSoapService.exportSpace
(String token, String spaceKey, String exportType) ConfluenceSoapService.exportSpace
(String token, String spaceKey, String exportType, boolean exportAll) WikiSoapService.exportSpace
(String token, String spaceKey, String exportType) WikiSoapService.exportSpace
(String token, String spaceKey, String exportType, boolean exportAll) XhtmlSoapService.exportSpace
(String token, String spaceKey, String exportType) XhtmlSoapService.exportSpace
(String token, String spaceKey, String exportType, boolean exportAll) boolean
ConfluenceSoapService.flushIndexQueue
(String token) boolean
WikiSoapService.flushIndexQueue
(String token) boolean
XhtmlSoapService.flushIndexQueue
(String token) String[]
ConfluenceSoapService.getActiveUsers
(String token, boolean viewAll) Returns a list of the current system usersString[]
WikiSoapService.getActiveUsers
(String token, boolean viewAll) String[]
XhtmlSoapService.getActiveUsers
(String token, boolean viewAll) 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.WikiSoapService.getAncestors
(String token, long pageId) XhtmlSoapService.getAncestors
(String token, long pageId) ConfluenceSoapService.getAttachment
(String token, long contentId, String fileName, int version) Retrieve information about an attachment.WikiSoapService.getAttachment
(String token, long entityId, String fileName, int version) XhtmlSoapService.getAttachment
(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.byte[]
WikiSoapService.getAttachmentData
(String token, long entityId, String fileName, int version) byte[]
XhtmlSoapService.getAttachmentData
(String token, long contentId, String fileName, int version) ConfluenceSoapService.getAttachments
(String token, long pageId) WikiSoapService.getAttachments
(String token, long pageId) XhtmlSoapService.getAttachments
(String token, long pageId) ConfluenceSoapService.getBlogEntries
(String token, String spaceKey) WikiSoapService.getBlogEntries
(String token, String spaceKey) XhtmlSoapService.getBlogEntries
(String token, String spaceKey) ConfluenceSoapService.getBlogEntry
(String token, long entryId) WikiSoapService.getBlogEntry
(String token, long entryId) XhtmlSoapService.getBlogEntry
(String token, long entryId) 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.WikiSoapService.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) XhtmlSoapService.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) 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'WikiSoapService.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) XhtmlSoapService.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) 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.WikiSoapService.getChildren
(String token, long pageId) XhtmlSoapService.getChildren
(String token, long pageId) ConfluenceSoapService.getClusterInformation
(String token) WikiSoapService.getClusterInformation
(String token) ConfluenceSoapService.getClusterNodeStatuses
(String token) WikiSoapService.getClusterNodeStatuses
(String token) XhtmlSoapService.getClusterNodeStatuses
(String token) ConfluenceSoapService.getComment
(String token, long commentId) Retrieves a comment with the given IDWikiSoapService.getComment
(String token, long commentId) XhtmlSoapService.getComment
(String token, long commentId) ConfluenceSoapService.getComments
(String token, long pageId) Retrieves the comments for a given abstract pageWikiSoapService.getComments
(String token, long pageId) XhtmlSoapService.getComments
(String token, long pageId) ConfluenceSoapService.getContentPermissionSet
(String token, long contentId, String permissionType) Get the content permission set of a certain type for a particular piece of contentWikiSoapService.getContentPermissionSet
(String token, long contentId, String permissionType) XhtmlSoapService.getContentPermissionSet
(String token, long contentId, String permissionType) ConfluenceSoapService.getContentPermissionSets
(String token, long contentId) Get the content permission sets for a particular piece of contentWikiSoapService.getContentPermissionSets
(String token, long contentId) XhtmlSoapService.getContentPermissionSets
(String token, long contentId) 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.WikiSoapService.getDescendents
(String token, long pageId) XhtmlSoapService.getDescendents
(String token, long pageId) String[]
Retrieves a list of user groupsString[]
String[]
ConfluenceSoapService.getLabelContentById
(String token, long labelId) Returns the content for a given label IDWikiSoapService.getLabelContentById
(String token, long labelId) XhtmlSoapService.getLabelContentById
(String token, long labelId) ConfluenceSoapService.getLabelContentByName
(String token, String labelName) Returns the content for a given label nameWikiSoapService.getLabelContentByName
(String token, String labelName) XhtmlSoapService.getLabelContentByName
(String token, String labelName) ConfluenceSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) Returns the content for a given label objectWikiSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) XhtmlSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) ConfluenceSoapService.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) Retrieves the labels matching the given labelName, namespace or owner.WikiSoapService.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) XhtmlSoapService.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) ConfluenceSoapService.getLabelsById
(String token, long objectId) Returns all labels for the given ContentEntityObject ID.WikiSoapService.getLabelsById
(String token, long objectId) XhtmlSoapService.getLabelsById
(String token, long objectId) ConfluenceSoapService.getMostPopularLabels
(String token, int maxCount) Returns the most popular labels for the Confluence instance, with a specified maximum number of results.WikiSoapService.getMostPopularLabels
(String token, int maxCount) XhtmlSoapService.getMostPopularLabels
(String token, int maxCount) ConfluenceSoapService.getMostPopularLabelsInSpace
(String token, String spaceKey, int maxCount) Returns the most popular labels for the given spaceKey, with a specified maximum number of results.WikiSoapService.getMostPopularLabelsInSpace
(String token, String spaceKey, int maxCount) XhtmlSoapService.getMostPopularLabelsInSpace
(String token, String spaceKey, int maxCount) ConfluenceSoapService.getPageHistory
(String token, long pageId) WikiSoapService.getPageHistory
(String token, long pageId) XhtmlSoapService.getPageHistory
(String token, long pageId) ConfluenceSoapService.getPagePermissions
(String token, long pageId) WikiSoapService.getPagePermissions
(String token, long pageId) XhtmlSoapService.getPagePermissions
(String token, long pageId) Returns all pages of the space with the given spaceKey the user authenticated by token is allowed to view.ConfluenceSoapService.getPageSummary
(String token, long pageId) ConfluenceSoapService.getPageSummary
(String token, String spaceKey, String pageTitle) WikiSoapService.getPageSummary
(String token, long pageId) WikiSoapService.getPageSummary
(String token, String spaceKey, String pageTitle) XhtmlSoapService.getPageSummary
(String token, long pageId) XhtmlSoapService.getPageSummary
(String token, String spaceKey, String pageTitle) String[]
ConfluenceSoapService.getPermissions
(String token, String spaceKey) String[]
WikiSoapService.getPermissions
(String token, String spaceKey) String[]
XhtmlSoapService.getPermissions
(String token, String spaceKey) String[]
ConfluenceSoapService.getPermissionsForUser
(String token, String spaceKey, String userName) String[]
WikiSoapService.getPermissionsForUser
(String token, String spaceKey, String userName) String[]
XhtmlSoapService.getPermissionsForUser
(String token, String spaceKey, String userName) ConfluenceSoapService.getRecentlyUsedLabels
(String token, int maxResults) Returns the recently used labels for the Confluence instance, with a specified maximum number of results.WikiSoapService.getRecentlyUsedLabels
(String token, int maxResults) ConfluenceSoapService.getRecentlyUsedLabelsInSpace
(String token, String spaceKey, int maxResults) Returns the recently used labels for the given spaceKey, with a specified maximum number of results.WikiSoapService.getRecentlyUsedLabelsInSpace
(String token, String spaceKey, int maxResults) XhtmlSoapService.getRecentlyUsedLabelsInSpace
(String token, String spaceKey, int maxResults) ConfluenceSoapService.getRelatedLabels
(String token, String labelName, int maxResults) Returns the labels related to the given label name, with a specified maximum number of results.WikiSoapService.getRelatedLabels
(String token, String labelName, int maxResults) XhtmlSoapService.getRelatedLabels
(String token, String labelName, int maxResults) 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.WikiSoapService.getRelatedLabelsInSpace
(String token, String labelName, String spaceKey, int maxResults) XhtmlSoapService.getRelatedLabelsInSpace
(String token, String labelName, String spaceKey, int maxResults) ConfluenceSoapService.getServerInfo
(String token) WikiSoapService.getServerInfo
(String token) XhtmlSoapService.getServerInfo
(String token) ConfluenceSoapService.getSpaceGroup
(String token, String spaceGroup) Deprecated.since 5.9.WikiSoapService.getSpaceGroup
(String token, String spaceGroup) XhtmlSoapService.getSpaceGroup
(String token, String spaceGroupKey) ConfluenceSoapService.getSpaceGroups
(String token) Deprecated.since 5.9.WikiSoapService.getSpaceGroups
(String token) XhtmlSoapService.getSpaceGroups
(String token) String[]
ConfluenceSoapService.getSpaceLevelPermissions
(String token) String[]
WikiSoapService.getSpaceLevelPermissions
(String token) ConfluenceSoapService.getSpacePermissionSet
(String token, String spaceKey, String permissionType) WikiSoapService.getSpacePermissionSet
(String token, String spaceKey, String permissionType) XhtmlSoapService.getSpacePermissionSet
(String token, String spaceKey, String permissionType) ConfluenceSoapService.getSpacePermissionSets
(String token, String spaceKey) WikiSoapService.getSpacePermissionSets
(String token, String spaceKey) XhtmlSoapService.getSpacePermissionSets
(String token, String spaceKey) ConfluenceSoapService.getSpacesContainingContentWithLabel
(String token, String labelName) Returns all Spaces that have content labelled with labelNameWikiSoapService.getSpacesContainingContentWithLabel
(String token, String labelName) XhtmlSoapService.getSpacesContainingContentWithLabel
(String token, String labelName) ConfluenceSoapService.getSpacesInGroup
(String token, String spaceGroupKey) WikiSoapService.getSpacesInGroup
(String token, String spaceGroupKey) ConfluenceSoapService.getSpaceStatus
(String token, String spaceKey) WikiSoapService.getSpaceStatus
(String token, String spaceKey) XhtmlSoapService.getSpaceStatus
(String token, String spaceKey) ConfluenceSoapService.getSpacesWithLabel
(String token, String labelName) Returns an array of Spaces that have been labelled with labelNameWikiSoapService.getSpacesWithLabel
(String token, String labelName) XhtmlSoapService.getSpacesWithLabel
(String token, String labelName) 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.WikiSoapService.getTopLevelPages
(String token, String spaceKey) XhtmlSoapService.getTopLevelPages
(String token, String spaceKey) ConfluenceSoapService.getTrashContents
(String token, String spaceKey, int offset, int count) WikiSoapService.getTrashContents
(String token, String spaceKey, int offset, int count) XhtmlSoapService.getTrashContents
(String token, String spaceKey, int offset, int count) ConfluenceSoapService.getUserByKey
(String token, String userKey) Retrieves a user with the given user key.WikiSoapService.getUserByKey
(String token, String key) XhtmlSoapService.getUserByKey
(String token, String key) ConfluenceSoapService.getUserByName
(String token, String username) Retrieves a user with the given username.WikiSoapService.getUserByName
(String token, String username) XhtmlSoapService.getUserByName
(String token, String username) String[]
ConfluenceSoapService.getUserGroups
(String token, String username) Retrieves the groups that a given user belongs toString[]
WikiSoapService.getUserGroups
(String token, String username) String[]
XhtmlSoapService.getUserGroups
(String token, String username) ConfluenceSoapService.getUserInformation
(String token, String username) Retrieves a user's informationWikiSoapService.getUserInformation
(String token, String username) XhtmlSoapService.getUserInformation
(String token, String username) boolean
ConfluenceSoapService.getUserPreferenceBoolean
(String token, String username, String key) Get a user preference as a boolean value.boolean
WikiSoapService.getUserPreferenceBoolean
(String token, String username, String key) boolean
XhtmlSoapService.getUserPreferenceBoolean
(String token, String username, String key) long
ConfluenceSoapService.getUserPreferenceLong
(String token, String username, String key) Get a user preference as a long integer value.long
WikiSoapService.getUserPreferenceLong
(String token, String username, String key) long
XhtmlSoapService.getUserPreferenceLong
(String token, String username, String key) ConfluenceSoapService.getUserPreferenceString
(String token, String username, String key) Get a user preference as a String value.WikiSoapService.getUserPreferenceString
(String token, String username, String key) XhtmlSoapService.getUserPreferenceString
(String token, String username, String key) ConfluenceSoapService.getWatchersForPage
(String token, long pageId) Returns the list of users watching the page or blog post with the given ID.WikiSoapService.getWatchersForPage
(String token, long pageId) XhtmlSoapService.getWatchersForPage
(String token, long pageId) ConfluenceSoapService.getWatchersForSpace
(String token, String spaceKey) Returns the list of users watching the space with the given key.WikiSoapService.getWatchersForSpace
(String token, String spaceKey) XhtmlSoapService.getWatchersForSpace
(String token, String spaceKey) boolean
Determines whether a group existsboolean
boolean
Determines whether a user existsboolean
boolean
ConfluenceSoapService.importSpace
(String token, byte[] importData) Import a space in a compressed XML formatboolean
WikiSoapService.importSpace
(String token, byte[] importData) boolean
XhtmlSoapService.importSpace
(String token, byte[] importData) boolean
ConfluenceSoapService.installPlugin
(String token, String pluginFileName, byte[] pluginData) Installs a plugin.boolean
WikiSoapService.installPlugin
(String token, String pluginFileName, byte[] pluginData) boolean
XhtmlSoapService.installPlugin
(String token, String pluginFileName, byte[] pluginData) boolean
ConfluenceSoapService.isActiveUser
(String token, String username) Checks if a given user is active.boolean
WikiSoapService.isActiveUser
(String token, String username) boolean
XhtmlSoapService.isActiveUser
(String token, String username) boolean
ConfluenceSoapService.isDarkFeatureEnabled
(String token, String key) boolean
WikiSoapService.isDarkFeatureEnabled
(String token, String key) boolean
ConfluenceSoapService.isPluginEnabled
(String token, String pluginKey) Returns true if the specified plugin is enabled.boolean
WikiSoapService.isPluginEnabled
(String token, String pluginKey) boolean
XhtmlSoapService.isPluginEnabled
(String token, String pluginKey) boolean
ConfluenceSoapService.isPluginInstalled
(String token, String pluginKey) Returns true if the specified plugin is installed.boolean
WikiSoapService.isPluginInstalled
(String token, String pluginKey) boolean
XhtmlSoapService.isPluginInstalled
(String token, String pluginKey) 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.isWatchingPage
(String token, long pageId, String username) boolean
XhtmlSoapService.isWatchingPage
(String token, long pageId, 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.isWatchingSpace
(String token, String spaceKey, String username) boolean
XhtmlSoapService.isWatchingSpace
(String token, String spaceKey, 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.boolean
WikiSoapService.isWatchingSpaceForType
(String token, String spaceKey, String contentType, String username) boolean
XhtmlSoapService.isWatchingSpaceForType
(String token, String spaceKey, String contentType, String username) boolean
boolean
boolean
ConfluenceSoapService.moveAttachment
(String token, long originalContentId, String originalFileName, long newContentId, String newFileName) Move or rename an attachmentboolean
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) ConfluenceSoapService.movePageToTopLevel
(String token, long pageId, String targetSpaceKey) WikiSoapService.movePageToTopLevel
(String token, long pageId, String targetSpaceKey) XhtmlSoapService.movePageToTopLevel
(String token, long pageId, String targetSpaceKey) ConfluenceSoapService.performBackup
(String token, boolean exportAttachments) WikiSoapService.performBackup
(String token, boolean exportAttachments) XhtmlSoapService.performBackup
(String token, boolean exportAttachments) ConfluenceSoapService.purgeFromTrash
(String token, String spaceKey, long pageId) WikiSoapService.purgeFromTrash
(String token, String spaceKey, long pageId) XhtmlSoapService.purgeFromTrash
(String token, String spaceKey, long pageId) boolean
ConfluenceSoapService.reactivateUser
(String token, String username) Reactivates the given userboolean
WikiSoapService.reactivateUser
(String token, String username) boolean
XhtmlSoapService.reactivateUser
(String token, String username) boolean
ConfluenceSoapService.recoverMainIndex
(String token) boolean
WikiSoapService.recoverMainIndex
(String token) boolean
XhtmlSoapService.recoverMainIndex
(String token) boolean
ConfluenceSoapService.removeAllPermissionsForGroup
(String token, String groupname) Deletes all global and space permissions for the given groupboolean
WikiSoapService.removeAllPermissionsForGroup
(String token, String groupname) boolean
XhtmlSoapService.removeAllPermissionsForGroup
(String token, String groupname) boolean
ConfluenceSoapService.removeAnonymousPermissionFromSpace
(String token, String permission, String spaceKey) Removes a Space Permission for anonymous usersboolean
WikiSoapService.removeAnonymousPermissionFromSpace
(String token, String permission, String spaceKey) boolean
XhtmlSoapService.removeAnonymousPermissionFromSpace
(String token, String permission, String spaceKey) boolean
ConfluenceSoapService.removeAnonymousUsePermission
(String token) Remove anonymous use permission.boolean
WikiSoapService.removeAnonymousUsePermission
(String token) boolean
XhtmlSoapService.removeAnonymousUsePermission
(String token) boolean
ConfluenceSoapService.removeAnonymousViewUserProfilePermission
(String token) boolean
WikiSoapService.removeAnonymousViewUserProfilePermission
(String token) boolean
XhtmlSoapService.removeAnonymousViewUserProfilePermission
(String token) boolean
ConfluenceSoapService.removeAttachment
(String token, long contentId, String fileName) Remove an attachment.boolean
WikiSoapService.removeAttachment
(String token, long contentId, String fileName) boolean
XhtmlSoapService.removeAttachment
(String token, long contentId, String fileName) boolean
ConfluenceSoapService.removeComment
(String token, long commentId) Removes a comment with the given IDboolean
WikiSoapService.removeComment
(String token, long commentId) boolean
XhtmlSoapService.removeComment
(String token, long commentId) boolean
ConfluenceSoapService.removeGlobalPermission
(String token, String permission, String remoteEntityName) Remove a global permissionboolean
WikiSoapService.removeGlobalPermission
(String token, String permission, String remoteEntityName) boolean
XhtmlSoapService.removeGlobalPermission
(String token, String permission, String remoteEntityName) boolean
ConfluenceSoapService.removeGroup
(String token, String groupname, String defaultGroupName) Removes an existing groupboolean
WikiSoapService.removeGroup
(String token, String groupname, String defaultGroupName) boolean
XhtmlSoapService.removeGroup
(String token, String groupname, String defaultGroupName) 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.removeLabelById
(String token, long labelId, long objectId) boolean
XhtmlSoapService.removeLabelById
(String token, long labelId, 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.removeLabelByName
(String token, String labelName, long objectId) boolean
XhtmlSoapService.removeLabelByName
(String token, String labelName, long objectId) boolean
ConfluenceSoapService.removeLabelByNameFromSpace
(String token, String labelName, String spaceKey) Removes the given label from the given Spaceboolean
WikiSoapService.removeLabelByNameFromSpace
(String token, String labelName, String spaceKey) boolean
XhtmlSoapService.removeLabelByNameFromSpace
(String token, String labelName, String spaceKey) boolean
ConfluenceSoapService.removeLabelByObject
(String token, RemoteLabel labelObject, long objectId) Removes the given label object from the object with the given ContentEntityObject ID.boolean
WikiSoapService.removeLabelByObject
(String token, RemoteLabel labelObject, long objectId) boolean
XhtmlSoapService.removeLabelByObject
(String token, RemoteLabel labelObject, long objectId) ConfluenceSoapService.removePage
(String token, long pageId) WikiSoapService.removePage
(String token, long pageId) XhtmlSoapService.removePage
(String token, long pageId) ConfluenceSoapService.removePageVersionById
(String token, long historicalPageId) Remove a historical version of a page.WikiSoapService.removePageVersionById
(String token, long historicalPageId) XhtmlSoapService.removePageVersionById
(String token, long historicalPageId) ConfluenceSoapService.removePageVersionByVersion
(String token, long pageId, int version) Remove the identified version of a page.WikiSoapService.removePageVersionByVersion
(String token, long pageId, int version) XhtmlSoapService.removePageVersionByVersion
(String token, long pageId, int version) 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.removePageWatch
(String token, long pageId) boolean
XhtmlSoapService.removePageWatch
(String token, long pageId) 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.removePageWatchForUser
(String token, long pageId, String username) boolean
XhtmlSoapService.removePageWatchForUser
(String token, long pageId, String username) boolean
ConfluenceSoapService.removePermissionFromSpace
(String token, String permission, String remoteEntityName, String spaceKey) Removes a Space Permission for a user or groupboolean
WikiSoapService.removePermissionFromSpace
(String token, String permission, String remoteEntityName, String spaceKey) boolean
XhtmlSoapService.removePermissionFromSpace
(String token, String permission, String remoteEntityName, String spaceKey) ConfluenceSoapService.removeSpace
(String token, String spaceKey) WikiSoapService.removeSpace
(String token, String spaceKey) XhtmlSoapService.removeSpace
(String token, String spaceKey) boolean
ConfluenceSoapService.removeSpaceGroup
(String token, String spaceGroupKey) Deprecated.since 5.9.boolean
WikiSoapService.removeSpaceGroup
(String token, String spaceGroupKey) boolean
XhtmlSoapService.removeSpaceGroup
(String token, String spaceGroupKey) boolean
ConfluenceSoapService.removeSpaceWatch
(String token, String spaceKey) Removes a watch for the current user on the space with the specified space key.boolean
WikiSoapService.removeSpaceWatch
(String token, String spaceKey) boolean
XhtmlSoapService.removeSpaceWatch
(String token, String spaceKey) boolean
ConfluenceSoapService.removeUser
(String token, String username) Removes a user with the given usernameboolean
WikiSoapService.removeUser
(String token, String username) boolean
XhtmlSoapService.removeUser
(String token, String username) boolean
ConfluenceSoapService.removeUserFromGroup
(String token, String username, String groupname) Removes the given user from a groupboolean
WikiSoapService.removeUserFromGroup
(String token, String username, String groupname) boolean
XhtmlSoapService.removeUserFromGroup
(String token, String username, String groupname) boolean
ConfluenceSoapService.renameUser
(String token, String oldUsername, String newUsername) Change user's usernameboolean
WikiSoapService.renameUser
(String token, String oldUsername, String newUsername) boolean
XhtmlSoapService.renameUser
(String token, String oldUsername, String newUsername) String[]
ConfluenceSoapService.renameUsers
(String token, Map<String, String> oldUsernamesToNewUsernames) Change usernames for a set of usersString[]
WikiSoapService.renameUsers
(String token, Map<String, String> oldUsernamesToNewUsernames) ConfluenceSoapService.renderContent
(String token, String spaceKey, long pageId, String newContent) ConfluenceSoapService.renderContent
(String token, String spaceKey, long pageId, String newContent, Map renderParameters) WikiSoapService.renderContent
(String token, String spaceKey, long pageId, String newContent) WikiSoapService.renderContent
(String token, String spaceKey, long pageId, String newContent, Map renderParameters) XhtmlSoapService.renderContent
(String token, String spaceKey, long pageId, String newContent) XhtmlSoapService.renderContent
(String token, String spaceKey, long pageId, String newContent, Map renderParameters) Search Confluence for the supplied query String.Search Confluence for the supplied query String.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.setContentPermissions
(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) boolean
XhtmlSoapService.setContentPermissions
(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) boolean
ConfluenceSoapService.setEnableAnonymousAccess
(String token, boolean value) boolean
WikiSoapService.setEnableAnonymousAccess
(String token, boolean value) boolean
XhtmlSoapService.setEnableAnonymousAccess
(String token, boolean value) ConfluenceSoapService.setSpaceStatus
(String token, String spaceKey, String status) WikiSoapService.setSpaceStatus
(String token, String spaceKey, String status) XhtmlSoapService.setSpaceStatus
(String token, String spaceKey, String status) boolean
ConfluenceSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) Updates a user's informationboolean
WikiSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) boolean
XhtmlSoapService.setUserInformation
(String token, RemoteUserInformation userInfo) boolean
ConfluenceSoapService.setUserPreferenceBoolean
(String token, String username, String key, boolean value) Set a user preference to a boolean value.boolean
WikiSoapService.setUserPreferenceBoolean
(String token, String username, String key, boolean value) boolean
XhtmlSoapService.setUserPreferenceBoolean
(String token, String username, String key, boolean value) boolean
ConfluenceSoapService.setUserPreferenceLong
(String token, String username, String key, long value) Set a user preference to an long integer 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.setUserPreferenceString
(String token, String username, String key, String value) Set a user preference to a String 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.startActivity
(String token, String key, String user) Call startActivity on the heartbeat manager beanboolean
WikiSoapService.startActivity
(String token, String key, String user) boolean
XhtmlSoapService.startActivity
(String token, String key, String user) boolean
ConfluenceSoapService.stopActivity
(String token, String key, String user) Call stopActivity on the heartbeat manager beanboolean
WikiSoapService.stopActivity
(String token, String key, String user) boolean
XhtmlSoapService.stopActivity
(String token, String key, String user) ConfluenceSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) WikiSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) XhtmlSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) ConfluenceSoapService.storePage
(String token, RemotePage page) WikiSoapService.storePage
(String token, RemotePage page) XhtmlSoapService.storePage
(String token, RemotePage page) ConfluenceSoapService.storeSpace
(String token, RemoteSpace remoteSpace) Allows for modifying space details via the remote API.WikiSoapService.storeSpace
(String token, RemoteSpace remoteSpace) XhtmlSoapService.storeSpace
(String token, RemoteSpace remoteSpace) ConfluenceSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) WikiSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) XhtmlSoapService.updatePage
(String token, RemotePage page, RemotePageUpdateOptions options) boolean
Adds a watch for the current user on the page or blog post with the specified page ID.boolean
boolean
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.watchPageForUser
(String token, long pageId, String username) boolean
XhtmlSoapService.watchPageForUser
(String token, long pageId, String username) boolean
ConfluenceSoapService.watchSpace
(String token, String spaceKey) Adds a watch for the current user on the space with the specified space key.boolean
WikiSoapService.watchSpace
(String token, String spaceKey) boolean
XhtmlSoapService.watchSpace
(String token, String spaceKey) -
Uses of RemoteException in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionboolean
SpacesSoapService.addAnonymousUsePermission()
boolean
SpacesSoapService.addAnonymousViewUserProfilePermission()
AttachmentsSoapService.addAttachment
(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData) PagesSoapService.addComment
(RemoteComment comment) boolean
SpacesSoapService.addGlobalPermission
(String permission, String remoteEntityName) boolean
SpacesSoapService.addGlobalPermissions
(String[] permissions, String remoteEntityName) boolean
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.SpacesSoapService.addPersonalSpace
(RemoteSpace space, String username) 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 profileSpacesSoapService.addSpace
(RemoteSpace space) SpacesSoapService.addSpaceGroup
(RemoteSpaceGroup spaceGroup) Deprecated.since 5.9.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
SoapServiceHelper.assertCanAdminister
(Space space) void
SoapServiceHelperImpl.assertCanAdminister()
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
SoapServiceHelper.assertCanView
(Space space) void
SoapServiceHelperImpl.assertCanView
(AbstractPage page) void
SoapServiceHelperImpl.assertCanView
(Space space) void
SoapServiceHelper.assertHasValidWebSudoSession()
void
SoapServiceHelperImpl.assertHasValidWebSudoSession()
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.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 inRemoteUser
.boolean
PagesSoapService.emptyTrash
(String spaceKey) AdminSoapService.exportSite
(boolean exportAttachments) Performs a site export and return the download url.SpacesSoapService.exportSpace
(String spaceKey, String exportType) SpacesSoapService.exportSpace
(String spaceKey, String exportType, boolean exportAll) boolean
AdminSoapService.flushIndexQueue()
Support remote interface for flushing the index queue.String[]
UsersSoapService.getActiveUsers
(boolean viewAll) PagesSoapService.getAncestors
(long pageId) AttachmentsSoapService.getAttachment
(long contentId, String fileName, int version) byte[]
AttachmentsSoapService.getAttachmentData
(long contentId, String fileName, int version) PagesSoapService.getAttachments
(long pageId) BlogsSoapService.getBlogEntries
(String spaceKey) BlogsSoapService.getBlogEntry
(long entryId) BlogsSoapService.getBlogEntryByDateAndTitle
(String spaceKey, int year, int month, int dayOfMonth, String postTitle) BlogsSoapService.getBlogEntryByDayAndTitle
(String spaceKey, int dayOfMonth, String postTitle) PagesSoapService.getChildren
(long pageId) AdminSoapService.getClusterNodeStatuses()
PagesSoapService.getComment
(long commentId) PagesSoapService.getComments
(long pageId) PagesSoapService.getContentPermissionSet
(long contentId, String permissionType) PagesSoapService.getContentPermissionSets
(long contentId) PagesSoapService.getDescendents
(long pageId) String[]
UsersSoapService.getGroups()
Returns all groups.LabelsSoapService.getLabelContentById
(long labelId) LabelsSoapService.getLabelContentByName
(String labelName) LabelsSoapService.getLabelContentByObject
(RemoteLabel labelObject) LabelsSoapService.getLabelsByDetail
(String labelName, String namespace, String spaceKey, String owner) LabelsSoapService.getLabelsById
(long objectId) LabelsSoapService.getMostPopularLabels
(int maxCount) LabelsSoapService.getMostPopularLabelsInSpace
(String spaceKey, int maxCount) PagesSoapService.getPage
(long pageId) PagesSoapService.getPageHistory
(long pageId) PagesSoapService.getPageSummary
(long pageId) PagesSoapService.getPageSummary
(String spaceKey, String pageTitle) 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.LabelsSoapService.getRecentlyUsedLabelsInSpace
(String spaceKey, int maxCount) LabelsSoapService.getRelatedLabels
(String labelName, int maxCount) LabelsSoapService.getRelatedLabelsInSpace
(String labelName, String spaceKey, int maxCount) AdminSoapService.getServerInfo()
SpacesSoapService.getSpaceGroup
(String spaceGroupKey) Deprecated.since 5.9.SpacesSoapService.getSpaceGroups()
Deprecated.since 5.9.SpacesSoapService.getSpacePermissionSet
(String spaceKey, String type) SpacesSoapService.getSpacePermissionSets
(String spaceKey) LabelsSoapService.getSpacesContainingContentWithLabel
(String labelName) SpacesSoapService.getSpaceStatus
(String spaceKey) LabelsSoapService.getSpacesWithLabel
(String labelName) PagesSoapService.getTopLevelPages
(String spaceKey) PagesSoapService.getTrashContents
(String spaceKey, int offset, int count) UsersSoapService.getUserByKey
(String userKey) UsersSoapService.getUserByName
(String username) String[]
UsersSoapService.getUserGroups
(String username) Fetches the groups that the specified user belongs to.UsersSoapService.getUserInformation
(String username) boolean
UsersSoapService.getUserPreferenceBoolean
(String username, String key) long
UsersSoapService.getUserPreferenceLong
(String username, String key) UsersSoapService.getUserPreferenceString
(String username, String key) NotificationsSoapService.getWatchersForPage
(long pageId) 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) PagesSoapService.movePageToTopLevel
(long pageId, String targetSpaceKey) 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) PagesSoapService.removePage
(long pageId) PagesSoapService.removePageVersion
(String token, long historicalPageId) 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) 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) PagesSoapService.renderContent
(String spaceKey, long pageId, String newContent) PagesSoapService.renderContent
(String spaceKey, long pageId, String newContent, Map parameters) SoapServiceHelper.retrieveAbstractPage
(long pageId) SoapServiceHelperImpl.retrieveAbstractPage
(long abstractPageId) Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.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.SoapServiceHelperImpl.retrieveContent
(long contentId) SoapServiceHelper.retrievePage
(String spaceKey, String pageTitle) 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.SoapServiceHelper.retrieveSpace
(String spaceKey) 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 usernameSoapServiceHelperImpl.retrieveUser
(String username) boolean
PagesSoapService.setContentPermissions
(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) boolean
AdminSoapService.setEnableAnonymousAccess
(boolean value) void
SpacesSoapService.setSpaceStatus
(String spaceKey, String newStatus) 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) boolean
AdminSoapService.startActivity
(String key, String username) Adds a user as an active participant to the specified activityboolean
AdminSoapService.stopActivity
(String key, String username) Removes a user as an active participant to the specified activityBlogsSoapService.storeBlogEntry
(RemoteBlogEntry remoteBlogEntry) PagesSoapService.storePage
(RemotePage rpage) SpacesSoapService.storeSpace
(RemoteSpace remoteSpace) PagesSoapService.updatePage
(RemotePage rpage, RemotePageUpdateOptions options) boolean
NotificationsSoapService.watchPage
(long pageId) boolean
NotificationsSoapService.watchPageForUser
(long pageId, String username) boolean
NotificationsSoapService.watchSpace
(String spaceKey) -
Uses of RemoteException in com.atlassian.confluence.rpc.xmlrpc
Modifier and TypeMethodDescriptionboolean
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) ConfluenceXmlRpcHandler.addAttachment
(String token, String contentId, Hashtable attachment, byte[] attachmentData) ConfluenceXmlRpcHandlerImpl.addAttachment
(String token, String contentId, Hashtable attachment, byte[] attachmentData) ConfluenceXmlRpcHandler.addComment
(String token, Hashtable comment) 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
boolean
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) ConfluenceXmlRpcHandler.addPersonalSpace
(String token, Hashtable space, String username) 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) ConfluenceXmlRpcHandler.addSpaceGroup
(String token, Hashtable spaceGroup) Deprecated.since 5.9.ConfluenceXmlRpcHandlerImpl.addSpaceGroup
(String token, Hashtable spaceGroup) boolean
boolean
ConfluenceXmlRpcHandler.addUser
(String token, Hashtable remoteUser, String password, boolean NotifyUser) boolean
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) ConfluenceXmlRpcHandler.convertWikiToStorageFormat
(String token, String wiki) ConfluenceXmlRpcHandlerImpl.convertWikiToStorageFormat
(String token, String wiki) boolean
ConfluenceXmlRpcHandler.deactivateUser
(String token, String username) boolean
ConfluenceXmlRpcHandlerImpl.deactivateUser
(String token, String username) ConfluenceXmlRpcHandler.editComment
(String token, Hashtable comment) ConfluenceXmlRpcHandlerImpl.editComment
(String token, Hashtable comment) boolean
boolean
ConfluenceXmlRpcHandler.emptyTrash
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.emptyTrash
(String token, String spaceKey) ConfluenceXmlRpcHandler.exportSite
(String token, boolean exportAttachments) ConfluenceXmlRpcHandlerImpl.exportSite
(String token, boolean exportAttachments) ConfluenceXmlRpcHandler.exportSpace
(String token, String spaceKey, String exportType) ConfluenceXmlRpcHandlerImpl.exportSpace
(String token, String spaceKey, String exportType) boolean
ConfluenceXmlRpcHandler.flushIndexQueue
(String token) boolean
ConfluenceXmlRpcHandlerImpl.flushIndexQueue
(String token) ConfluenceXmlRpcHandler.getActiveUsers
(String token, boolean viewAll) ConfluenceXmlRpcHandlerImpl.getActiveUsers
(String token, boolean viewAll) ConfluenceXmlRpcHandler.getAncestors
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getAncestors
(String token, String pageId) ConfluenceXmlRpcHandler.getAttachment
(String token, String contentId, String fileName, String version) 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) ConfluenceXmlRpcHandler.getAttachments
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getAttachments
(String token, String pageId) ConfluenceXmlRpcHandler.getBlogEntries
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.getBlogEntries
(String token, String spaceKey) ConfluenceXmlRpcHandler.getBlogEntry
(String token, String blogEntryId) ConfluenceXmlRpcHandlerImpl.getBlogEntry
(String token, String blogEntryId) ConfluenceXmlRpcHandler.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) ConfluenceXmlRpcHandlerImpl.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) ConfluenceXmlRpcHandler.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) ConfluenceXmlRpcHandlerImpl.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) ConfluenceXmlRpcHandler.getChildren
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getChildren
(String token, String pageId) ConfluenceXmlRpcHandler.getClusterInformation
(String token) ConfluenceXmlRpcHandlerImpl.getClusterInformation
(String token) ConfluenceXmlRpcHandler.getClusterNodeStatuses
(String token) ConfluenceXmlRpcHandlerImpl.getClusterNodeStatuses
(String token) ConfluenceXmlRpcHandler.getComment
(String token, String commentId) ConfluenceXmlRpcHandlerImpl.getComment
(String token, String commentId) ConfluenceXmlRpcHandler.getComments
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getComments
(String token, String pageId) ConfluenceXmlRpcHandler.getContentPermissions
(String token, String contentId) ConfluenceXmlRpcHandlerImpl.getContentPermissions
(String token, String contentId) ConfluenceXmlRpcHandler.getContentPermissionSet
(String token, String contentId, String permissionType) ConfluenceXmlRpcHandlerImpl.getContentPermissionSet
(String token, String contentId, String permissionType) ConfluenceXmlRpcHandler.getContentPermissionSets
(String token, String contentId) ConfluenceXmlRpcHandlerImpl.getContentPermissionSets
(String token, String contentId) ConfluenceXmlRpcHandler.getDescendents
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getDescendents
(String token, String pageId) ConfluenceXmlRpcHandler.getLabelContentById
(String token, String labelId) ConfluenceXmlRpcHandlerImpl.getLabelContentById
(String token, String labelId) ConfluenceXmlRpcHandler.getLabelContentByName
(String token, String labelName) ConfluenceXmlRpcHandlerImpl.getLabelContentByName
(String token, String labelName) ConfluenceXmlRpcHandler.getLabelContentByObject
(String token, Hashtable labelObject) ConfluenceXmlRpcHandlerImpl.getLabelContentByObject
(String token, Hashtable labelObject) ConfluenceXmlRpcHandler.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) ConfluenceXmlRpcHandlerImpl.getLabelsByDetail
(String token, String labelName, String namespace, String spaceKey, String owner) ConfluenceXmlRpcHandler.getLabelsById
(String token, String objectId) ConfluenceXmlRpcHandlerImpl.getLabelsById
(String token, String objectId) ConfluenceXmlRpcHandler.getMostPopularLabels
(String token, int maxCount) ConfluenceXmlRpcHandlerImpl.getMostPopularLabels
(String token, int maxCount) ConfluenceXmlRpcHandler.getMostPopularLabelsInSpace
(String token, String spaceKey, int maxCount) ConfluenceXmlRpcHandlerImpl.getMostPopularLabelsInSpace
(String token, String spaceKey, int maxCount) ConfluenceXmlRpcHandler.getPageHistory
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getPageHistory
(String token, String pageId) ConfluenceXmlRpcHandler.getPagePermissions
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getPagePermissions
(String token, String pageId) ConfluenceXmlRpcHandler.getPageSummary
(String token, String pageId) ConfluenceXmlRpcHandler.getPageSummary
(String token, String spaceKey, String pageTitle) ConfluenceXmlRpcHandlerImpl.getPageSummary
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getPageSummary
(String token, String spaceKey, String pageTitle) ConfluenceXmlRpcHandler.getPermissions
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.getPermissions
(String token, String spaceKey) ConfluenceXmlRpcHandler.getPermissionsForUser
(String token, String spaceKey, String userName) ConfluenceXmlRpcHandlerImpl.getPermissionsForUser
(String token, String spaceKey, String userName) ConfluenceXmlRpcHandler.getRecentlyUsedLabels
(String token, int maxResults) ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabels
(String token, int maxResults) ConfluenceXmlRpcHandler.getRecentlyUsedLabelsInSpace
(String token, String spaceKey, int maxResults) ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabelsInSpace
(String token, String spaceKey, int maxResults) ConfluenceXmlRpcHandler.getRelatedLabels
(String token, String labelName, int maxResults) ConfluenceXmlRpcHandlerImpl.getRelatedLabels
(String token, String labelName, int maxResults) ConfluenceXmlRpcHandler.getRelatedLabelsInSpace
(String token, String labelName, String spaceKey, int maxResults) ConfluenceXmlRpcHandlerImpl.getRelatedLabelsInSpace
(String token, String labelName, String spaceKey, int maxResults) ConfluenceXmlRpcHandler.getServerInfo
(String token) ConfluenceXmlRpcHandlerImpl.getServerInfo
(String token) ConfluenceXmlRpcHandler.getSpaceGroup
(String token, String spaceGroupKey) Deprecated.since 5.9.ConfluenceXmlRpcHandlerImpl.getSpaceGroup
(String token, String spaceGroupKey) ConfluenceXmlRpcHandler.getSpaceGroups
(String token) Deprecated.since 5.9.ConfluenceXmlRpcHandlerImpl.getSpaceGroups
(String token) String[]
ConfluenceXmlRpcHandler.getSpaceLevelPermissions
(String token) String[]
ConfluenceXmlRpcHandlerImpl.getSpaceLevelPermissions
(String token) ConfluenceXmlRpcHandler.getSpacePermissionSet
(String token, String spaceKey, String permissionType) ConfluenceXmlRpcHandlerImpl.getSpacePermissionSet
(String token, String spaceKey, String permissionType) ConfluenceXmlRpcHandler.getSpacePermissionSets
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.getSpacePermissionSets
(String token, String spaceKey) ConfluenceXmlRpcHandler.getSpacesContainingContentWithLabel
(String token, String labelName) ConfluenceXmlRpcHandlerImpl.getSpacesContainingContentWithLabel
(String token, String labelName) ConfluenceXmlRpcHandler.getSpacesInGroup
(String token, String spaceGroupKey) ConfluenceXmlRpcHandlerImpl.getSpacesInGroup
(String token, String spaceGroupKey) ConfluenceXmlRpcHandler.getSpaceStatus
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.getSpaceStatus
(String token, String spaceKey) ConfluenceXmlRpcHandler.getSpacesWithLabel
(String token, String labelName) ConfluenceXmlRpcHandlerImpl.getSpacesWithLabel
(String token, String labelName) ConfluenceXmlRpcHandler.getTopLevelPages
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.getTopLevelPages
(String token, String spaceKey) ConfluenceXmlRpcHandler.getTrashContents
(String token, String spaceKey, int offset, int maxResults) ConfluenceXmlRpcHandlerImpl.getTrashContents
(String token, String spaceKey, int offset, int maxResults) ConfluenceXmlRpcHandler.getUserByKey
(String token, String userKey) ConfluenceXmlRpcHandlerImpl.getUserByKey
(String token, String userKey) ConfluenceXmlRpcHandler.getUserGroups
(String token, String username) ConfluenceXmlRpcHandlerImpl.getUserGroups
(String token, String username) ConfluenceXmlRpcHandler.getUserInformation
(String token, String username) ConfluenceXmlRpcHandlerImpl.getUserInformation
(String token, String username) boolean
ConfluenceXmlRpcHandler.getUserPreferenceBoolean
(String token, String username, String key) boolean
ConfluenceXmlRpcHandlerImpl.getUserPreferenceBoolean
(String token, String username, String key) ConfluenceXmlRpcHandler.getUserPreferenceLong
(String token, String username, String key) ConfluenceXmlRpcHandlerImpl.getUserPreferenceLong
(String token, String username, String key) ConfluenceXmlRpcHandler.getUserPreferenceString
(String token, String username, String key) ConfluenceXmlRpcHandlerImpl.getUserPreferenceString
(String token, String username, String key) ConfluenceXmlRpcHandler.getWatchersForPage
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.getWatchersForPage
(String token, String pageId) ConfluenceXmlRpcHandler.getWatchersForSpace
(String token, String spaceKey) ConfluenceXmlRpcHandlerImpl.getWatchersForSpace
(String token, String spaceKey) boolean
boolean
boolean
boolean
boolean
ConfluenceXmlRpcHandler.importSpace
(String token, byte[] importData) Import a space in a compressed XML formatboolean
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) boolean
boolean
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) ConfluenceXmlRpcHandler.movePage
(String token, String sourcePageId, String targetPageId, String position) ConfluenceXmlRpcHandlerImpl.movePage
(String token, String sourcePageId, String targetPageId, String position) ConfluenceXmlRpcHandler.movePageToTopLevel
(String token, String pageId, String targetSpaceKey) ConfluenceXmlRpcHandlerImpl.movePageToTopLevel
(String token, String pageId, String targetSpaceKey) ConfluenceXmlRpcHandler.performBackup
(String token, boolean exportAttachments) ConfluenceXmlRpcHandlerImpl.performBackup
(String token, boolean exportAttachments) ConfluenceXmlRpcHandler.purgeFromTrash
(String token, String spaceKey, String pageId) 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) default boolean
ConfluenceXmlRpcHandler.refreshIndex
(String token) boolean
ConfluenceXmlRpcHandlerImpl.refreshIndex
(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) ConfluenceXmlRpcHandler.removePage
(String token, String pageId) ConfluenceXmlRpcHandlerImpl.removePage
(String token, String pageId) ConfluenceXmlRpcHandler.removePageVersionById
(String token, String historicalPageId) ConfluenceXmlRpcHandlerImpl.removePageVersionById
(String token, String historicalPageId) ConfluenceXmlRpcHandler.removePageVersionByVersion
(String token, String pageId, int version) 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) ConfluenceXmlRpcHandler.removeSpace
(String token, String spaceKey) 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) ConfluenceXmlRpcHandler.renameUsers
(String token, Hashtable oldUsernamesToNewUsernames) ConfluenceXmlRpcHandlerImpl.renameUsers
(String token, Hashtable oldUsernamesToNewUsernames) ConfluenceXmlRpcHandler.renderContent
(String token, String spaceKey, String pageId, String newContent) ConfluenceXmlRpcHandler.renderContent
(String token, String spaceKey, String pageId, String newContent, Hashtable renderParameters) ConfluenceXmlRpcHandlerImpl.renderContent
(String token, String spaceKey, String pageId, String newContent) ConfluenceXmlRpcHandlerImpl.renderContent
(String token, String spaceKey, String pageId, String newContent, Hashtable renderParameters) ConfluenceXmlRpcHandler.setContentPermissions
(String token, String contentId, String permissionType, Vector permissions) ConfluenceXmlRpcHandlerImpl.setContentPermissions
(String token, String contentId, String permissionType, Vector permissions) boolean
ConfluenceXmlRpcHandler.setEnableAnonymousAccess
(String token, String value) boolean
ConfluenceXmlRpcHandlerImpl.setEnableAnonymousAccess
(String token, String value) ConfluenceXmlRpcHandler.setSpaceStatus
(String token, String spaceKey, String statusString) 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 beanboolean
ConfluenceXmlRpcHandlerImpl.startActivity
(String token, String key, String user) boolean
ConfluenceXmlRpcHandler.stopActivity
(String token, String key, String user) Call stopActivity on the heartbeat manager beanboolean
ConfluenceXmlRpcHandlerImpl.stopActivity
(String token, String key, String user) ConfluenceXmlRpcHandler.storeBlogEntry
(String token, Hashtable blogEntryStruct) ConfluenceXmlRpcHandlerImpl.storeBlogEntry
(String token, Hashtable blogEntryStruct) ConfluenceXmlRpcHandler.storeSpace
(String token, Hashtable remoteSpace) ConfluenceXmlRpcHandlerImpl.storeSpace
(String token, Hashtable remoteSpace) ConfluenceXmlRpcHandler.updatePage
(String token, Hashtable pageStruct, Hashtable editOptionsStruct) ConfluenceXmlRpcHandlerImpl.updatePage
(String token, Hashtable pageStruct, Hashtable editOptionsStruct) boolean
boolean
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) -
Uses of RemoteException in com.atlassian.confluence.test.rpc
Modifier and TypeMethodDescriptionboolean
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.addGroupAnyCase
(String token, String groupname) 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.addUserAnyCase
(String token, String username, String email, String fullname, String password) boolean
FuncTestRpcDelegator.assertThatIndexQueueEntryHasBeenProcessed
(String token, String searchableClassname, String searchableId) boolean
FuncTestRpcHandler.assertThatIndexQueueEntryHasBeenProcessed
(String token, String searchableClassname, String searchableId) boolean
FuncTestRpcHandlerImpl.assertThatIndexQueueEntryHasBeenProcessed
(String unusedToken, String searchableClassname, String searchableId) 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 attachmentboolean
FuncTestRpcHandlerImpl.changeAttachmentCreatedDate
(String token, String contentId, String attachmentFileName, Date createdDate) 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 postboolean
FuncTestRpcHandlerImpl.changeBlogPostModificationDate
(String token, String blogId, Date modificationDate) boolean
FuncTestRpcDelegator.changeCommentCreatedDate
(String token, String commentId, Date createdDate) boolean
FuncTestRpcHandler.changeCommentCreatedDate
(String token, String commentId, Date createdDate) Change the created date of a commentboolean
FuncTestRpcHandlerImpl.changeCommentCreatedDate
(String token, String commentId, Date createdDate) FuncTestRpcDelegator.changeLoggerLevel
(String token, String loggerName, String level) FuncTestRpcHandler.changeLoggerLevel
(String token, String loggerName, String level) Deprecated.since 5.6.FuncTestRpcHandlerImpl.changeLoggerLevel
(String token, String loggerName, String level) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.changePageCreatedDate
(String token, String pageId, Date createdDate) boolean
FuncTestRpcHandler.changePageCreatedDate
(String token, String pageId, Date createdDate) Change the created date of a pageboolean
FuncTestRpcHandlerImpl.changePageCreatedDate
(String token, String pageId, Date createdDate) boolean
FuncTestRpcDelegator.changePageModificationDate
(String token, String pageId, Date modificationDate) boolean
FuncTestRpcHandler.changePageModificationDate
(String token, String pageId, Date modificationDate) Change the modification date of a pageboolean
FuncTestRpcHandlerImpl.changePageModificationDate
(String token, String pageId, Date modificationDate) boolean
FuncTestRpcDelegator.changeSpaceCreatedDate
(String token, String spaceKey, Date createdDate) boolean
FuncTestRpcHandler.changeSpaceCreatedDate
(String token, String spaceKey, Date createdDate) Change the created date of a spaceboolean
FuncTestRpcHandlerImpl.changeSpaceCreatedDate
(String token, String spaceKey, Date createdDate) FuncTestRpcDelegator.createPagesFromPrototype
(String token, Hashtable pageStruct, int count) FuncTestRpcHandler.createPagesFromPrototype
(String token, Hashtable pageStruct, int count) Creates a series of pages based on a prototype.FuncTestRpcHandlerImpl.createPagesFromPrototype
(String token, Hashtable pageStruct, int count) FuncTestRpcDelegator.createSpaces
(String token, int count) FuncTestRpcHandler.createSpaces
(String token, int count) Creates a bunch of spaces.FuncTestRpcDelegator.createTemplate
(String token, String templateName, String content, String spaceKey) FuncTestRpcHandler.createTemplate
(String token, String templateName, String content, String spaceKey) Create a new template.FuncTestRpcHandlerImpl.createTemplate
(String token, String templateName, String content, String spaceKey) FuncTestRpcDelegator.createTemplateWithStorageFormat
(String token, String templateName, String storageFormat, String spaceKey) FuncTestRpcHandler.createTemplateWithStorageFormat
(String token, String templateName, String storageFormat, String spaceKey) Create a new template from storage format code.boolean
FuncTestRpcDelegator.disableSiteFeature
(String token, String featureKey) boolean
FuncTestRpcHandler.disableSiteFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.disableSiteFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.disableUserFeature
(String token, String featureKey) boolean
FuncTestRpcHandler.disableUserFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.disableUserFeature
(String token, String featureKey) Deprecated.since 5.6.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
FuncTestRpcDelegator.enableSiteFeature
(String token, String featureKey) boolean
FuncTestRpcHandler.enableSiteFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.enableSiteFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.enableUserFeature
(String token, String featureKey) boolean
FuncTestRpcHandler.enableUserFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcHandlerImpl.enableUserFeature
(String token, String featureKey) Deprecated.since 5.6.boolean
FuncTestRpcDelegator.followUser
(String token, String userName, boolean followUser) boolean
FuncTestRpcHandler.followUser
(String token, String userName, boolean followUser) Follows or stops following a user.boolean
FuncTestRpcHandlerImpl.followUser
(String token, String userName, boolean follow) FuncTestRpcDelegator.getAliveThreads
(String token) FuncTestRpcHandler.getAliveThreads
(String token) String[]
FuncTestRpcDelegator.getGlobalPermissionsForGroup
(String token, String groupName) String[]
FuncTestRpcHandler.getGlobalPermissionsForGroup
(String token, String groupName) Gets the global permissions that the given group has.int
FuncTestRpcDelegator.getNumberOfActiveUsers
(String token) int
FuncTestRpcHandler.getNumberOfActiveUsers
(String token) Returns the number of active users, i.e.FuncTestRpcDelegator.getStackDump
(String token, String threadNameRegex) FuncTestRpcHandler.getStackDump
(String token, String threadNameRegex) int
FuncTestRpcDelegator.getVersionForPage
(String token, String pageId) int
FuncTestRpcHandler.getVersionForPage
(String token, String pageId) Get the version number for the page with pageIdint
FuncTestRpcHandlerImpl.getVersionForPage
(String token, String pageId) 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.boolean
FuncTestRpcDelegator.removeAllSpaces
(String token) boolean
FuncTestRpcHandler.removeAllSpaces
(String token) Kill all the spaces and flush all the queues and caches.boolean
FuncTestRpcHandlerImpl.removeAllSpaces
(String token) 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 infoboolean
FuncTestRpcHandlerImpl.removeAttachmentUncleanly
(String token, String contentId, String attachmentFileName) 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.removeTestData
(String token, Vector<String> usersToKeep, Vector<String> groupsToKeep, Hashtable<String, Vector<String>> userGroupMembershipsToKeep) 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.setBooleanUserPreference
(String token, String userName, String preferenceKey, 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
FuncTestRpcDelegator.setGlobalLanguage
(String token, String language) boolean
FuncTestRpcHandler.setGlobalLanguage
(String token, String language) Changes to the default site languageboolean
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
FuncTestRpcDelegator.setIndexingLanguage
(String token, String language) boolean
FuncTestRpcHandler.setIndexingLanguage
(String token, String language) Changes the indexing languageboolean
FuncTestRpcDelegator.setKeyboardShortcutPref
(String token, String username, String enabled) boolean
FuncTestRpcHandler.setKeyboardShortcutPref
(String token, String username, String enabled) Enables/Disables keyboard shortcuts for the given uesrboolean
FuncTestRpcHandlerImpl.setKeyboardShortcutPref
(String token, String username, String enabled) 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.setLocaleForUser
(String token, String username, String locale) 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
FuncTestRpcHandlerImpl.setStringUserPreference
(String token, String userName, String preferenceKey, String value) 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
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 usersboolean
FuncTestRpcDelegator.setWatchOwnContentPref
(String token, String username, String enabled) boolean
FuncTestRpcHandler.setWatchOwnContentPref
(String token, String username, String enabled) Enables/Disables autowatching for the given uesrboolean
FuncTestRpcHandlerImpl.setWatchOwnContentPref
(String token, String username, 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
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.FuncTestRpcDelegator.storeXhtmlPage
(String token, Hashtable pageStruct) FuncTestRpcHandler.storeXhtmlPage
(String token, Hashtable pageStruct) The Confluence remote API store page performs wiki to XHTML conversion on the page content.void
FuncTestJobControlListenerForAtlassianScheduler.triggerJob
(TriggerJobEvent event) boolean
FuncTestRpcDelegator.updateGlobalSettingBoolean
(String token, String name, boolean value) boolean
FuncTestRpcHandler.updateGlobalSettingBoolean
(String token, String name, boolean value) Update aSettings
boolean field.boolean
FuncTestRpcHandlerImpl.updateGlobalSettingBoolean
(String token, String name, boolean value) FuncTestRpcDelegator.updateGlobalSettingString
(String token, String name, String value) FuncTestRpcHandler.updateGlobalSettingString
(String token, String name, String value) Update aSettings
String field.FuncTestRpcHandlerImpl.updateGlobalSettingString
(String token, String name, String value)