Uses of Class
com.atlassian.confluence.rpc.RemoteException

Packages that use RemoteException
com.atlassian.confluence.extra.helloworldrpc   
com.atlassian.confluence.rpc   
com.atlassian.confluence.rpc.auth   
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.rpc.xmlrpc   
com.atlassian.confluence.test.rpc   
 

Uses of RemoteException in com.atlassian.confluence.extra.helloworldrpc
 

Methods in com.atlassian.confluence.extra.helloworldrpc that throw RemoteException
 String HelloWorldService.login(String username, String password)
           
 boolean HelloWorldService.logout(String token)
           
 

Uses of RemoteException in com.atlassian.confluence.rpc
 

Subclasses of RemoteException in com.atlassian.confluence.rpc
 class AlreadyExistsException
          Exception thrown when a user tries to create an object that already exists
 class AuthenticationFailedException
          Exception thrown when a login attempt fails
 class InvalidSessionException
          Exception thrown when an invalid session token is supplied to an RPC method.
 class NotFoundException
          Thrown when a remote method can't find an object specified by the caller.
 class NotPermittedException
          Exception thrown when a user attempts to do something they're not allowed to do.
 class OperationTimedOutException
          Thrown when an operation times out on the server.
 class VersionMismatchException
          Exception thrown when a user tries to save a page (or other content object) that has been modified by somebody else.
 

Methods in com.atlassian.confluence.rpc that throw RemoteException
 String SecureRpc.login(String username, String password)
           
 boolean SecureRpc.logout(String token)
           
 

Uses of RemoteException in com.atlassian.confluence.rpc.auth
 

Methods in com.atlassian.confluence.rpc.auth that throw RemoteException
 String TokenAuthenticationManager.login(String username, String password)
          Logs the user with username and password into the Remote API system

The token is stored for a period of time, and invalidated after an idle period.

 boolean TokenAuthenticationManager.logout(String token)
          Logs the user out of the RPC system
 

