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