Uses of RemoteException in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap that throw RemoteException
 boolean XhtmlSoapService.addAnonymousPermissionsToSpace(String token, String[] permissions, String spaceKey)
           
 boolean WikiSoapService.addAnonymousPermissionsToSpace(String token, String[] permissions, String spaceKey)
           
 boolean ConfluenceSoapService.addAnonymousPermissionsToSpace(String token, String[] permissions, String spaceKey)
          Add Space Permissions for anonymous users
 boolean XhtmlSoapService.addAnonymousPermissionToSpace(String token, String permission, String spaceKey)
           
 boolean WikiSoapService.addAnonymousPermissionToSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceSoapService.addAnonymousPermissionToSpace(String token, String permission, String spaceKey)
          Add a Space Permission for anonymous users
 boolean XhtmlSoapService.addAnonymousUsePermission(String token)
           
 boolean WikiSoapService.addAnonymousUsePermission(String token)
           
 boolean ConfluenceSoapService.addAnonymousUsePermission(String token)
           
 boolean XhtmlSoapService.addAnonymousViewUserProfilePermission(String token)
           
 boolean WikiSoapService.addAnonymousViewUserProfilePermission(String token)
           
 boolean ConfluenceSoapService.addAnonymousViewUserProfilePermission(String token)
          This permission can only be set if the anonymous user already has 'use' permission.
 RemoteAttachment XhtmlSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment WikiSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment ConfluenceSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
          Add a new attachment to a ContentEntityObject.
 RemoteAttachment XhtmlSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. 
 RemoteAttachment WikiSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. 
 RemoteAttachment ConfluenceSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. since 2.7. Use ConfluenceSoapService.addAttachment(String, long, com.atlassian.confluence.rpc.soap.beans.RemoteAttachment, byte[])
 RemoteComment XhtmlSoapService.addComment(String token, RemoteComment comment)
           
 RemoteComment WikiSoapService.addComment(String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapService.addComment(String token, RemoteComment comment)
          Adds a comment to a page or blog post
 boolean XhtmlSoapService.addGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean WikiSoapService.addGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceSoapService.addGlobalPermission(String token, String permission, String remoteEntityName)
          Add global permissions for a user or group
 boolean XhtmlSoapService.addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
           
 boolean WikiSoapService.addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
           
 boolean ConfluenceSoapService.addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
          Add a global permission for a user or group
 boolean XhtmlSoapService.addGroup(String token, String groupname)
           
 boolean WikiSoapService.addGroup(String token, String groupname)
           
 boolean ConfluenceSoapService.addGroup(String token, String groupname)
          Adds a new group
 boolean XhtmlSoapService.addLabelById(String token, long labelId, long objectId)
           
 boolean WikiSoapService.addLabelById(String token, long labelId, long objectId)
           
 boolean ConfluenceSoapService.addLabelById(String token, long labelId, long objectId)
          Adds a label with the given ID to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addLabelByName(String token, String labelName, long objectId)
           
 boolean WikiSoapService.addLabelByName(String token, String labelName, long objectId)
           
 boolean ConfluenceSoapService.addLabelByName(String token, String labelName, long objectId)
          Adds a label to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean WikiSoapService.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceSoapService.addLabelByNameToSpace(String token, String labelName, String spaceKey)
          Adds a label to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean WikiSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean ConfluenceSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId)
          Adds the given label object to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addPermissionsToSpace(String token, String[] permissions, String remoteEntityName, String spaceKey)
           
 boolean WikiSoapService.addPermissionsToSpace(String token, String[] permissions, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceSoapService.addPermissionsToSpace(String token, String[] permissions, String remoteEntityName, String spaceKey)
          Add Space Permissions for a user or group
 boolean XhtmlSoapService.addPermissionToSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean WikiSoapService.addPermissionToSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceSoapService.addPermissionToSpace(String token, String permission, String remoteEntityName, String spaceKey)
          Add a Space Permission for a user or group
 RemoteSpace XhtmlSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace WikiSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace XhtmlSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 RemoteSpace WikiSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 boolean XhtmlSoapService.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
           
 boolean WikiSoapService.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
           
 boolean ConfluenceSoapService.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
          Add a profile picture to a user's profile
 RemoteSpace XhtmlSoapService.addSpace(String token, RemoteSpace space)
           
 RemoteSpace WikiSoapService.addSpace(String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpace(String token, RemoteSpace space)
           
 RemoteSpaceGroup XhtmlSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup WikiSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
          Add a space Group to Confluence
 RemoteSpace XhtmlSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 RemoteSpace WikiSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 void XhtmlSoapService.addUser(String token, RemoteUser remoteUser, String password)
           
 void WikiSoapService.addUser(String token, RemoteUser remoteUser, String password)
           
 void ConfluenceSoapService.addUser(String token, RemoteUser remoteUser, String password)
          Adds a user with the given RemoteUser object and password
 void XhtmlSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
           
 void WikiSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
           
 void ConfluenceSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
          Adds a user with the given RemoteUser object and password
 boolean XhtmlSoapService.addUserToGroup(String token, String username, String groupname)
           
 boolean WikiSoapService.addUserToGroup(String token, String username, String groupname)
           
 boolean ConfluenceSoapService.addUserToGroup(String token, String username, String groupname)
           
 boolean XhtmlSoapService.changeMyPassword(String token, String oldPass, String newPass)
           
 boolean WikiSoapService.changeMyPassword(String token, String oldPass, String newPass)
           
 boolean ConfluenceSoapService.changeMyPassword(String token, String oldPass, String newPass)
          Change the current user's password
 boolean XhtmlSoapService.changeUserPassword(String token, String username, String newPass)
           
 boolean WikiSoapService.changeUserPassword(String token, String username, String newPass)
           
 boolean ConfluenceSoapService.changeUserPassword(String token, String username, String newPass)
          Change a user's password
 boolean XhtmlSoapService.clearIndexQueue(String token)
           
 boolean WikiSoapService.clearIndexQueue(String token)
           
 boolean ConfluenceSoapService.clearIndexQueue(String token)
           
 String XhtmlSoapService.convertWikiToStorageFormat(String token, String markup)
           
 String WikiSoapService.convertWikiToStorageFormat(String token, String markup)
           
 String ConfluenceSoapService.convertWikiToStorageFormat(String token, String markup)
          Converts a string from wiki markup to the XHTML based storage format.
 boolean XhtmlSoapService.deactivateUser(String token, String username)
           
 boolean WikiSoapService.deactivateUser(String token, String username)
           
 boolean ConfluenceSoapService.deactivateUser(String token, String username)
          Deactivates the given user
 RemoteComment XhtmlSoapService.editComment(String token, RemoteComment comment)
           
 RemoteComment WikiSoapService.editComment(String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapService.editComment(String token, RemoteComment comment)
          Updates a comment
 boolean XhtmlSoapService.editUser(String token, RemoteUser remoteUser)
           
 boolean WikiSoapService.editUser(String token, RemoteUser remoteUser)
           
 boolean ConfluenceSoapService.editUser(String token, RemoteUser remoteUser)
          Edits a user with the values in the given RemoteUser object

Currently this will only update the user's full name and email

 Boolean XhtmlSoapService.emptyTrash(String token, String spaceKey)
           
 Boolean WikiSoapService.emptyTrash(String token, String spaceKey)
           
 Boolean ConfluenceSoapService.emptyTrash(String token, String spaceKey)
           
 String XhtmlSoapService.exportSite(String token, boolean exportAttachments)
           
 String WikiSoapService.exportSite(String token, boolean exportAttachments)
           
 String ConfluenceSoapService.exportSite(String token, boolean exportAttachments)
           
 String XhtmlSoapService.exportSpace(String token, String spaceKey, String exportType)
           
 String WikiSoapService.exportSpace(String token, String spaceKey, String exportType)
           
 String ConfluenceSoapService.exportSpace(String token, String spaceKey, String exportType)
           
 String XhtmlSoapService.exportSpace(String token, String spaceKey, String exportType, boolean exportAll)
           
 String WikiSoapService.exportSpace(String token, String spaceKey, String exportType, boolean exportAll)
           
 String ConfluenceSoapService.exportSpace(String token, String spaceKey, String exportType, boolean exportAll)
           
 boolean XhtmlSoapService.flushIndexQueue(String token)
           
 boolean WikiSoapService.flushIndexQueue(String token)
           
 boolean ConfluenceSoapService.flushIndexQueue(String token)
           
 String[] XhtmlSoapService.getActiveUsers(String token, boolean viewAll)
           
 String[] WikiSoapService.getActiveUsers(String token, boolean viewAll)
           
 String[] ConfluenceSoapService.getActiveUsers(String token, boolean viewAll)
          Returns a list of the current system users
 RemotePageSummary[] XhtmlSoapService.getAncestors(String token, long pageId)
           
 RemotePageSummary[] WikiSoapService.getAncestors(String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapService.getAncestors(String token, long pageId)
          Returns all direct ancestor pages of the page with the given pageId the user authenticated by token is allowed to view.
 RemoteAttachment XhtmlSoapService.getAttachment(String token, long contentId, String fileName, int version)
           
 RemoteAttachment WikiSoapService.getAttachment(String token, long entityId, String fileName, int version)
           
 RemoteAttachment ConfluenceSoapService.getAttachment(String token, long contentId, String fileName, int version)
          Retrieve information about an attachment.
 byte[] XhtmlSoapService.getAttachmentData(String token, long contentId, String fileName, int version)
           
 byte[] WikiSoapService.getAttachmentData(String token, long entityId, String fileName, int version)
           
 byte[] ConfluenceSoapService.getAttachmentData(String token, long contentId, String fileName, int version)
          Retrieve the contents of an attachment.
 RemoteAttachment[] XhtmlSoapService.getAttachments(String token, long pageId)
           
 RemoteAttachment[] WikiSoapService.getAttachments(String token, long pageId)
           
 RemoteAttachment[] ConfluenceSoapService.getAttachments(String token, long pageId)
           
 RemoteBlogEntrySummary[] XhtmlSoapService.getBlogEntries(String token, String spaceKey)
           
 RemoteBlogEntrySummary[] WikiSoapService.getBlogEntries(String token, String spaceKey)
           
 RemoteBlogEntrySummary[] ConfluenceSoapService.getBlogEntries(String token, String spaceKey)
           
 RemoteBlogEntry XhtmlSoapService.getBlogEntry(String token, long entryId)
           
 RemoteBlogEntry WikiSoapService.getBlogEntry(String token, long entryId)
           
 RemoteBlogEntry ConfluenceSoapService.getBlogEntry(String token, long entryId)
           
 RemoteBlogEntry XhtmlSoapService.getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)
           
 RemoteBlogEntry WikiSoapService.getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)
           
 RemoteBlogEntry ConfluenceSoapService.getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)
          Retrieves a blog post in the given space, with the title and date as specified.
 RemoteBlogEntry XhtmlSoapService.getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)
           
 RemoteBlogEntry WikiSoapService.getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)
           
 RemoteBlogEntry ConfluenceSoapService.getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)
          Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'
 RemotePageSummary[] XhtmlSoapService.getChildren(String token, long pageId)
           
 RemotePageSummary[] WikiSoapService.getChildren(String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapService.getChildren(String token, long pageId)
          Returns all child pages of the page with the given pageId the user authenticated by token is allowed to view.
 RemoteClusterInformation XhtmlSoapService.getClusterInformation(String token)
           
 RemoteClusterInformation WikiSoapService.getClusterInformation(String token)
           
 RemoteClusterInformation ConfluenceSoapService.getClusterInformation(String token)
           
 RemoteNodeStatus[] XhtmlSoapService.getClusterNodeStatuses(String token)
           
 RemoteNodeStatus[] WikiSoapService.getClusterNodeStatuses(String token)
           
 RemoteNodeStatus[] ConfluenceSoapService.getClusterNodeStatuses(String token)
           
 RemoteComment XhtmlSoapService.getComment(String token, long commentId)
           
 RemoteComment WikiSoapService.getComment(String token, long commentId)
           
 RemoteComment ConfluenceSoapService.getComment(String token, long commentId)
          Retrieves a comment with the given ID
 RemoteComment[] XhtmlSoapService.getComments(String token, long pageId)
           
 RemoteComment[] WikiSoapService.getComments(String token, long pageId)
           
 RemoteComment[] ConfluenceSoapService.getComments(String token, long pageId)
          Retrieves the comments for a given abstract page
 RemoteContentPermissionSet XhtmlSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
           
 RemoteContentPermissionSet WikiSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
           
 RemoteContentPermissionSet ConfluenceSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
          Get the content permission set of a certain type for a particular piece of content
 RemoteContentPermissionSet[] XhtmlSoapService.getContentPermissionSets(String token, long contentId)
           
 RemoteContentPermissionSet[] WikiSoapService.getContentPermissionSets(String token, long contentId)
           
 RemoteContentPermissionSet[] ConfluenceSoapService.getContentPermissionSets(String token, long contentId)
          Get the content permission sets for a particular piece of content
 RemotePageSummary[] XhtmlSoapService.getDescendents(String token, long pageId)
           
 RemotePageSummary[] WikiSoapService.getDescendents(String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapService.getDescendents(String token, long pageId)
          Returns all descendent pages of the page with the given pageId the user authenticated by token is allowed to view.
 String[] XhtmlSoapService.getGroups(String token)
           
 String[] WikiSoapService.getGroups(String token)
           
 String[] ConfluenceSoapService.getGroups(String token)
          Retrieves a list of user groups
 RemoteSearchResult[] XhtmlSoapService.getLabelContentById(String token, long labelId)
           
 RemoteSearchResult[] WikiSoapService.getLabelContentById(String token, long labelId)
           
 RemoteSearchResult[] ConfluenceSoapService.getLabelContentById(String token, long labelId)
          Returns the content for a given label ID
 RemoteSearchResult[] XhtmlSoapService.getLabelContentByName(String token, String labelName)
           
 RemoteSearchResult[] WikiSoapService.getLabelContentByName(String token, String labelName)
           
 RemoteSearchResult[] ConfluenceSoapService.getLabelContentByName(String token, String labelName)
          Returns the content for a given label name
 RemoteSearchResult[] XhtmlSoapService.getLabelContentByObject(String token, RemoteLabel labelObject)
           
 RemoteSearchResult[] WikiSoapService.getLabelContentByObject(String token, RemoteLabel labelObject)
           
 RemoteSearchResult[] ConfluenceSoapService.getLabelContentByObject(String token, RemoteLabel labelObject)
          Returns the content for a given label object
 RemoteLabel[] XhtmlSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 RemoteLabel[] WikiSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 RemoteLabel[] ConfluenceSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
          Retrieves the labels matching the given labelName, namespace or owner.
 RemoteLabel[] XhtmlSoapService.getLabelsById(String token, long objectId)
           
 RemoteLabel[] WikiSoapService.getLabelsById(String token, long objectId)
           
 RemoteLabel[] ConfluenceSoapService.getLabelsById(String token, long objectId)
          Returns all labels for the given ContentEntityObject ID.
 RemoteLabel[] XhtmlSoapService.getMostPopularLabels(String token, int maxCount)
           
 RemoteLabel[] WikiSoapService.getMostPopularLabels(String token, int maxCount)
           
 RemoteLabel[] ConfluenceSoapService.getMostPopularLabels(String token, int maxCount)
          Returns the most popular labels for the Confluence instance, with a specified maximum number of results.
 RemoteLabel[] XhtmlSoapService.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount)
           
 RemoteLabel[] WikiSoapService.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount)
           
 RemoteLabel[] ConfluenceSoapService.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount)
          Returns the most popular labels for the given spaceKey, with a specified maximum number of results.
 RemotePage XhtmlSoapService.getPage(String token, long pageId)
           
 RemotePage WikiSoapService.getPage(String token, long pageId)
           
 RemotePage ConfluenceSoapService.getPage(String token, long pageId)
           
 RemotePage XhtmlSoapService.getPage(String token, String spaceKey, String pageTitle)
           
 RemotePage WikiSoapService.getPage(String token, String spaceKey, String pageTitle)
           
 RemotePage ConfluenceSoapService.getPage(String token, String spaceKey, String pageTitle)
           
 RemotePageHistory[] XhtmlSoapService.getPageHistory(String token, long pageId)
           
 RemotePageHistory[] WikiSoapService.getPageHistory(String token, long pageId)
           
 RemotePageHistory[] ConfluenceSoapService.getPageHistory(String token, long pageId)
           
 RemotePermission[] XhtmlSoapService.getPagePermissions(String token, long pageId)
           
 RemotePermission[] WikiSoapService.getPagePermissions(String token, long pageId)
           
 RemotePermission[] ConfluenceSoapService.getPagePermissions(String token, long pageId)
           
 RemotePageSummary[] XhtmlSoapService.getPages(String token, String spaceKey)
           
 RemotePageSummary[] WikiSoapService.getPages(String token, String spaceKey)
           
 RemotePageSummary[] ConfluenceSoapService.getPages(String token, String spaceKey)
          Returns all pages of the space with the given spaceKey the user authenticated by token is allowed to view.
 RemotePageSummary XhtmlSoapService.getPageSummary(String token, long pageId)
           
 RemotePageSummary WikiSoapService.getPageSummary(String token, long pageId)
           
 RemotePageSummary ConfluenceSoapService.getPageSummary(String token, long pageId)
           
 RemotePageSummary XhtmlSoapService.getPageSummary(String token, String spaceKey, String pageTitle)
           
 RemotePageSummary WikiSoapService.getPageSummary(String token, String spaceKey, String pageTitle)
           
 RemotePageSummary ConfluenceSoapService.getPageSummary(String token, String spaceKey, String pageTitle)
           
 String[] XhtmlSoapService.getPermissions(String token, String spaceKey)
           
 String[] WikiSoapService.getPermissions(String token, String spaceKey)
           
 String[] ConfluenceSoapService.getPermissions(String token, String spaceKey)
           
 String[] XhtmlSoapService.getPermissionsForUser(String token, String spaceKey, String userName)
           
 String[] WikiSoapService.getPermissionsForUser(String token, String spaceKey, String userName)
           
 String[] ConfluenceSoapService.getPermissionsForUser(String token, String spaceKey, String userName)
           
 RemoteLabel[] XhtmlSoapService.getRecentlyUsedLabels(String token, int maxResults)
           
 RemoteLabel[] WikiSoapService.getRecentlyUsedLabels(String token, int maxResults)
           
 RemoteLabel[] ConfluenceSoapService.getRecentlyUsedLabels(String token, int maxResults)
          Returns the recently used labels for the Confluence instance, with a specified maximum number of results.
 RemoteLabel[] XhtmlSoapService.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults)
           
 RemoteLabel[] WikiSoapService.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults)
           
 RemoteLabel[] ConfluenceSoapService.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults)
          Returns the recently used labels for the given spaceKey, with a specified maximum number of results.
 RemoteLabel[] XhtmlSoapService.getRelatedLabels(String token, String labelName, int maxResults)
           
 RemoteLabel[] WikiSoapService.getRelatedLabels(String token, String labelName, int maxResults)
           
 RemoteLabel[] ConfluenceSoapService.getRelatedLabels(String token, String labelName, int maxResults)
          Returns the labels related to the given label name, with a specified maximum number of results.
 RemoteLabel[] XhtmlSoapService.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults)
           
 RemoteLabel[] WikiSoapService.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults)
           
 RemoteLabel[] ConfluenceSoapService.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults)
          Returns the labels related to the given label name for the given spaceKey, with a specified maximum number of results.
 RemoteServerInfo XhtmlSoapService.getServerInfo(String token)
           
 RemoteServerInfo WikiSoapService.getServerInfo(String token)
           
 RemoteServerInfo ConfluenceSoapService.getServerInfo(String token)
           
 RemoteSpace XhtmlSoapService.getSpace(String token, String spaceKey)
           
 RemoteSpace WikiSoapService.getSpace(String token, String spaceKey)
           
 RemoteSpace ConfluenceSoapService.getSpace(String token, String spaceKey)
           
 RemoteSpaceGroup XhtmlSoapService.getSpaceGroup(String token, String spaceGroupKey)
           
 RemoteSpaceGroup WikiSoapService.getSpaceGroup(String token, String spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.getSpaceGroup(String token, String spaceGroup)
           
 RemoteSpaceGroup[] XhtmlSoapService.getSpaceGroups(String token)
           
 RemoteSpaceGroup[] WikiSoapService.getSpaceGroups(String token)
           
 RemoteSpaceGroup[] ConfluenceSoapService.getSpaceGroups(String token)
           
 String[] XhtmlSoapService.getSpaceLevelPermissions(String token)
           
 String[] WikiSoapService.getSpaceLevelPermissions(String token)
           
 String[] ConfluenceSoapService.getSpaceLevelPermissions(String token)
           
 RemoteSpacePermissionSet XhtmlSoapService.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 RemoteSpacePermissionSet WikiSoapService.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 RemoteSpacePermissionSet ConfluenceSoapService.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 RemoteSpacePermissionSet[] XhtmlSoapService.getSpacePermissionSets(String token, String spaceKey)
           
 RemoteSpacePermissionSet[] WikiSoapService.getSpacePermissionSets(String token, String spaceKey)
           
 RemoteSpacePermissionSet[] ConfluenceSoapService.getSpacePermissionSets(String token, String spaceKey)
           
 RemoteSpaceSummary[] XhtmlSoapService.getSpaces(String token)
           
 RemoteSpaceSummary[] WikiSoapService.getSpaces(String token)
           
 RemoteSpaceSummary[] ConfluenceSoapService.getSpaces(String token)
           
 RemoteSpace[] XhtmlSoapService.getSpacesContainingContentWithLabel(String token, String labelName)
           
 RemoteSpace[] WikiSoapService.getSpacesContainingContentWithLabel(String token, String labelName)
           
 RemoteSpace[] ConfluenceSoapService.getSpacesContainingContentWithLabel(String token, String labelName)
          Returns all Spaces that have content labelled with labelName
 RemoteSpaceSummary[] XhtmlSoapService.getSpacesInGroup(String token, String spaceGroupKey)
           
 RemoteSpaceSummary[] WikiSoapService.getSpacesInGroup(String token, String spaceGroupKey)
           
 RemoteSpaceSummary[] ConfluenceSoapService.getSpacesInGroup(String token, String spaceGroupKey)
           
 String XhtmlSoapService.getSpaceStatus(String token, String spaceKey)
           
 String WikiSoapService.getSpaceStatus(String token, String spaceKey)
           
 String ConfluenceSoapService.getSpaceStatus(String token, String spaceKey)
           
 RemoteSpace[] XhtmlSoapService.getSpacesWithLabel(String token, String labelName)
           
 RemoteSpace[] WikiSoapService.getSpacesWithLabel(String token, String labelName)
           
 RemoteSpace[] ConfluenceSoapService.getSpacesWithLabel(String token, String labelName)
          Returns an array of Spaces that have been labelled with labelName
 RemotePageSummary[] XhtmlSoapService.getTopLevelPages(String token, String spaceKey)
           
 RemotePageSummary[] WikiSoapService.getTopLevelPages(String token, String spaceKey)
           
 RemotePageSummary[] ConfluenceSoapService.getTopLevelPages(String token, String spaceKey)
          Returns all top level pages of the space with the given spaceKey the user authenticated by token is allowed to view.
 RemoteContentSummaries XhtmlSoapService.getTrashContents(String token, String spaceKey, int offset, int count)
           
 RemoteContentSummaries WikiSoapService.getTrashContents(String token, String spaceKey, int offset, int count)
           
 RemoteContentSummaries ConfluenceSoapService.getTrashContents(String token, String spaceKey, int offset, int count)
           
 RemoteUser XhtmlSoapService.getUser(String token, String username)
           
 RemoteUser WikiSoapService.getUser(String token, String username)
           
 RemoteUser ConfluenceSoapService.getUser(String token, String username)
          Deprecated. since 5.2. Use ConfluenceSoapService.getUserByName(String, String) instead.
 RemoteConfluenceUser XhtmlSoapService.getUserByKey(String token, String key)
           
 RemoteConfluenceUser WikiSoapService.getUserByKey(String token, String key)
           
 RemoteConfluenceUser ConfluenceSoapService.getUserByKey(String token, String userKey)
          Retrieves a user with the given user key.
 RemoteConfluenceUser XhtmlSoapService.getUserByName(String token, String username)
           
 RemoteConfluenceUser WikiSoapService.getUserByName(String token, String username)
           
 RemoteConfluenceUser ConfluenceSoapService.getUserByName(String token, String username)
          Retrieves a user with the given username.
 String[] XhtmlSoapService.getUserGroups(String token, String username)
           
 String[] WikiSoapService.getUserGroups(String token, String username)
           
 String[] ConfluenceSoapService.getUserGroups(String token, String username)
          Retrieves the groups that a given user belongs to
 RemoteUserInformation XhtmlSoapService.getUserInformation(String token, String username)
           
 RemoteUserInformation WikiSoapService.getUserInformation(String token, String username)
           
 RemoteUserInformation ConfluenceSoapService.getUserInformation(String token, String username)
          Retrieves a user's information
 boolean XhtmlSoapService.getUserPreferenceBoolean(String token, String username, String key)
           
 boolean WikiSoapService.getUserPreferenceBoolean(String token, String username, String key)
           
 boolean ConfluenceSoapService.getUserPreferenceBoolean(String token, String username, String key)
          Get a user preference as a boolean value.
 long XhtmlSoapService.getUserPreferenceLong(String token, String username, String key)
           
 long WikiSoapService.getUserPreferenceLong(String token, String username, String key)
           
 long ConfluenceSoapService.getUserPreferenceLong(String token, String username, String key)
          Get a user preference as a long integer value.
 String XhtmlSoapService.getUserPreferenceString(String token, String username, String key)
           
 String WikiSoapService.getUserPreferenceString(String token, String username, String key)
           
 String ConfluenceSoapService.getUserPreferenceString(String token, String username, String key)
          Get a user preference as a String value.
 RemoteUser[] XhtmlSoapService.getWatchersForPage(String token, long pageId)
           
 RemoteUser[] WikiSoapService.getWatchersForPage(String token, long pageId)
           
 RemoteUser[] ConfluenceSoapService.getWatchersForPage(String token, long pageId)
          Returns the list of users watching the page or blog post with the given ID.
 RemoteUser[] XhtmlSoapService.getWatchersForSpace(String token, String spaceKey)
           
 RemoteUser[] WikiSoapService.getWatchersForSpace(String token, String spaceKey)
           
 RemoteUser[] ConfluenceSoapService.getWatchersForSpace(String token, String spaceKey)
          Returns the list of users watching the space with the given key.
 boolean XhtmlSoapService.hasGroup(String token, String groupname)
           
 boolean WikiSoapService.hasGroup(String token, String groupname)
           
 boolean ConfluenceSoapService.hasGroup(String token, String groupname)
          Determines whether a group exists
 boolean XhtmlSoapService.hasUser(String token, String username)
           
 boolean WikiSoapService.hasUser(String token, String username)
           
 boolean ConfluenceSoapService.hasUser(String token, String username)
          Determines whether a user exists
 boolean XhtmlSoapService.importSpace(String token, byte[] importData)
           
 boolean WikiSoapService.importSpace(String token, byte[] importData)
           
 boolean ConfluenceSoapService.importSpace(String token, byte[] importData)
          Import a space in a compressed XML format
 boolean XhtmlSoapService.installPlugin(String token, String pluginFileName, byte[] pluginData)
           
 boolean WikiSoapService.installPlugin(String token, String pluginFileName, byte[] pluginData)
           
 boolean ConfluenceSoapService.installPlugin(String token, String pluginFileName, byte[] pluginData)
          Installs a plugin.
 boolean XhtmlSoapService.isActiveUser(String token, String username)
           
 boolean WikiSoapService.isActiveUser(String token, String username)
           
 boolean ConfluenceSoapService.isActiveUser(String token, String username)
          Checks if a given user is active.
 boolean XhtmlSoapService.isDarkFeatureEnabled(String token, String key)
           
 boolean WikiSoapService.isDarkFeatureEnabled(String token, String key)
           
 boolean ConfluenceSoapService.isDarkFeatureEnabled(String token, String key)
           
 boolean XhtmlSoapService.isPluginEnabled(String token, String pluginKey)
           
 boolean WikiSoapService.isPluginEnabled(String token, String pluginKey)
           
 boolean ConfluenceSoapService.isPluginEnabled(String token, String pluginKey)
          Returns true if the specified plugin is enabled.
 boolean XhtmlSoapService.isPluginInstalled(String token, String pluginKey)
           
 boolean WikiSoapService.isPluginInstalled(String token, String pluginKey)
           
 boolean ConfluenceSoapService.isPluginInstalled(String token, String pluginKey)
          Returns true if the specified plugin is installed.
 boolean XhtmlSoapService.isWatchingPage(String token, long pageId, String username)
           
 boolean WikiSoapService.isWatchingPage(String token, long pageId, String username)
           
 boolean ConfluenceSoapService.isWatchingPage(String token, long pageId, String username)
          Returns true if the specified user is watching the page or blog post with the given ID, otherwise false.
 boolean XhtmlSoapService.isWatchingSpace(String token, String spaceKey, String username)
           
 boolean WikiSoapService.isWatchingSpace(String token, String spaceKey, String username)
           
 boolean ConfluenceSoapService.isWatchingSpace(String token, String spaceKey, String username)
          Returns true if the specified user is watching the space with the given key, otherwise false.
 boolean XhtmlSoapService.isWatchingSpaceForType(String token, String spaceKey, String contentType, String username)
           
 boolean WikiSoapService.isWatchingSpaceForType(String token, String spaceKey, String contentType, String username)
           
 boolean ConfluenceSoapService.isWatchingSpaceForType(String token, String spaceKey, String contentType, String username)
          Returns true if the specified user is watching the specified type of content in space with the given key, otherwise false.
 String XhtmlSoapService.login(String username, String password)
           
 String WikiSoapService.login(String username, String password)
           
 String ConfluenceSoapService.login(String username, String password)
           
 boolean WikiSoapService.logout(String token)
           
 boolean ConfluenceSoapService.logout(String token)
           
 boolean XhtmlSoapService.moveAttachment(String token, long originalContentId, String originalFileName, long newContentId, String newFileName)
           
 boolean WikiSoapService.moveAttachment(String token, long originalContentId, String originalFileName, long newContentId, String newFileName)
           
 boolean ConfluenceSoapService.moveAttachment(String token, long originalContentId, String originalFileName, long newContentId, String newFileName)
          Move or rename an attachment
 Boolean XhtmlSoapService.movePage(String token, long sourcePageId, long targetPageId, String position)
           
 Boolean WikiSoapService.movePage(String token, long sourcePageId, long targetPageId, String position)
           
 Boolean ConfluenceSoapService.movePage(String token, long sourcePageId, long targetPageId, String position)
           
 Boolean XhtmlSoapService.movePageToTopLevel(String token, long pageId, String targetSpaceKey)
           
 Boolean WikiSoapService.movePageToTopLevel(String token, long pageId, String targetSpaceKey)
           
 Boolean ConfluenceSoapService.movePageToTopLevel(String token, long pageId, String targetSpaceKey)
           
 String XhtmlSoapService.performBackup(String token, boolean exportAttachments)
           
 String WikiSoapService.performBackup(String token, boolean exportAttachments)
           
 String ConfluenceSoapService.performBackup(String token, boolean exportAttachments)
           
 Boolean XhtmlSoapService.purgeFromTrash(String token, String spaceKey, long pageId)
           
 Boolean WikiSoapService.purgeFromTrash(String token, String spaceKey, long pageId)
           
 Boolean ConfluenceSoapService.purgeFromTrash(String token, String spaceKey, long pageId)
           
 boolean XhtmlSoapService.reactivateUser(String token, String username)
           
 boolean WikiSoapService.reactivateUser(String token, String username)
           
 boolean ConfluenceSoapService.reactivateUser(String token, String username)
          Reactivates the given user
 boolean XhtmlSoapService.removeAllPermissionsForGroup(String token, String groupname)
           
 boolean WikiSoapService.removeAllPermissionsForGroup(String token, String groupname)
           
 boolean ConfluenceSoapService.removeAllPermissionsForGroup(String token, String groupname)
          Deletes all global and space permissions for the given group
 boolean XhtmlSoapService.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean WikiSoapService.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceSoapService.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
          Removes a Space Permission for anonymous users
 boolean XhtmlSoapService.removeAnonymousUsePermission(String token)
           
 boolean WikiSoapService.removeAnonymousUsePermission(String token)
           
 boolean ConfluenceSoapService.removeAnonymousUsePermission(String token)
          Remove anonymous use permission.
 boolean XhtmlSoapService.removeAnonymousViewUserProfilePermission(String token)
           
 boolean WikiSoapService.removeAnonymousViewUserProfilePermission(String token)
           
 boolean ConfluenceSoapService.removeAnonymousViewUserProfilePermission(String token)
           
 boolean XhtmlSoapService.removeAttachment(String token, long contentId, String fileName)
           
 boolean WikiSoapService.removeAttachment(String token, long contentId, String fileName)
           
 boolean ConfluenceSoapService.removeAttachment(String token, long contentId, String fileName)
          Remove an attachment.
 boolean XhtmlSoapService.removeComment(String token, long commentId)
           
 boolean WikiSoapService.removeComment(String token, long commentId)
           
 boolean ConfluenceSoapService.removeComment(String token, long commentId)
          Removes a comment with the given ID
 boolean XhtmlSoapService.removeGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean WikiSoapService.removeGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceSoapService.removeGlobalPermission(String token, String permission, String remoteEntityName)
          Remove a global permission
 boolean XhtmlSoapService.removeGroup(String token, String groupname, String defaultGroupName)
           
 boolean WikiSoapService.removeGroup(String token, String groupname, String defaultGroupName)
           
 boolean ConfluenceSoapService.removeGroup(String token, String groupname, String defaultGroupName)
          Removes an existing group

If a valid defaultGroupName is specified, users will be added to the new group (defaultGroupName).

 boolean XhtmlSoapService.removeLabelById(String token, long labelId, long objectId)
           
 boolean WikiSoapService.removeLabelById(String token, long labelId, long objectId)
           
 boolean ConfluenceSoapService.removeLabelById(String token, long labelId, long objectId)
          Removes the label with the given ID from the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.removeLabelByName(String token, String labelName, long objectId)
           
 boolean WikiSoapService.removeLabelByName(String token, String labelName, long objectId)
           
 boolean ConfluenceSoapService.removeLabelByName(String token, String labelName, long objectId)
          Removes the given label from the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean WikiSoapService.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceSoapService.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
          Removes the given label from the given Space
 boolean XhtmlSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean WikiSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean ConfluenceSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId)
          Removes the given label object from the object with the given ContentEntityObject ID.
 Boolean XhtmlSoapService.removePage(String token, long pageId)
           
 Boolean WikiSoapService.removePage(String token, long pageId)
           
 Boolean ConfluenceSoapService.removePage(String token, long pageId)
           
 Boolean XhtmlSoapService.removePageVersionById(String token, long historicalPageId)
           
 Boolean WikiSoapService.removePageVersionById(String token, long historicalPageId)
           
 Boolean ConfluenceSoapService.removePageVersionById(String token, long historicalPageId)
          Remove a historical version of a page.
 Boolean XhtmlSoapService.removePageVersionByVersion(String token, long pageId, int version)
           
 Boolean WikiSoapService.removePageVersionByVersion(String token, long pageId, int version)
           
 Boolean ConfluenceSoapService.removePageVersionByVersion(String token, long pageId, int version)
          Remove the identified version of a page.
 boolean XhtmlSoapService.removePageWatch(String token, long pageId)
           
 boolean WikiSoapService.removePageWatch(String token, long pageId)
           
 boolean ConfluenceSoapService.removePageWatch(String token, long pageId)
          Remove a watch for the current user on the page or blog post with the specified page ID.
 boolean XhtmlSoapService.removePageWatchForUser(String token, long pageId, String username)
           
 boolean WikiSoapService.removePageWatchForUser(String token, long pageId, String username)
           
 boolean ConfluenceSoapService.removePageWatchForUser(String token, long pageId, String username)
          Removes a watch from a specific page or blog post for a particular user.
 boolean XhtmlSoapService.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean WikiSoapService.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceSoapService.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
          Removes a Space Permission for a user or group
 Boolean XhtmlSoapService.removeSpace(String token, String spaceKey)
           
 Boolean WikiSoapService.removeSpace(String token, String spaceKey)
           
 Boolean ConfluenceSoapService.removeSpace(String token, String spaceKey)
           
 boolean XhtmlSoapService.removeSpaceGroup(String token, String spaceGroupKey)
           
 boolean WikiSoapService.removeSpaceGroup(String token, String spaceGroupKey)
           
 boolean ConfluenceSoapService.removeSpaceGroup(String token, String spaceGroupKey)
          Removes a Space Group from Confluence without removeing the space it contains.
 boolean XhtmlSoapService.removeSpaceWatch(String token, String spaceKey)
           
 boolean WikiSoapService.removeSpaceWatch(String token, String spaceKey)
           
 boolean ConfluenceSoapService.removeSpaceWatch(String token, String spaceKey)
          Removes a watch for the current user on the space with the specified space key.
 boolean XhtmlSoapService.removeUser(String token, String username)
           
 boolean WikiSoapService.removeUser(String token, String username)
           
 boolean ConfluenceSoapService.removeUser(String token, String username)
          Removes a user with the given username
 boolean XhtmlSoapService.removeUserFromGroup(String token, String username, String groupname)
           
 boolean WikiSoapService.removeUserFromGroup(String token, String username, String groupname)
           
 boolean ConfluenceSoapService.removeUserFromGroup(String token, String username, String groupname)
          Removes the given user from a group
 boolean XhtmlSoapService.renameUser(String token, String oldUsername, String newUsername)
           
 boolean WikiSoapService.renameUser(String token, String oldUsername, String newUsername)
           
 boolean ConfluenceSoapService.renameUser(String token, String oldUsername, String newUsername)
          Change user's username
 String[] XhtmlSoapService.renameUsers(String token, Map<String,String> oldUsernamesToNewUsernames)
           
 String[] WikiSoapService.renameUsers(String token, Map<String,String> oldUsernamesToNewUsernames)
           
 String[] ConfluenceSoapService.renameUsers(String token, Map<String,String> oldUsernamesToNewUsernames)
          Change usernames for a set of users
 String XhtmlSoapService.renderContent(String token, String spaceKey, long pageId, String newContent)
           
 String WikiSoapService.renderContent(String token, String spaceKey, long pageId, String newContent)
           
 String ConfluenceSoapService.renderContent(String token, String spaceKey, long pageId, String newContent)
           
 String XhtmlSoapService.renderContent(String token, String spaceKey, long pageId, String newContent, Map renderParameters)
           
 String WikiSoapService.renderContent(String token, String spaceKey, long pageId, String newContent, Map renderParameters)
           
 String ConfluenceSoapService.renderContent(String token, String spaceKey, long pageId, String newContent, Map renderParameters)
           
 RemoteSearchResult[] XhtmlSoapService.search(String token, String query, int maxResults)
           
 RemoteSearchResult[] WikiSoapService.search(String token, String query, int maxResults)
           
 RemoteSearchResult[] ConfluenceSoapService.search(String token, String query, int maxResults)
           Search Confluence for the supplied query String.
 RemoteSearchResult[] XhtmlSoapService.search(String token, String query, Map params, int maxResults)
           
 RemoteSearchResult[] WikiSoapService.search(String token, String query, Map params, int maxResults)
           
 RemoteSearchResult[] ConfluenceSoapService.search(String token, String query, Map params, int maxResults)
           Search Confluence for the supplied query String.
 boolean XhtmlSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean WikiSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean ConfluenceSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
          Set the content permissions for a particular permission type on some content.
 boolean XhtmlSoapService.setEnableAnonymousAccess(String token, boolean value)
           
 boolean WikiSoapService.setEnableAnonymousAccess(String token, boolean value)
           
 boolean ConfluenceSoapService.setEnableAnonymousAccess(String token, boolean value)
           
 boolean XhtmlSoapService.setEnableWysiwyg(String token, boolean value)
          Deprecated. since 4.0. You can no longer disable the wysiwyg editor.
 boolean WikiSoapService.setEnableWysiwyg(String token, boolean value)
          Deprecated. since 4.0. You can no longer disable the wysiwyg editor.
 boolean ConfluenceSoapService.setEnableWysiwyg(String token, boolean value)
          Deprecated. since 4.0. You can no longer disable the wysiwyg editor.
 Boolean XhtmlSoapService.setSpaceStatus(String token, String spaceKey, String status)
           
 Boolean WikiSoapService.setSpaceStatus(String token, String spaceKey, String status)
           
 Boolean ConfluenceSoapService.setSpaceStatus(String token, String spaceKey, String status)
           
 boolean XhtmlSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
           
 boolean WikiSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
           
 boolean ConfluenceSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
          Updates a user's information

Currently this will only update a user's "description", stored in the 'content' attribute

 boolean XhtmlSoapService.setUserPreferenceBoolean(String token, String username, String key, boolean value)
           
 boolean WikiSoapService.setUserPreferenceBoolean(String token, String username, String key, boolean value)
           
 boolean ConfluenceSoapService.setUserPreferenceBoolean(String token, String username, String key, boolean value)
          Set a user preference to a boolean value.
 boolean XhtmlSoapService.setUserPreferenceLong(String token, String username, String key, long value)
           
 boolean WikiSoapService.setUserPreferenceLong(String token, String username, String key, long value)
           
 boolean ConfluenceSoapService.setUserPreferenceLong(String token, String username, String key, long value)
          Set a user preference to an long integer value.
 boolean XhtmlSoapService.setUserPreferenceString(String token, String username, String key, String value)
           
 boolean WikiSoapService.setUserPreferenceString(String token, String username, String key, String value)
           
 boolean ConfluenceSoapService.setUserPreferenceString(String token, String username, String key, String value)
          Set a user preference to a String value.
 RemoteBlogEntry XhtmlSoapService.storeBlogEntry(String token, RemoteBlogEntry blogEntry)
           
 RemoteBlogEntry WikiSoapService.storeBlogEntry(String token, RemoteBlogEntry blogEntry)
           
 RemoteBlogEntry ConfluenceSoapService.storeBlogEntry(String token, RemoteBlogEntry blogEntry)
           
 RemotePage XhtmlSoapService.storePage(String token, RemotePage page)
           
 RemotePage WikiSoapService.storePage(String token, RemotePage page)
           
 RemotePage ConfluenceSoapService.storePage(String token, RemotePage page)
           
 RemoteSpace XhtmlSoapService.storeSpace(String token, RemoteSpace remoteSpace)
           
 RemoteSpace WikiSoapService.storeSpace(String token, RemoteSpace remoteSpace)
           
 RemoteSpace ConfluenceSoapService.storeSpace(String token, RemoteSpace remoteSpace)
          Allows for modifying space details via the remote API.
 RemotePage XhtmlSoapService.updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage WikiSoapService.updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage ConfluenceSoapService.updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
           
 boolean XhtmlSoapService.watchPage(String token, long pageId)
           
 boolean WikiSoapService.watchPage(String token, long pageId)
           
 boolean ConfluenceSoapService.watchPage(String token, long pageId)
          Adds a watch for the current user on the page or blog post with the specified page ID.
 boolean XhtmlSoapService.watchPageForUser(String token, long pageId, String username)
           
 boolean WikiSoapService.watchPageForUser(String token, long pageId, String username)
           
 boolean ConfluenceSoapService.watchPageForUser(String token, long pageId, String username)
          Adds a watch to a specific page or blog post for a particular user.
 boolean XhtmlSoapService.watchSpace(String token, String spaceKey)
           
 boolean WikiSoapService.watchSpace(String token, String spaceKey)
           
 boolean ConfluenceSoapService.watchSpace(String token, String spaceKey)
          Adds a watch for the current user on the space with the specified space key.
 

Uses of RemoteException in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that throw RemoteException
 boolean SpacesSoapService.addAnonymousUsePermission()
           
 boolean SpacesSoapService.addAnonymousViewUserProfilePermission()
           
 RemoteAttachment AttachmentsSoapService.addAttachment(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData)
           
 RemoteComment PagesSoapService.addComment(RemoteComment comment)
           
 boolean SpacesSoapService.addGlobalPermission(String permission, String remoteEntityName)
           
 boolean SpacesSoapService.addGlobalPermissions(String[] permissions, String remoteEntityName)
           
 boolean UsersSoapService.addGroup(String groupname)
          Adds the specified group.
 boolean LabelsSoapService.addLabelById(long labelId, long objectId)
           
 boolean LabelsSoapService.addLabelByName(String labelName, long objectId)
           
 boolean LabelsSoapService.addLabelByNameToSpace(String labelName, String spaceKey)
           
 boolean LabelsSoapService.addLabelByObject(RemoteLabel labelObject, long objectId)
           
 boolean SpacesSoapService.addPermissionsToSpace(String[] permissions, String remoteEntityName, String spaceKey)
           
 boolean SpacesSoapService.addPermissionToSpace(String permission, String remoteEntityName, String spaceKey)
          Add a given permission for a particular group/user to the given space.
 RemoteSpace SpacesSoapService.addPersonalSpace(RemoteSpace space, String username)
           
 RemoteSpace SpacesSoapService.addPersonalSpaceWithDefaultPermissions(RemoteSpace space, String username)
           
 boolean UsersSoapService.addProfilePicture(String userName, String fileName, String mimeType, byte[] pictureData)
          Add a profile picture to a user's profile
 RemoteSpace SpacesSoapService.addSpace(RemoteSpace space)
           
 RemoteSpaceGroup SpacesSoapService.addSpaceGroup(RemoteSpaceGroup spaceGroup)
           
 RemoteSpace SpacesSoapService.addSpaceWithDefaultPermissions(RemoteSpace space)
           
 boolean UsersSoapService.addUser(RemoteUser user, String password, boolean notifyUser)
          Adds user.
 boolean UsersSoapService.addUserToGroup(String username, String groupname)
          Add user to the specified group.
 void SoapServiceHelperImpl.assertCanAdminister()
           
 void SoapServiceHelper.assertCanAdminister()
           
 void SoapServiceHelperImpl.assertCanAdminister(Space space)
           
 void SoapServiceHelper.assertCanAdminister(Space space)
           
 void SoapServiceHelperImpl.assertCanCreateBlogPost(Space space)
           
 void SoapServiceHelper.assertCanCreateBlogPost(Space space)
           
 void SoapServiceHelperImpl.assertCanCreatePage(Space space)
           
 void SoapServiceHelper.assertCanCreatePage(Space space)
           
 void SoapServiceHelperImpl.assertCanExport(Space space)
           
 void SoapServiceHelper.assertCanExport(Space space)
           
 void SoapServiceHelperImpl.assertCanModify(AbstractPage page)
           
 void SoapServiceHelper.assertCanModify(AbstractPage page)
           
 void SoapServiceHelperImpl.assertCanRemove(AbstractPage page)
          Throw an exception if the user can't remove the given page.
 void SoapServiceHelper.assertCanRemove(AbstractPage page)
           
 void SoapServiceHelperImpl.assertCanView(AbstractPage page)
           
 void SoapServiceHelper.assertCanView(AbstractPage page)
           
 void SoapServiceHelperImpl.assertCanView(Space space)
           
 void SoapServiceHelper.assertCanView(Space space)
           
 boolean UsersSoapService.changeMyPassword(String oldPass, String newPass)
          Changes your password.
 boolean UsersSoapService.changeUserPassword(String username, String newPass)
          Changes the user's password.
 boolean AdminSoapService.clearIndexQueue()
          Support remote interface for clearing out the index queue.
 boolean UsersSoapService.deactivateUser(String username)
          Deactivates the specified user.
 RemoteComment PagesSoapService.editComment(RemoteComment rComment)
           
 boolean UsersSoapService.editUser(RemoteUser remoteUser)
          Allows the email and the fullname of a user to be edited by specifying these values in the passed in RemoteUser.
 boolean PagesSoapService.emptyTrash(String spaceKey)
           
 String AdminSoapService.exportSite(boolean exportAttachments)
          Performs a site export and return the download url.
 String SpacesSoapService.exportSpace(String spaceKey, String exportType)
           
 String SpacesSoapService.exportSpace(String spaceKey, String exportType, boolean exportAll)
           
 boolean AdminSoapService.flushIndexQueue()
          Support remote interface for flushing the index queue.
 String[] UsersSoapService.getActiveUsers(boolean viewAll)
           
 RemotePageSummary[] PagesSoapService.getAncestors(long pageId)
           
 RemoteAttachment AttachmentsSoapService.getAttachment(long contentId, String fileName, int version)
           
 byte[] AttachmentsSoapService.getAttachmentData(long contentId, String fileName, int version)
           
 RemoteAttachment[] PagesSoapService.getAttachments(long pageId)
           
 RemoteBlogEntrySummary[] BlogsSoapService.getBlogEntries(String spaceKey)
           
 RemoteBlogEntry BlogsSoapService.getBlogEntry(long entryId)
           
 RemoteBlogEntry BlogsSoapService.getBlogEntryByDateAndTitle(String spaceKey, int year, int month, int dayOfMonth, String postTitle)
           
 RemoteBlogEntry BlogsSoapService.getBlogEntryByDayAndTitle(String spaceKey, int dayOfMonth, String postTitle)
           
 RemotePageSummary[] PagesSoapService.getChildren(long pageId)
           
 RemoteComment PagesSoapService.getComment(long commentId)
           
 RemoteComment[] PagesSoapService.getComments(long pageId)
           
 RemoteContentPermissionSet PagesSoapService.getContentPermissionSet(long contentId, String permissionType)
           
 RemoteContentPermissionSet[] PagesSoapService.getContentPermissionSets(long contentId)
           
 RemotePageSummary[] PagesSoapService.getDescendents(long pageId)
           
 String[] UsersSoapService.getGroups()
          Returns all groups.
 RemoteSearchResult[] LabelsSoapService.getLabelContentById(long labelId)
           
 RemoteSearchResult[] LabelsSoapService.getLabelContentByName(String labelName)
           
 RemoteSearchResult[] LabelsSoapService.getLabelContentByObject(RemoteLabel labelObject)
           
 RemoteLabel[] LabelsSoapService.getLabelsByDetail(String labelName, String namespace, String spaceKey, String owner)
           
 RemoteLabel[] LabelsSoapService.getLabelsById(long objectId)
           
 RemoteLabel[] LabelsSoapService.getMostPopularLabels(int maxCount)
           
 RemoteLabel[] LabelsSoapService.getMostPopularLabelsInSpace(String spaceKey, int maxCount)
           
 RemotePage PagesSoapService.getPage(long pageId)
           
 RemotePage PagesSoapService.getPage(String spaceKey, String pageTitle)
           
 RemotePageHistory[] PagesSoapService.getPageHistory(long pageId)
           
 RemotePageSummary[] PagesSoapService.getPages(String spaceKey)
           
 RemotePageSummary PagesSoapService.getPageSummary(long pageId)
           
 RemotePageSummary PagesSoapService.getPageSummary(String spaceKey, String pageTitle)
           
 RemotePermission[] PagesSoapService.getPermissions(long pageId)
           
 String[] SpacesSoapService.getPermissions(String spaceKey)
          Returns permissions that the logged in user has on the space with the given key.
 String[] SpacesSoapService.getPermissions(String spaceKey, String userName)
          Returns the permissions that the nominated user has on the space with the given key.
 RemoteLabel[] LabelsSoapService.getRecentlyUsedLabelsInSpace(String spaceKey, int maxCount)
           
 RemoteLabel[] LabelsSoapService.getRelatedLabels(String labelName, int maxCount)
           
 RemoteLabel[] LabelsSoapService.getRelatedLabelsInSpace(String labelName, String spaceKey, int maxCount)
           
 RemoteServerInfo AdminSoapService.getServerInfo()
           
 RemoteSpace SpacesSoapService.getSpace(String spaceKey)
           
 RemoteSpaceGroup SpacesSoapService.getSpaceGroup(String spaceGroupKey)
           
 RemoteSpaceGroup[] SpacesSoapService.getSpaceGroups()
           
 String[] SpacesSoapService.getSpaceLevelPermissions()
          Get all fine grained Space Level Permissions so that they can be added remotely.
 RemoteSpacePermissionSet SpacesSoapService.getSpacePermissionSet(String spaceKey, String type)
           
 RemoteSpacePermissionSet[] SpacesSoapService.getSpacePermissionSets(String spaceKey)
           
 RemoteSpaceSummary[] SpacesSoapService.getSpaces()
           
 RemoteSpace[] LabelsSoapService.getSpacesContainingContentWithLabel(String labelName)
           
 RemoteSpaceSummary[] SpacesSoapService.getSpacesInGroup(String groupKey)
           
 String SpacesSoapService.getSpaceStatus(String spaceKey)
           
 RemoteSpace[] LabelsSoapService.getSpacesWithLabel(String labelName)
           
 RemotePageSummary[] PagesSoapService.getTopLevelPages(String spaceKey)
           
 RemoteContentSummaries PagesSoapService.getTrashContents(String spaceKey, int offset, int count)
           
 RemoteUser UsersSoapService.getUser(String username)
          Deprecated. since 5.2. Use UsersSoapService.getUserByName(String) instead.
 RemoteConfluenceUser UsersSoapService.getUserByKey(String userKey)
           
 RemoteConfluenceUser UsersSoapService.getUserByName(String username)
           
 String[] UsersSoapService.getUserGroups(String username)
          Fetches the groups that the specified user belongs to.
 RemoteUserInformation UsersSoapService.getUserInformation(String username)
           
 boolean UsersSoapService.getUserPreferenceBoolean(String username, String key)
           
 long UsersSoapService.getUserPreferenceLong(String username, String key)
           
 String UsersSoapService.getUserPreferenceString(String username, String key)
           
 RemoteUser[] NotificationsSoapService.getWatchersForPage(long pageId)
           
 RemoteUser[] NotificationsSoapService.getWatchersForSpace(String spaceKey)
           
 boolean AdminSoapService.importSpace(byte[] importData)
           
 boolean AdminSoapService.installPlugin(String pluginFileName, byte[] pluginData)
           
 boolean UsersSoapService.isActiveUser(String username)
           
 boolean AdminSoapService.isPluginEnabled(String pluginKey)
           
 boolean AdminSoapService.isPluginInstalled(String pluginKey)
           
 boolean NotificationsSoapService.isWatchingPage(long pageId, String username)
           
 boolean NotificationsSoapService.isWatchingSpace(String spaceKey, String username)
           
 boolean NotificationsSoapService.isWatchingSpaceForType(String spaceKey, String contentType, String username)
           
 boolean AttachmentsSoapService.moveAttachment(long contentId, String name, long newContentId, String newName)
           
 Boolean PagesSoapService.movePage(long sourcePageId, long targetPageId, String position)
           
 Boolean PagesSoapService.movePageToTopLevel(long pageId, String targetSpaceKey)
           
 String AdminSoapService.performBackup(boolean exportAttachments)
          Performs a backup, and return the file path on the server.
 boolean PagesSoapService.purgeFromTrash(String spaceKey, long contentId)
           
 boolean UsersSoapService.reactivateUser(String username)
           
 boolean UsersSoapService.removeAllPermissionsForGroup(String groupname)
          Delete all permissions (global and space level) permissions for the group with the given name.
 boolean SpacesSoapService.removeAnonymousUserPermission()
           
 boolean SpacesSoapService.removeAnonymousViewUserProfilePermission()
           
 boolean AttachmentsSoapService.removeAttachment(long contentId, String fileName)
           
 boolean PagesSoapService.removeComment(long commentId)
           
 boolean SpacesSoapService.removeGlobalPermission(String permission, String remoteEntityName)
          Removes a global permission from the user.
 boolean UsersSoapService.removeGroup(String groupName, String moveToGroupName)
          Delete group with name groupname.
 boolean LabelsSoapService.removeLabelById(long labelId, long objectId)
           
 boolean LabelsSoapService.removeLabelByName(String labelReferences, long objectId)
           
 boolean LabelsSoapService.removeLabelByNameFromSpace(String labelName, String spaceKey)
           
 boolean LabelsSoapService.removeLabelByObject(RemoteLabel labelObject, long objectId)
           
 Boolean PagesSoapService.removePage(long pageId)
           
 Boolean PagesSoapService.removePageVersion(String token, long historicalPageId)
           
 Boolean PagesSoapService.removePageVersion(String token, long pageId, int version)
           
 boolean NotificationsSoapService.removePageWatch(long pageId)
           
 boolean NotificationsSoapService.removePageWatchForUser(long pageId, String username)
           
 boolean SpacesSoapService.removePermissionFromSpace(String permission, String remoteEntityName, String spaceKey)
           
 Boolean SpacesSoapService.removeSpace(String spaceKey)
           
 boolean SpacesSoapService.removeSpaceGroup(String spaceGroupKey)
           
 boolean NotificationsSoapService.removeSpaceWatch(String spaceKey)
           
 boolean UsersSoapService.removeUser(String username)
          Delete the given user from the Confluence System.
 boolean UsersSoapService.removeUserFromGroup(String username, String groupname)
          Delete the user with name username from the group with name groupname.
 boolean UsersSoapService.renameUser(String oldUsername, String newUsername)
           
 String PagesSoapService.renderContent(String spaceKey, long pageId, String newContent)
           
 String PagesSoapService.renderContent(String spaceKey, long pageId, String newContent, Map parameters)
           
 AbstractPage SoapServiceHelperImpl.retrieveAbstractPage(long abstractPageId)
          Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
 AbstractPage SoapServiceHelper.retrieveAbstractPage(long pageId)
           
 ContentEntityObject SoapServiceHelperImpl.retrieveContent(long contentId)
           
 ContentEntityObject SoapServiceHelper.retrieveContent(long contentId)
          Retrieves the content with the given ID, throwing an exception if the content can not be found, or the current user has not permission to view it.
 Page SoapServiceHelperImpl.retrievePage(String spaceKey, String pageTitle)
          Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm.
 Page SoapServiceHelper.retrievePage(String spaceKey, String pageTitle)
           
 Space SoapServiceHelperImpl.retrieveSpace(String spaceKey)
          Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.
 Space SoapServiceHelper.retrieveSpace(String spaceKey)
           
 ConfluenceUser SoapServiceHelperImpl.retrieveUser(String username)
           
 com.atlassian.user.User SoapServiceHelper.retrieveUser(String username)
          Retrieves the user with the given username
 RemoteSearchResult[] PagesSoapService.search(String query, int maxResults)
           
 RemoteSearchResult[] PagesSoapService.search(String query, Map params, int maxResults)
           
 boolean PagesSoapService.setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 void SpacesSoapService.setSpaceStatus(String spaceKey, String statusValue)
           
 boolean UsersSoapService.setUserInformation(RemoteUserInformation userInfo)
           
 boolean UsersSoapService.setUserPreferenceBoolean(String username, String key, boolean value)
           
 boolean UsersSoapService.setUserPreferenceLong(String username, String key, long value)
           
 boolean UsersSoapService.setUserPreferenceString(String username, String key, String value)
           
 RemoteBlogEntry BlogsSoapService.storeBlogEntry(RemoteBlogEntry remoteBlogEntry)
           
 RemotePage PagesSoapService.storePage(RemotePage rpage)
           
 RemoteSpace SpacesSoapService.storeSpace(RemoteSpace remoteSpace)
           
 RemotePage PagesSoapService.updatePage(RemotePage rpage, RemotePageUpdateOptions options)
           
 boolean NotificationsSoapService.watchPage(long pageId)
           
 boolean NotificationsSoapService.watchPageForUser(long pageId, String username)
           
 boolean NotificationsSoapService.watchSpace(String spaceKey)
           
 

Uses of RemoteException in com.atlassian.confluence.rpc.xmlrpc
 

Methods in com.atlassian.confluence.rpc.xmlrpc that throw RemoteException
 boolean ConfluenceXmlRpcHandlerImpl.addAnonymousPermissionsToSpace(String token, Vector permissions, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.addAnonymousPermissionsToSpace(String token, Vector permissions, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.addAnonymousPermissionToSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.addAnonymousPermissionToSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.addAnonymousUsePermission(String token)
           
 boolean ConfluenceXmlRpcHandler.addAnonymousUsePermission(String token)
           
 boolean ConfluenceXmlRpcHandlerImpl.addAnonymousViewUserProfilePermission(String token)
           
 boolean ConfluenceXmlRpcHandler.addAnonymousViewUserProfilePermission(String token)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.addAttachment(String token, String contentId, Hashtable attachment, byte[] attachmentData)
           
 Hashtable ConfluenceXmlRpcHandler.addAttachment(String token, String contentId, Hashtable attachment, byte[] attachmentData)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.addComment(String token, Hashtable comment)
           
 Hashtable ConfluenceXmlRpcHandler.addComment(String token, Hashtable comment)
           
 boolean ConfluenceXmlRpcHandlerImpl.addGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceXmlRpcHandler.addGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceXmlRpcHandlerImpl.addGlobalPermissions(String token, Vector permissions, String remoteEntityName)
           
 boolean ConfluenceXmlRpcHandler.addGlobalPermissions(String token, Vector permissions, String remoteEntityName)
           
 boolean ConfluenceXmlRpcHandlerImpl.addGroup(String token, String groupname)
           
 boolean ConfluenceXmlRpcHandler.addGroup(String token, String groupname)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandler.addLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandler.addLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandler.addLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.addPermissionsToSpace(String token, Vector permissions, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.addPermissionsToSpace(String token, Vector permissions, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.addPermissionToSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.addPermissionToSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.addPersonalSpace(String token, Hashtable space, String username)
           
 Hashtable ConfluenceXmlRpcHandler.addPersonalSpace(String token, Hashtable space, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
           
 boolean ConfluenceXmlRpcHandler.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.addSpace(String token, Hashtable space)
           
 Hashtable ConfluenceXmlRpcHandler.addSpace(String token, Hashtable space)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.addSpaceGroup(String token, Hashtable spaceGroup)
           
 Hashtable ConfluenceXmlRpcHandler.addSpaceGroup(String token, Hashtable spaceGroup)
           
 boolean ConfluenceXmlRpcHandlerImpl.addUser(String token, Hashtable remoteUser, String password)
           
 boolean ConfluenceXmlRpcHandler.addUser(String token, Hashtable remoteUser, String password)
           
 boolean ConfluenceXmlRpcHandlerImpl.addUser(String token, Hashtable remoteUser, String password, boolean notifyUser)
           
 boolean ConfluenceXmlRpcHandler.addUser(String token, Hashtable remoteUser, String password, boolean NotifyUser)
           
 boolean ConfluenceXmlRpcHandlerImpl.addUserToGroup(String token, String username, String groupname)
           
 boolean ConfluenceXmlRpcHandler.addUserToGroup(String token, String username, String groupname)
           
 boolean ConfluenceXmlRpcHandlerImpl.changeMyPassword(String token, String oldPass, String newPass)
           
 boolean ConfluenceXmlRpcHandler.changeMyPassword(String token, String oldPass, String newPass)
           
 boolean ConfluenceXmlRpcHandlerImpl.changeUserPassword(String token, String username, String newPass)
           
 boolean ConfluenceXmlRpcHandler.changeUserPassword(String token, String username, String newPass)
           
 boolean ConfluenceXmlRpcHandlerImpl.clearIndexQueue(String token)
           
 boolean ConfluenceXmlRpcHandler.clearIndexQueue(String token)
           
 String ConfluenceXmlRpcHandlerImpl.convertWikiToStorageFormat(String token, String wiki)
           
 String ConfluenceXmlRpcHandler.convertWikiToStorageFormat(String token, String wiki)
           
 boolean ConfluenceXmlRpcHandlerImpl.deactivateUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.deactivateUser(String token, String username)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.editComment(String token, Hashtable comment)
           
 Hashtable ConfluenceXmlRpcHandler.editComment(String token, Hashtable comment)
           
 boolean ConfluenceXmlRpcHandlerImpl.editUser(String token, Hashtable remoteUser)
           
 boolean ConfluenceXmlRpcHandler.editUser(String token, Hashtable remoteUser)
           
 Boolean ConfluenceXmlRpcHandlerImpl.emptyTrash(String token, String spaceKey)
           
 Boolean ConfluenceXmlRpcHandler.emptyTrash(String token, String spaceKey)
           
 String ConfluenceXmlRpcHandlerImpl.exportSite(String token, boolean exportAttachments)
           
 String ConfluenceXmlRpcHandler.exportSite(String token, boolean exportAttachments)
           
 String ConfluenceXmlRpcHandlerImpl.exportSpace(String token, String spaceKey, String exportType)
           
 String ConfluenceXmlRpcHandler.exportSpace(String token, String spaceKey, String exportType)
           
 boolean ConfluenceXmlRpcHandlerImpl.flushIndexQueue(String token)
           
 boolean ConfluenceXmlRpcHandler.flushIndexQueue(String token)
           
 Vector ConfluenceXmlRpcHandlerImpl.getActiveUsers(String token, boolean viewAll)
           
 Vector ConfluenceXmlRpcHandler.getActiveUsers(String token, boolean viewAll)
           
 Vector ConfluenceXmlRpcHandlerImpl.getAncestors(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getAncestors(String token, String pageId)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getAttachment(String token, String contentId, String fileName, String version)
           
 Hashtable ConfluenceXmlRpcHandler.getAttachment(String token, String contentId, String fileName, String version)
           
 byte[] ConfluenceXmlRpcHandlerImpl.getAttachmentData(String token, String contentId, String fileName, String version)
           
 byte[] ConfluenceXmlRpcHandler.getAttachmentData(String token, String contentId, String fileName, String version)
           
 Vector ConfluenceXmlRpcHandlerImpl.getAttachments(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getAttachments(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getBlogEntries(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandler.getBlogEntries(String token, String spaceKey)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getBlogEntry(String token, String blogEntryId)
           
 Hashtable ConfluenceXmlRpcHandler.getBlogEntry(String token, String blogEntryId)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)
           
 Hashtable ConfluenceXmlRpcHandler.getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)
           
 Hashtable ConfluenceXmlRpcHandler.getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)
           
 Vector ConfluenceXmlRpcHandlerImpl.getChildren(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getChildren(String token, String pageId)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getClusterInformation(String token)
           
 Hashtable ConfluenceXmlRpcHandler.getClusterInformation(String token)
           
 Vector ConfluenceXmlRpcHandlerImpl.getClusterNodeStatuses(String token)
           
 Vector ConfluenceXmlRpcHandler.getClusterNodeStatuses(String token)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getComment(String token, String commentId)
           
 Hashtable ConfluenceXmlRpcHandler.getComment(String token, String commentId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getComments(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getComments(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getContentPermissions(String token, String contentId)
           
 Vector ConfluenceXmlRpcHandler.getContentPermissions(String token, String contentId)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getContentPermissionSet(String token, String contentId, String permissionType)
           
 Hashtable ConfluenceXmlRpcHandler.getContentPermissionSet(String token, String contentId, String permissionType)
           
 Vector ConfluenceXmlRpcHandlerImpl.getContentPermissionSets(String token, String contentId)
           
 Vector ConfluenceXmlRpcHandler.getContentPermissionSets(String token, String contentId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getDescendents(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getDescendents(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getGroups(String token)
           
 Vector ConfluenceXmlRpcHandler.getGroups(String token)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelContentById(String token, String labelId)
           
 Vector ConfluenceXmlRpcHandler.getLabelContentById(String token, String labelId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelContentByName(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandler.getLabelContentByName(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelContentByObject(String token, Hashtable labelObject)
           
 Vector ConfluenceXmlRpcHandler.getLabelContentByObject(String token, Hashtable labelObject)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 Vector ConfluenceXmlRpcHandler.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelsById(String token, String objectId)
           
 Vector ConfluenceXmlRpcHandler.getLabelsById(String token, String objectId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getMostPopularLabels(String token, int maxCount)
           
 Vector ConfluenceXmlRpcHandler.getMostPopularLabels(String token, int maxCount)
           
 Vector ConfluenceXmlRpcHandlerImpl.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount)
           
 Vector ConfluenceXmlRpcHandler.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getPage(String token, String pageId)
           
 Hashtable ConfluenceXmlRpcHandler.getPage(String token, String pageId)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getPage(String token, String spaceKey, String pageTitle)
           
 Hashtable ConfluenceXmlRpcHandler.getPage(String token, String spaceKey, String pageTitle)
           
 Vector ConfluenceXmlRpcHandlerImpl.getPageHistory(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getPageHistory(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getPagePermissions(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getPagePermissions(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getPages(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandler.getPages(String token, String spaceKey)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getPageSummary(String token, String pageId)
           
 Hashtable ConfluenceXmlRpcHandler.getPageSummary(String token, String pageId)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getPageSummary(String token, String spaceKey, String pageTitle)
           
 Hashtable ConfluenceXmlRpcHandler.getPageSummary(String token, String spaceKey, String pageTitle)
           
 Vector ConfluenceXmlRpcHandlerImpl.getPermissions(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandler.getPermissions(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandlerImpl.getPermissionsForUser(String token, String spaceKey, String userName)
           
 Vector ConfluenceXmlRpcHandler.getPermissionsForUser(String token, String spaceKey, String userName)
           
 Vector ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabels(String token, int maxResults)
           
 Vector ConfluenceXmlRpcHandler.getRecentlyUsedLabels(String token, int maxResults)
           
 Vector ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults)
           
 Vector ConfluenceXmlRpcHandler.getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults)
           
 Vector ConfluenceXmlRpcHandlerImpl.getRelatedLabels(String token, String labelName, int maxResults)
           
 Vector ConfluenceXmlRpcHandler.getRelatedLabels(String token, String labelName, int maxResults)
           
 Vector ConfluenceXmlRpcHandlerImpl.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults)
           
 Vector ConfluenceXmlRpcHandler.getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getServerInfo(String token)
           
 Hashtable ConfluenceXmlRpcHandler.getServerInfo(String token)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getSpace(String token, String spaceKey)
           
 Hashtable ConfluenceXmlRpcHandler.getSpace(String token, String spaceKey)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getSpaceGroup(String token, String spaceGroupKey)
           
 Hashtable ConfluenceXmlRpcHandler.getSpaceGroup(String token, String spaceGroupKey)
           
 Vector ConfluenceXmlRpcHandlerImpl.getSpaceGroups(String token)
           
 Vector ConfluenceXmlRpcHandler.getSpaceGroups(String token)
           
 String[] ConfluenceXmlRpcHandlerImpl.getSpaceLevelPermissions(String token)
           
 String[] ConfluenceXmlRpcHandler.getSpaceLevelPermissions(String token)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 Hashtable ConfluenceXmlRpcHandler.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 Vector ConfluenceXmlRpcHandlerImpl.getSpacePermissionSets(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandler.getSpacePermissionSets(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandlerImpl.getSpaces(String token)
           
 Vector ConfluenceXmlRpcHandler.getSpaces(String token)
           
 Vector ConfluenceXmlRpcHandlerImpl.getSpacesContainingContentWithLabel(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandler.getSpacesContainingContentWithLabel(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandlerImpl.getSpacesInGroup(String token, String spaceGroupKey)
           
 Vector ConfluenceXmlRpcHandler.getSpacesInGroup(String token, String spaceGroupKey)
           
 String ConfluenceXmlRpcHandlerImpl.getSpaceStatus(String token, String spaceKey)
           
 String ConfluenceXmlRpcHandler.getSpaceStatus(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandlerImpl.getSpacesWithLabel(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandler.getSpacesWithLabel(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandlerImpl.getTopLevelPages(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandler.getTopLevelPages(String token, String spaceKey)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getTrashContents(String token, String spaceKey, int offset, int maxResults)
           
 Hashtable ConfluenceXmlRpcHandler.getTrashContents(String token, String spaceKey, int offset, int maxResults)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getUser(String token, String username)
           
 Hashtable ConfluenceXmlRpcHandler.getUser(String token, String username)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getUserByKey(String token, String userKey)
           
 Hashtable ConfluenceXmlRpcHandler.getUserByKey(String token, String userKey)
           
 Vector ConfluenceXmlRpcHandlerImpl.getUserGroups(String token, String username)
           
 Vector ConfluenceXmlRpcHandler.getUserGroups(String token, String username)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.getUserInformation(String token, String username)
           
 Hashtable ConfluenceXmlRpcHandler.getUserInformation(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.getUserPreferenceBoolean(String token, String username, String key)
           
 boolean ConfluenceXmlRpcHandler.getUserPreferenceBoolean(String token, String username, String key)
           
 String ConfluenceXmlRpcHandlerImpl.getUserPreferenceLong(String token, String username, String key)
           
 String ConfluenceXmlRpcHandler.getUserPreferenceLong(String token, String username, String key)
           
 String ConfluenceXmlRpcHandlerImpl.getUserPreferenceString(String token, String username, String key)
           
 String ConfluenceXmlRpcHandler.getUserPreferenceString(String token, String username, String key)
           
 Vector ConfluenceXmlRpcHandlerImpl.getWatchersForPage(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandler.getWatchersForPage(String token, String pageId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getWatchersForSpace(String token, String spaceKey)
           
 Vector ConfluenceXmlRpcHandler.getWatchersForSpace(String token, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.hasGroup(String token, String groupname)
           
 boolean ConfluenceXmlRpcHandler.hasGroup(String token, String groupname)
           
 boolean ConfluenceXmlRpcHandlerImpl.hasUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.hasUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.importSpace(String token, byte[] importData)
           
 boolean ConfluenceXmlRpcHandler.importSpace(String token, byte[] importData)
          Import a space in a compressed XML format
 boolean ConfluenceXmlRpcHandlerImpl.installPlugin(String token, String pluginFileName, byte[] pluginData)
           
 boolean ConfluenceXmlRpcHandler.installPlugin(String token, String pluginFileName, byte[] pluginData)
           
 boolean ConfluenceXmlRpcHandlerImpl.isActiveUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.isActiveUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.isDarkFeatureEnabled(String token, String key)
           
 boolean ConfluenceXmlRpcHandler.isDarkFeatureEnabled(String token, String key)
           
 boolean ConfluenceXmlRpcHandlerImpl.isPluginEnabled(String token, String pluginKey)
           
 boolean ConfluenceXmlRpcHandler.isPluginEnabled(String token, String pluginKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.isPluginInstalled(String token, String pluginKey)
           
 boolean ConfluenceXmlRpcHandler.isPluginInstalled(String token, String pluginKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.isWatchingPage(String token, String pageId, String username)
           
 boolean ConfluenceXmlRpcHandler.isWatchingPage(String token, String pageId, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.isWatchingSpace(String token, String spaceKey, String username)
           
 boolean ConfluenceXmlRpcHandler.isWatchingSpace(String token, String spaceKey, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.isWatchingSpaceForType(String token, String spaceKey, String contentType, String username)
           
 boolean ConfluenceXmlRpcHandler.isWatchingSpaceForType(String token, String spaceKey, String contentType, String username)
           
 String ConfluenceXmlRpcHandlerImpl.login(String username, String password)
           
 String ConfluenceXmlRpcHandler.login(String username, String password)
           
 boolean ConfluenceXmlRpcHandlerImpl.logout(String token)
           
 boolean ConfluenceXmlRpcHandler.logout(String token)
           
 boolean ConfluenceXmlRpcHandlerImpl.moveAttachment(String token, String originalContentId, String originalFileName, String newContentId, String newFileName)
           
 boolean ConfluenceXmlRpcHandler.moveAttachment(String token, String originalContentId, String originalFileName, String newContentId, String newFileName)
           
 Boolean ConfluenceXmlRpcHandlerImpl.movePage(String token, String sourcePageId, String targetPageId, String position)
           
 Boolean ConfluenceXmlRpcHandler.movePage(String token, String sourcePageId, String targetPageId, String position)
           
 Boolean ConfluenceXmlRpcHandlerImpl.movePageToTopLevel(String token, String pageId, String targetSpaceKey)
           
 Boolean ConfluenceXmlRpcHandler.movePageToTopLevel(String token, String pageId, String targetSpaceKey)
           
 String ConfluenceXmlRpcHandlerImpl.performBackup(String token, boolean exportAttachments)
           
 String ConfluenceXmlRpcHandler.performBackup(String token, boolean exportAttachments)
           
 Boolean ConfluenceXmlRpcHandlerImpl.purgeFromTrash(String token, String spaceKey, String pageId)
           
 Boolean ConfluenceXmlRpcHandler.purgeFromTrash(String token, String spaceKey, String pageId)
           
 boolean ConfluenceXmlRpcHandlerImpl.reactivateUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.reactivateUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAllPermissionsForGroup(String token, String groupname)
           
 boolean ConfluenceXmlRpcHandler.removeAllPermissionsForGroup(String token, String groupname)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAnonymousUsePermission(String token)
           
 boolean ConfluenceXmlRpcHandler.removeAnonymousUsePermission(String token)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAnonymousViewUserProfilePermission(String token)
           
 boolean ConfluenceXmlRpcHandler.removeAnonymousViewUserProfilePermission(String token)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAttachment(String token, String contentId, String fileName)
           
 boolean ConfluenceXmlRpcHandler.removeAttachment(String token, String contentId, String fileName)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeComment(String token, String commentId)
           
 boolean ConfluenceXmlRpcHandler.removeComment(String token, String commentId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceXmlRpcHandler.removeGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeGroup(String token, String groupname, String defaultGroupName)
           
 boolean ConfluenceXmlRpcHandler.removeGroup(String token, String groupname, String defaultGroupName)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandler.removeLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandler.removeLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandler.removeLabelByObject(String token, Hashtable labelObject, String objectId)
           
 Boolean ConfluenceXmlRpcHandlerImpl.removePage(String token, String pageId)
           
 Boolean ConfluenceXmlRpcHandler.removePage(String token, String pageId)
           
 Boolean ConfluenceXmlRpcHandlerImpl.removePageVersionById(String token, String historicalPageId)
           
 Boolean ConfluenceXmlRpcHandler.removePageVersionById(String token, String historicalPageId)
           
 Boolean ConfluenceXmlRpcHandlerImpl.removePageVersionByVersion(String token, String pageId, int version)
           
 Boolean ConfluenceXmlRpcHandler.removePageVersionByVersion(String token, String pageId, int version)
           
 boolean ConfluenceXmlRpcHandlerImpl.removePageWatch(String token, String pageId)
           
 boolean ConfluenceXmlRpcHandler.removePageWatch(String token, String pageId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removePageWatchForUser(String token, String pageId, String username)
           
 boolean ConfluenceXmlRpcHandler.removePageWatchForUser(String token, String pageId, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 Boolean ConfluenceXmlRpcHandlerImpl.removeSpace(String token, String spaceKey)
           
 Boolean ConfluenceXmlRpcHandler.removeSpace(String token, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeSpaceGroup(String token, String spaceGroupKey)
           
 boolean ConfluenceXmlRpcHandler.removeSpaceGroup(String token, String spaceGroupKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeSpaceWatch(String token, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removeSpaceWatch(String token, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.removeUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeUserFromGroup(String token, String username, String groupname)
           
 boolean ConfluenceXmlRpcHandler.removeUserFromGroup(String token, String username, String groupname)
           
 boolean ConfluenceXmlRpcHandlerImpl.renameUser(String token, String oldUsername, String newUsername)
           
 boolean ConfluenceXmlRpcHandler.renameUser(String token, String oldUsername, String newUsername)
           
 Vector ConfluenceXmlRpcHandlerImpl.renameUsers(String token, Hashtable oldUsernamesToNewUsernames)
           
 Vector ConfluenceXmlRpcHandler.renameUsers(String token, Hashtable oldUsernamesToNewUsernames)
           
 String ConfluenceXmlRpcHandlerImpl.renderContent(String token, String spaceKey, String pageId, String newContent)
           
 String ConfluenceXmlRpcHandler.renderContent(String token, String spaceKey, String pageId, String newContent)
           
 String ConfluenceXmlRpcHandlerImpl.renderContent(String token, String spaceKey, String pageId, String newContent, Hashtable renderParameters)
           
 String ConfluenceXmlRpcHandler.renderContent(String token, String spaceKey, String pageId, String newContent, Hashtable renderParameters)
           
 Vector ConfluenceXmlRpcHandlerImpl.search(String token, String query, Hashtable params, int maxResults)
           
 Vector ConfluenceXmlRpcHandler.search(String token, String query, Hashtable params, int maxResults)
           
 Vector ConfluenceXmlRpcHandlerImpl.search(String token, String query, int maxResults)
           
 Vector ConfluenceXmlRpcHandler.search(String token, String query, int maxResults)
           
 Boolean ConfluenceXmlRpcHandlerImpl.setContentPermissions(String token, String contentId, String permissionType, Vector permissions)
           
 Boolean ConfluenceXmlRpcHandler.setContentPermissions(String token, String contentId, String permissionType, Vector permissions)
           
 boolean ConfluenceXmlRpcHandlerImpl.setEnableAnonymousAccess(String token, String value)
           
 boolean ConfluenceXmlRpcHandler.setEnableAnonymousAccess(String token, String value)
           
 boolean ConfluenceXmlRpcHandlerImpl.setEnableWysiwyg(String token, String value)
          Deprecated. since 4.0. You can no longer disable the wysiwyg editor.
 boolean ConfluenceXmlRpcHandler.setEnableWysiwyg(String token, String value)
          Deprecated. since 4.0. You can no longer disable the wysiwyg editor.
 Boolean ConfluenceXmlRpcHandlerImpl.setSpaceStatus(String token, String spaceKey, String statusString)
           
 Boolean ConfluenceXmlRpcHandler.setSpaceStatus(String token, String spaceKey, String statusString)
           
 boolean ConfluenceXmlRpcHandlerImpl.setUserInformation(String token, Hashtable userInfo)
           
 boolean ConfluenceXmlRpcHandler.setUserInformation(String token, Hashtable userInfo)
           
 boolean ConfluenceXmlRpcHandlerImpl.setUserPreferenceBoolean(String token, String username, String key, boolean value)
           
 boolean ConfluenceXmlRpcHandler.setUserPreferenceBoolean(String token, String username, String key, boolean value)
           
 boolean ConfluenceXmlRpcHandlerImpl.setUserPreferenceLong(String token, String username, String key, String value)
           
 boolean ConfluenceXmlRpcHandler.setUserPreferenceLong(String token, String username, String key, String value)
           
 boolean ConfluenceXmlRpcHandlerImpl.setUserPreferenceString(String token, String username, String key, String value)
           
 boolean ConfluenceXmlRpcHandler.setUserPreferenceString(String token, String username, String key, String value)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.storeBlogEntry(String token, Hashtable blogEntryStruct)
           
 Hashtable ConfluenceXmlRpcHandler.storeBlogEntry(String token, Hashtable blogEntryStruct)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.storePage(String token, Hashtable pageStruct)
           
 Hashtable ConfluenceXmlRpcHandler.storePage(String token, Hashtable pageStruct)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.storeSpace(String token, Hashtable remoteSpace)
           
 Hashtable ConfluenceXmlRpcHandler.storeSpace(String token, Hashtable remoteSpace)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.updatePage(String token, Hashtable pageStruct, Hashtable editOptionsStruct)
           
 Hashtable ConfluenceXmlRpcHandler.updatePage(String token, Hashtable pageStruct, Hashtable editOptionsStruct)
           
 boolean ConfluenceXmlRpcHandlerImpl.watchPage(String token, String pageId)
           
 boolean ConfluenceXmlRpcHandler.watchPage(String token, String pageId)
           
 boolean ConfluenceXmlRpcHandlerImpl.watchPageForUser(String token, String pageId, String username)
           
 boolean ConfluenceXmlRpcHandler.watchPageForUser(String token, String pageId, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.watchSpace(String token, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.watchSpace(String token, String spaceKey)
           
 

Uses of RemoteException in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc that throw RemoteException
 boolean FuncTestRpcHandlerImpl.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 FuncTestRpcDelegator.addGroupAnyCase(String token, String groupname)
           
 boolean FuncTestRpcHandlerImpl.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 FuncTestRpcDelegator.addUserAnyCase(String token, String username, String email, String fullname, String password)
           
 boolean FuncTestRpcHandlerImpl.assertThatIndexQueueEntryHasBeenProcessed(String unusedToken, String searchableClassname, String searchableId)
           
 boolean FuncTestRpcHandler.assertThatIndexQueueEntryHasBeenProcessed(String token, String searchableClassname, String searchableId)
           
 boolean FuncTestRpcDelegator.assertThatIndexQueueEntryHasBeenProcessed(String token, String searchableClassname, String searchableId)
           
 boolean FuncTestRpcHandlerImpl.changeAttachmentCreatedDate(String token, String contentId, String attachmentFileName, Date createdDate)
           
 boolean FuncTestRpcHandler.changeAttachmentCreatedDate(String token, String contentId, String attachmentFileName, Date createdDate)
          Change the created date of an attachment
 boolean FuncTestRpcDelegator.changeAttachmentCreatedDate(String token, String contentId, String attachmentFileName, Date createdDate)
           
 boolean FuncTestRpcHandlerImpl.changeBlogPostModificationDate(String token, String blogId, Date modificationDate)
           
 boolean FuncTestRpcHandler.changeBlogPostModificationDate(String token, String blogId, Date modificationDate)
          Change the modification date of a blog post
 boolean FuncTestRpcDelegator.changeBlogPostModificationDate(String token, String blogId, Date modificationDate)
           
 boolean FuncTestRpcHandlerImpl.changeCommentCreatedDate(String token, String commentId, Date createdDate)
           
 boolean FuncTestRpcHandler.changeCommentCreatedDate(String token, String commentId, Date createdDate)
          Change the created date of a comment
 boolean FuncTestRpcDelegator.changeCommentCreatedDate(String token, String commentId, Date createdDate)
           
 String FuncTestRpcHandlerImpl.changeLoggerLevel(String token, String loggerName, String level)
          Deprecated. 
 String FuncTestRpcHandler.changeLoggerLevel(String token, String loggerName, String level)
          Deprecated. since 5.6. Use a FuncTestAdminLoggingResource REST call.
 String FuncTestRpcDelegator.changeLoggerLevel(String token, String loggerName, String level)
           
 boolean FuncTestRpcHandlerImpl.changePageCreatedDate(String token, String pageId, Date createdDate)
           
 boolean FuncTestRpcHandler.changePageCreatedDate(String token, String pageId, Date createdDate)
          Change the created date of a page
 boolean FuncTestRpcDelegator.changePageCreatedDate(String token, String pageId, Date createdDate)
           
 boolean FuncTestRpcHandlerImpl.changePageModificationDate(String token, String pageId, Date modificationDate)
           
 boolean FuncTestRpcHandler.changePageModificationDate(String token, String pageId, Date modificationDate)
          Change the modification date of a page
 boolean FuncTestRpcDelegator.changePageModificationDate(String token, String pageId, Date modificationDate)
           
 boolean FuncTestRpcHandlerImpl.changeSpaceCreatedDate(String token, String spaceKey, Date createdDate)
           
 boolean FuncTestRpcHandler.changeSpaceCreatedDate(String token, String spaceKey, Date createdDate)
          Change the created date of a space
 boolean FuncTestRpcDelegator.changeSpaceCreatedDate(String token, String spaceKey, Date createdDate)
           
 Vector<Hashtable> FuncTestRpcHandlerImpl.createPagesFromPrototype(String token, Hashtable pageStruct, int count)
           
 Vector<Hashtable> FuncTestRpcHandler.createPagesFromPrototype(String token, Hashtable pageStruct, int count)
          Creates a series of pages based on a prototype.
 Vector<Hashtable> FuncTestRpcDelegator.createPagesFromPrototype(String token, Hashtable pageStruct, int count)
           
 Vector<String> FuncTestRpcHandlerImpl.createSpaces(String token, int count)
           
 Vector<String> FuncTestRpcHandler.createSpaces(String token, int count)
          Creates a bunch of spaces.
 Vector<String> FuncTestRpcDelegator.createSpaces(String token, int count)
           
 String FuncTestRpcHandlerImpl.createTemplate(String token, String templateName, String content, String spaceKey)
           
 String FuncTestRpcHandler.createTemplate(String token, String templateName, String content, String spaceKey)
          Create a new template.
 String FuncTestRpcDelegator.createTemplate(String token, String templateName, String content, String spaceKey)
           
 String FuncTestRpcHandlerImpl.createTemplateWithStorageFormat(String token, String templateName, String storageFormat, String spaceKey)
           
 String FuncTestRpcHandler.createTemplateWithStorageFormat(String token, String templateName, String storageFormat, String spaceKey)
          Create a new template from storage format code.
 String FuncTestRpcDelegator.createTemplateWithStorageFormat(String token, String templateName, String storageFormat, String spaceKey)
           
 boolean FuncTestRpcHandlerImpl.disableSiteFeature(String token, String featureKey)
          Deprecated. 
 boolean FuncTestRpcHandler.disableSiteFeature(String token, String featureKey)
          Deprecated. since 5.6. Use the REST resource.
 boolean FuncTestRpcDelegator.disableSiteFeature(String token, String featureKey)
           
 boolean FuncTestRpcHandlerImpl.disableUserFeature(String token, String featureKey)
          Deprecated. 
 boolean FuncTestRpcHandler.disableUserFeature(String token, String featureKey)
          Deprecated. since 5.6. Use the REST resource.
 boolean FuncTestRpcDelegator.disableUserFeature(String token, String featureKey)
           
 boolean FuncTestRpcHandler.disconnectGroup(String token, String groupName)
          Disconnect a group from Confluence.
 boolean FuncTestRpcDelegator.disconnectGroup(String token, String groupname)
           
 boolean FuncTestRpcHandler.disconnectUser(String token, String username)
          Disconnect a user from Confluence.
 boolean FuncTestRpcDelegator.disconnectUser(String token, String username)
           
 boolean FuncTestRpcHandlerImpl.enableSiteFeature(String token, String featureKey)
          Deprecated. 
 boolean FuncTestRpcHandler.enableSiteFeature(String token, String featureKey)
          Deprecated. since 5.6. Use the REST resource.
 boolean FuncTestRpcDelegator.enableSiteFeature(String token, String featureKey)
           
 boolean FuncTestRpcHandlerImpl.enableUserFeature(String token, String featureKey)
          Deprecated. 
 boolean FuncTestRpcHandler.enableUserFeature(String token, String featureKey)
          Deprecated. since 5.6. Use the REST resource.
 boolean FuncTestRpcDelegator.enableUserFeature(String token, String featureKey)
           
 boolean FuncTestRpcHandlerImpl.followUser(String token, String userName, boolean follow)
           
 boolean FuncTestRpcHandler.followUser(String token, String userName, boolean followUser)
          Follows or stops following a user.
 boolean FuncTestRpcDelegator.followUser(String token, String userName, boolean followUser)
           
 Vector<Hashtable> FuncTestRpcHandlerImpl.getAliveThreads(String token)
           
 Vector<Hashtable> FuncTestRpcHandler.getAliveThreads(String token)
           
 Vector<Hashtable> FuncTestRpcDelegator.getAliveThreads(String token)
           
 String[] FuncTestRpcHandlerImpl.getGlobalPermissionsForGroup(String token, String groupName)
           
 String[] FuncTestRpcHandler.getGlobalPermissionsForGroup(String token, String groupName)
          Gets the global permissions that the given group has.
 String[] FuncTestRpcDelegator.getGlobalPermissionsForGroup(String token, String groupName)
           
 int FuncTestRpcHandlerImpl.getNumberOfActiveUsers(String token)
           
 int FuncTestRpcHandler.getNumberOfActiveUsers(String token)
          Returns the number of active users, i.e.
 int FuncTestRpcDelegator.getNumberOfActiveUsers(String token)
           
 int FuncTestRpcHandlerImpl.getVersionForPage(String token, String pageId)
           
 int FuncTestRpcHandler.getVersionForPage(String token, String pageId)
          Get the version number for the page with pageId
 int FuncTestRpcDelegator.getVersionForPage(String token, String pageId)
           
 boolean FuncTestRpcHandlerImpl.isUnlimitedUserLicense(String token)
           
 boolean FuncTestRpcHandler.isUnlimitedUserLicense(String token)
           
 boolean FuncTestRpcDelegator.isUnlimitedUserLicense(String token)
           
 boolean FuncTestRpcHandler.logMessage(String token, String destination, String message)
          Deprecated. since 5.6. Use a FuncTestAdminLoggingResource REST call.
 boolean FuncTestRpcDelegator.logMessage(String token, String destination, String message)
           
 boolean FuncTestRpcHandlerImpl.removeAllSpaces(String token)
           
 boolean FuncTestRpcHandler.removeAllSpaces(String token)
          Kill all the spaces and flush all the queues and caches.
 boolean FuncTestRpcDelegator.removeAllSpaces(String token)
           
 boolean FuncTestRpcHandlerImpl.removeAttachmentUncleanly(String token, String contentId, String attachmentFileName)
           
 boolean FuncTestRpcHandler.removeAttachmentUncleanly(String token, String contentId, String attachmentFileName)
          Removes an attachment without cleaning up associated attachment info
 boolean FuncTestRpcDelegator.removeAttachmentUncleanly(String token, String contentId, String attachmentFileName)
           
 boolean FuncTestRpcHandlerImpl.removeTestData(String token, Vector<String> usersToKeep, Vector<String> groupsToKeep, Hashtable<String,Vector<String>> userGroupMembershipsToKeep)
           
 boolean FuncTestRpcHandler.removeTestData(String token, Vector<String> usersToKeep, Vector<String> groupsToKeep, Hashtable<String,Vector<String>> userGroupMemberships)
          Big Kahuna remove method.
 boolean FuncTestRpcDelegator.removeTestData(String token, Vector<String> usersToKeep, Vector<String> groupsToKeep, Hashtable<String,Vector<String>> userGroupMemberships)
           
 boolean FuncTestRpcHandlerImpl.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 FuncTestRpcDelegator.setBooleanUserPreference(String token, String userName, String preferenceKey, String value)
           
 boolean FuncTestRpcHandlerImpl.setEnableAnonymousRpc(String token, String value)
           
 boolean FuncTestRpcHandler.setEnableAnonymousRpc(String token, String value)
          Toggle the setting to allow/deny anonymous RPC calls.
 boolean FuncTestRpcDelegator.setEnableAnonymousRpc(String token, String value)
           
 boolean FuncTestRpcHandlerImpl.setGlobalLanguage(String token, String language)
           
 boolean FuncTestRpcHandler.setGlobalLanguage(String token, String language)
          Changes to the default site language
 boolean FuncTestRpcDelegator.setGlobalLanguage(String token, String language)
           
 boolean FuncTestRpcHandlerImpl.setIgnoreBaseURLWarning(String token, boolean ignored)
           
 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.setIgnoreBaseURLWarning(String token, boolean value)
           
 boolean FuncTestRpcHandlerImpl.setKeyboardShortcutPref(String token, String username, String enabled)
           
 boolean FuncTestRpcHandler.setKeyboardShortcutPref(String token, String username, String enabled)
          Enables/Disables keyboard shortcuts for the given uesr
 boolean FuncTestRpcDelegator.setKeyboardShortcutPref(String token, String username, String enabled)
           
 boolean FuncTestRpcHandlerImpl.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 FuncTestRpcDelegator.setLocaleForUser(String token, String username, String locale)
           
 boolean FuncTestRpcHandlerImpl.setStringUserPreference(String token, String userName, String preferenceKey, String value)
           
 boolean FuncTestRpcHandler.setStringUserPreference(String token, String userName, String preferenceKey, String value)
          Sets a string user preference.
 boolean FuncTestRpcDelegator.setStringUserPreference(String token, String userName, String preferenceKey, String value)
           
 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.setUserDetails(String token, String username, String fullName, String email)
           
 boolean FuncTestRpcHandlerImpl.setUserFollows(String token, String followingUsername, Hashtable followUsers)
           
 boolean FuncTestRpcHandler.setUserFollows(String token, String followingUsername, Hashtable followUsers)
          Change the follow or unfollow state between a follower user and s a set of folowees users
 boolean FuncTestRpcDelegator.setUserFollows(String token, String followingUsername, Hashtable followUsers)
           
 String FuncTestRpcHandlerImpl.setUserStatus(String token, String wikiStatus)
           
 boolean FuncTestRpcHandlerImpl.setWatchOwnContentPref(String token, String username, String enabled)
           
 boolean FuncTestRpcHandler.setWatchOwnContentPref(String token, String username, String enabled)
          Enables/Disables autowatching for the given uesr
 boolean FuncTestRpcDelegator.setWatchOwnContentPref(String token, String username, String enabled)
           
 boolean FuncTestRpcHandlerImpl.setWatchSpace(String token, String username, String spaceKey, String contentTypeStr, 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.setWatchSpace(String token, String username, String spaceKey, String contentType, String enabled)
           
 boolean FuncTestRpcHandlerImpl.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.
 boolean FuncTestRpcDelegator.setWatchSpaces(String token, String username, String contentTypeStr, Hashtable spaces)
           
 Hashtable FuncTestRpcHandlerImpl.storeXhtmlPage(String token, Hashtable pageStruct)
           
 Hashtable FuncTestRpcHandler.storeXhtmlPage(String token, Hashtable pageStruct)
          The Confluence remote API store page performs wiki to XHTML conversion on the page content.
 Hashtable FuncTestRpcDelegator.storeXhtmlPage(String token, Hashtable pageStruct)
           
 void FuncTestJobControlListener.triggerJob(TriggerJobEvent event)
           
 boolean FuncTestRpcHandlerImpl.updateGlobalSettingBoolean(String token, String name, boolean value)
           
 boolean FuncTestRpcHandler.updateGlobalSettingBoolean(String token, String name, boolean value)
          Update a Settings boolean field.
 boolean FuncTestRpcDelegator.updateGlobalSettingBoolean(String token, String name, boolean value)
           
 String FuncTestRpcHandlerImpl.updateGlobalSettingString(String token, String name, String value)
           
 String FuncTestRpcHandler.updateGlobalSettingString(String token, String name, String value)
          Update a Settings String field.
 String FuncTestRpcDelegator.updateGlobalSettingString(String token, String name, String value)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.