Package | Description |
---|---|
com.atlassian.confluence.rpc.auth | |
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.xmlrpc |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceUser |
TokenAuthenticationInvocationHandler.getAuthenticatedUser(String token)
Determines which user is performing the request.
|
ConfluenceUser |
TokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(String token)
Retrieves the user for a particular token
|
com.atlassian.user.User |
TokenAuthenticationManager.makeNonAnonymousUserFromToken(String token)
Deprecated.
since 5.2. Use
TokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(String) instead. |
Modifier and Type | Method and Description |
---|---|
RemoteComment |
XhtmlSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
WikiSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.addComment(String token,
RemoteComment comment)
Adds a comment to a page or blog post
|
boolean |
WikiSoapService.addGroup(String token,
String groupname) |
boolean |
ConfluenceSoapService.addGroup(String token,
String groupname)
Adds a new group
|
boolean |
WikiSoapService.addLabelById(String token,
long labelId,
long objectId) |
boolean |
ConfluenceSoapService.addLabelById(String token,
long labelId,
long objectId)
Adds a label with the given ID to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addLabelByName(String token,
String labelName,
long objectId) |
boolean |
ConfluenceSoapService.addLabelByName(String token,
String labelName,
long objectId)
Adds a label to the object with the given ContentEntityObject ID.
|
boolean |
XhtmlSoapService.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
WikiSoapService.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceSoapService.addLabelByNameToSpace(String token,
String labelName,
String spaceKey)
Adds a label to the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
ConfluenceSoapService.addLabelByObject(String token,
RemoteLabel labelObject,
long objectId)
Adds the given label object to the object with the given ContentEntityObject ID.
|
RemoteSpace |
WikiSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
ConfluenceSoapService.addPersonalSpace(String token,
RemoteSpace space,
String username) |
RemoteSpace |
WikiSoapService.addPersonalSpaceWithDefaultPermissions(String token,
RemoteSpace space,
String username) |
RemoteSpace |
ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions(String token,
RemoteSpace space,
String username) |
boolean |
XhtmlSoapService.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData) |
boolean |
WikiSoapService.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData) |
boolean |
ConfluenceSoapService.addProfilePicture(String token,
String userName,
String fileName,
String mimeType,
byte[] pictureData)
Add a profile picture to a user's profile
|
RemoteSpace |
WikiSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpace |
ConfluenceSoapService.addSpace(String token,
RemoteSpace space) |
RemoteSpaceGroup |
XhtmlSoapService.addSpaceGroup(String token,
RemoteSpaceGroup spaceGroup) |
RemoteSpaceGroup |
WikiSoapService.addSpaceGroup(String token,
RemoteSpaceGroup spaceGroup) |
RemoteSpaceGroup |
ConfluenceSoapService.addSpaceGroup(String token,
RemoteSpaceGroup spaceGroup)
Deprecated.
since 5.9.
|
RemoteSpace |
WikiSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
RemoteSpace |
ConfluenceSoapService.addSpaceWithDefaultPermissions(String token,
RemoteSpace space) |
void |
WikiSoapService.addUser(String token,
RemoteUser remoteUser,
String password) |
void |
ConfluenceSoapService.addUser(String token,
RemoteUser remoteUser,
String password)
Adds a user with the given RemoteUser object and password
|
void |
WikiSoapService.addUser(String token,
RemoteUser remoteUser,
String password,
boolean notifyUser) |
void |
ConfluenceSoapService.addUser(String token,
RemoteUser remoteUser,
String password,
boolean notifyUser)
Adds a user with the given RemoteUser object and password
|
boolean |
WikiSoapService.addUserToGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceSoapService.addUserToGroup(String token,
String username,
String groupname) |
boolean |
XhtmlSoapService.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
WikiSoapService.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
ConfluenceSoapService.changeMyPassword(String token,
String oldPass,
String newPass)
Change the current user's password
|
boolean |
XhtmlSoapService.changeUserPassword(String token,
String username,
String newPass) |
boolean |
WikiSoapService.changeUserPassword(String token,
String username,
String newPass) |
boolean |
ConfluenceSoapService.changeUserPassword(String token,
String username,
String newPass)
Change a user's password
|
boolean |
XhtmlSoapService.deactivateUser(String token,
String username) |
boolean |
WikiSoapService.deactivateUser(String token,
String username) |
boolean |
ConfluenceSoapService.deactivateUser(String token,
String username)
Deactivates the given user
|
RemoteComment |
XhtmlSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
WikiSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.editComment(String token,
RemoteComment comment)
Updates a comment
|
boolean |
XhtmlSoapService.editUser(String token,
RemoteUser remoteUser) |
boolean |
WikiSoapService.editUser(String token,
RemoteUser remoteUser) |
boolean |
ConfluenceSoapService.editUser(String token,
RemoteUser remoteUser)
Edits a user with the values in the given RemoteUser object
|
String[] |
XhtmlSoapService.getActiveUsers(String token,
boolean viewAll) |
String[] |
WikiSoapService.getActiveUsers(String token,
boolean viewAll) |
String[] |
ConfluenceSoapService.getActiveUsers(String token,
boolean viewAll)
Returns a list of the current system users
|
RemotePageSummary[] |
XhtmlSoapService.getAncestors(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getAncestors(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getAncestors(String token,
long pageId)
Returns all direct ancestor pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemoteAttachment[] |
WikiSoapService.getAttachments(String token,
long pageId) |
RemoteAttachment[] |
ConfluenceSoapService.getAttachments(String token,
long pageId) |
RemoteBlogEntrySummary[] |
WikiSoapService.getBlogEntries(String token,
String spaceKey) |
RemoteBlogEntrySummary[] |
ConfluenceSoapService.getBlogEntries(String token,
String spaceKey) |
RemotePageSummary[] |
XhtmlSoapService.getChildren(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getChildren(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getChildren(String token,
long pageId)
Returns all child pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemoteComment |
XhtmlSoapService.getComment(String token,
long commentId) |
RemoteComment |
WikiSoapService.getComment(String token,
long commentId) |
RemoteComment |
ConfluenceSoapService.getComment(String token,
long commentId)
Retrieves a comment with the given ID
|
RemoteComment[] |
WikiSoapService.getComments(String token,
long pageId) |
RemoteComment[] |
ConfluenceSoapService.getComments(String token,
long pageId)
Retrieves the comments for a given abstract page
|
RemoteContentPermissionSet |
XhtmlSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType) |
RemoteContentPermissionSet |
WikiSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType) |
RemoteContentPermissionSet |
ConfluenceSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType)
Get the content permission set of a certain type for a particular piece of content
|
RemoteContentPermissionSet[] |
XhtmlSoapService.getContentPermissionSets(String token,
long contentId) |
RemoteContentPermissionSet[] |
WikiSoapService.getContentPermissionSets(String token,
long contentId) |
RemoteContentPermissionSet[] |
ConfluenceSoapService.getContentPermissionSets(String token,
long contentId)
Get the content permission sets for a particular piece of content
|
RemotePageSummary[] |
XhtmlSoapService.getDescendents(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getDescendents(String token,
long pageId) |
RemotePageSummary[] |
ConfluenceSoapService.getDescendents(String token,
long pageId)
Returns all descendent pages of the page with the given pageId the user authenticated by token is
allowed to view.
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentById(String token,
long labelId) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentById(String token,
long labelId)
Returns the content for a given label ID
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentByName(String token,
String labelName) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByName(String token,
String labelName)
Returns the content for a given label name
|
RemoteSearchResult[] |
WikiSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject)
Returns the content for a given label object
|
RemoteLabel[] |
XhtmlSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
RemoteLabel[] |
WikiSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
RemoteLabel[] |
ConfluenceSoapService.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner)
Retrieves the labels matching the given labelName, namespace or owner.
|
RemoteLabel[] |
WikiSoapService.getLabelsById(String token,
long objectId) |
RemoteLabel[] |
ConfluenceSoapService.getLabelsById(String token,
long objectId)
Returns all labels for the given ContentEntityObject ID.
|
RemoteLabel[] |
WikiSoapService.getMostPopularLabels(String token,
int maxCount) |
RemoteLabel[] |
ConfluenceSoapService.getMostPopularLabels(String token,
int maxCount)
Returns the most popular labels for the Confluence instance, with a specified maximum number
of results.
|
RemoteLabel[] |
WikiSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount) |
RemoteLabel[] |
ConfluenceSoapService.getMostPopularLabelsInSpace(String token,
String spaceKey,
int maxCount)
Returns the most popular labels for the given spaceKey, with a specified maximum number
of results.
|
RemotePage |
WikiSoapService.getPage(String token,
long pageId) |
RemotePage |
ConfluenceSoapService.getPage(String token,
long pageId) |
RemotePage |
XhtmlSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
WikiSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePage |
ConfluenceSoapService.getPage(String token,
String spaceKey,
String pageTitle) |
RemotePageHistory[] |
WikiSoapService.getPageHistory(String token,
long pageId) |
RemotePageHistory[] |
ConfluenceSoapService.getPageHistory(String token,
long pageId) |
RemotePermission[] |
WikiSoapService.getPagePermissions(String token,
long pageId) |
RemotePermission[] |
ConfluenceSoapService.getPagePermissions(String token,
long pageId) |
RemotePageSummary[] |
WikiSoapService.getPages(String token,
String spaceKey) |
RemotePageSummary[] |
ConfluenceSoapService.getPages(String token,
String spaceKey)
Returns all pages of the space with the given spaceKey the user authenticated by token is
allowed to view.
|
RemotePageSummary |
XhtmlSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
WikiSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
ConfluenceSoapService.getPageSummary(String token,
long pageId) |
RemotePageSummary |
XhtmlSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary |
WikiSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
RemotePageSummary |
ConfluenceSoapService.getPageSummary(String token,
String spaceKey,
String pageTitle) |
String[] |
WikiSoapService.getPermissions(String token,
String spaceKey) |
String[] |
ConfluenceSoapService.getPermissions(String token,
String spaceKey) |
String[] |
XhtmlSoapService.getPermissionsForUser(String token,
String spaceKey,
String userName) |
String[] |
WikiSoapService.getPermissionsForUser(String token,
String spaceKey,
String userName) |
String[] |
ConfluenceSoapService.getPermissionsForUser(String token,
String spaceKey,
String userName) |
RemoteLabel[] |
XhtmlSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
RemoteLabel[] |
WikiSoapService.getRecentlyUsedLabels(String token,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRecentlyUsedLabels(String token,
int maxResults)
Returns the recently used labels for the Confluence instance, with a specified maximum number
of results.
|
RemoteLabel[] |
XhtmlSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
RemoteLabel[] |
WikiSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults)
Returns the recently used labels for the given spaceKey, with a specified maximum number
of results.
|
RemoteLabel[] |
XhtmlSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
RemoteLabel[] |
WikiSoapService.getRelatedLabels(String token,
String labelName,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRelatedLabels(String token,
String labelName,
int maxResults)
Returns the labels related to the given label name, with a specified maximum number
of results.
|
RemoteLabel[] |
XhtmlSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
RemoteLabel[] |
WikiSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
RemoteLabel[] |
ConfluenceSoapService.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults)
Returns the labels related to the given label name for the given spaceKey, with a specified maximum number
of results.
|
RemoteServerInfo |
WikiSoapService.getServerInfo(String token) |
RemoteServerInfo |
ConfluenceSoapService.getServerInfo(String token) |
RemoteSpace |
WikiSoapService.getSpace(String token,
String spaceKey) |
RemoteSpace |
ConfluenceSoapService.getSpace(String token,
String spaceKey) |
RemoteSpaceGroup |
XhtmlSoapService.getSpaceGroup(String token,
String spaceGroupKey) |
RemoteSpaceGroup |
WikiSoapService.getSpaceGroup(String token,
String spaceGroup) |
RemoteSpaceGroup |
ConfluenceSoapService.getSpaceGroup(String token,
String spaceGroup)
Deprecated.
since 5.9.
|
RemoteSpaceGroup[] |
XhtmlSoapService.getSpaceGroups(String token) |
RemoteSpaceGroup[] |
WikiSoapService.getSpaceGroups(String token) |
RemoteSpaceGroup[] |
ConfluenceSoapService.getSpaceGroups(String token)
Deprecated.
since 5.9.
|
RemoteSpacePermissionSet |
XhtmlSoapService.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
RemoteSpacePermissionSet |
WikiSoapService.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
RemoteSpacePermissionSet |
ConfluenceSoapService.getSpacePermissionSet(String token,
String spaceKey,
String permissionType) |
RemoteSpacePermissionSet[] |
XhtmlSoapService.getSpacePermissionSets(String token,
String spaceKey) |
RemoteSpacePermissionSet[] |
WikiSoapService.getSpacePermissionSets(String token,
String spaceKey) |
RemoteSpacePermissionSet[] |
ConfluenceSoapService.getSpacePermissionSets(String token,
String spaceKey) |
RemoteSpaceSummary[] |
WikiSoapService.getSpaces(String token) |
RemoteSpaceSummary[] |
ConfluenceSoapService.getSpaces(String token) |
RemoteSpace[] |
XhtmlSoapService.getSpacesContainingContentWithLabel(String token,
String labelName) |
RemoteSpace[] |
WikiSoapService.getSpacesContainingContentWithLabel(String token,
String labelName) |
RemoteSpace[] |
ConfluenceSoapService.getSpacesContainingContentWithLabel(String token,
String labelName)
Returns all Spaces that have content labelled with labelName
|
String |
XhtmlSoapService.getSpaceStatus(String token,
String spaceKey) |
String |
WikiSoapService.getSpaceStatus(String token,
String spaceKey) |
String |
ConfluenceSoapService.getSpaceStatus(String token,
String spaceKey) |
RemoteSpace[] |
XhtmlSoapService.getSpacesWithLabel(String token,
String labelName) |
RemoteSpace[] |
WikiSoapService.getSpacesWithLabel(String token,
String labelName) |
RemoteSpace[] |
ConfluenceSoapService.getSpacesWithLabel(String token,
String labelName)
Returns an array of Spaces that have been labelled with labelName
|
RemoteUser |
WikiSoapService.getUser(String token,
String username) |
RemoteUser |
ConfluenceSoapService.getUser(String token,
String username)
Deprecated.
since 5.2. Use
ConfluenceSoapService.getUserByName(String, String) instead. |
RemoteConfluenceUser |
XhtmlSoapService.getUserByKey(String token,
String key) |
RemoteConfluenceUser |
WikiSoapService.getUserByKey(String token,
String key) |
RemoteConfluenceUser |
ConfluenceSoapService.getUserByKey(String token,
String userKey)
Retrieves a user with the given user key.
|
RemoteConfluenceUser |
XhtmlSoapService.getUserByName(String token,
String username) |
RemoteConfluenceUser |
WikiSoapService.getUserByName(String token,
String username) |
RemoteConfluenceUser |
ConfluenceSoapService.getUserByName(String token,
String username)
Retrieves a user with the given username.
|
String[] |
WikiSoapService.getUserGroups(String token,
String username) |
String[] |
ConfluenceSoapService.getUserGroups(String token,
String username)
Retrieves the groups that a given user belongs to
|
RemoteUserInformation |
XhtmlSoapService.getUserInformation(String token,
String username) |
RemoteUserInformation |
WikiSoapService.getUserInformation(String token,
String username) |
RemoteUserInformation |
ConfluenceSoapService.getUserInformation(String token,
String username)
Retrieves a user's information
|
boolean |
XhtmlSoapService.getUserPreferenceBoolean(String token,
String username,
String key) |
boolean |
WikiSoapService.getUserPreferenceBoolean(String token,
String username,
String key) |
boolean |
ConfluenceSoapService.getUserPreferenceBoolean(String token,
String username,
String key)
Get a user preference as a boolean value.
|
long |
XhtmlSoapService.getUserPreferenceLong(String token,
String username,
String key) |
long |
WikiSoapService.getUserPreferenceLong(String token,
String username,
String key) |
long |
ConfluenceSoapService.getUserPreferenceLong(String token,
String username,
String key)
Get a user preference as a long integer value.
|
String |
XhtmlSoapService.getUserPreferenceString(String token,
String username,
String key) |
String |
WikiSoapService.getUserPreferenceString(String token,
String username,
String key) |
String |
ConfluenceSoapService.getUserPreferenceString(String token,
String username,
String key)
Get a user preference as a String value.
|
boolean |
XhtmlSoapService.hasGroup(String token,
String groupname) |
boolean |
WikiSoapService.hasGroup(String token,
String groupname) |
boolean |
ConfluenceSoapService.hasGroup(String token,
String groupname)
Determines whether a group exists
|
boolean |
XhtmlSoapService.hasUser(String token,
String username) |
boolean |
WikiSoapService.hasUser(String token,
String username) |
boolean |
ConfluenceSoapService.hasUser(String token,
String username)
Determines whether a user exists
|
boolean |
XhtmlSoapService.reactivateUser(String token,
String username) |
boolean |
WikiSoapService.reactivateUser(String token,
String username) |
boolean |
ConfluenceSoapService.reactivateUser(String token,
String username)
Reactivates the given user
|
boolean |
XhtmlSoapService.removeComment(String token,
long commentId) |
boolean |
WikiSoapService.removeComment(String token,
long commentId) |
boolean |
ConfluenceSoapService.removeComment(String token,
long commentId)
Removes a comment with the given ID
|
boolean |
WikiSoapService.removeGroup(String token,
String groupname,
String defaultGroupName) |
boolean |
ConfluenceSoapService.removeGroup(String token,
String groupname,
String defaultGroupName)
Removes an existing group
|
boolean |
WikiSoapService.removeLabelById(String token,
long labelId,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelById(String token,
long labelId,
long objectId)
Removes the label with the given ID from the object with the given ContentEntityObject ID.
|
boolean |
WikiSoapService.removeLabelByName(String token,
String labelName,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelByName(String token,
String labelName,
long objectId)
Removes the given label from the object with the given ContentEntityObject ID.
|
boolean |
XhtmlSoapService.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
WikiSoapService.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceSoapService.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey)
Removes the given label from the given Space
|
boolean |
WikiSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId) |
boolean |
ConfluenceSoapService.removeLabelByObject(String token,
RemoteLabel labelObject,
long objectId)
Removes the given label object from the object with the given ContentEntityObject ID.
|
Boolean |
WikiSoapService.removePage(String token,
long pageId) |
Boolean |
ConfluenceSoapService.removePage(String token,
long pageId) |
Boolean |
XhtmlSoapService.removePageVersionById(String token,
long historicalPageId) |
Boolean |
WikiSoapService.removePageVersionById(String token,
long historicalPageId) |
Boolean |
ConfluenceSoapService.removePageVersionById(String token,
long historicalPageId)
Remove a historical version of a page.
|
Boolean |
XhtmlSoapService.removePageVersionByVersion(String token,
long pageId,
int version) |
Boolean |
WikiSoapService.removePageVersionByVersion(String token,
long pageId,
int version) |
Boolean |
ConfluenceSoapService.removePageVersionByVersion(String token,
long pageId,
int version)
Remove the identified version of a page.
|
Boolean |
WikiSoapService.removeSpace(String token,
String spaceKey) |
Boolean |
ConfluenceSoapService.removeSpace(String token,
String spaceKey) |
boolean |
WikiSoapService.removeUser(String token,
String username) |
boolean |
ConfluenceSoapService.removeUser(String token,
String username)
Removes a user with the given username
|
boolean |
WikiSoapService.removeUserFromGroup(String token,
String username,
String groupname) |
boolean |
ConfluenceSoapService.removeUserFromGroup(String token,
String username,
String groupname)
Removes the given user from a group
|
String |
WikiSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent) |
String |
ConfluenceSoapService.renderContent(String token,
String spaceKey,
long pageId,
String newContent) |
RemoteSearchResult[] |
WikiSoapService.search(String token,
String query,
int maxResults) |
RemoteSearchResult[] |
ConfluenceSoapService.search(String token,
String query,
int maxResults)
Search Confluence for the supplied query String.
|
boolean |
XhtmlSoapService.setContentPermissions(String token,
long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions) |
boolean |
WikiSoapService.setContentPermissions(String token,
long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions) |
boolean |
ConfluenceSoapService.setContentPermissions(String token,
long contentId,
String permissionType,
RemoteContentPermission[] remoteContentPermissions)
Set the content permissions for a particular permission type on some content.
|
Boolean |
XhtmlSoapService.setSpaceStatus(String token,
String spaceKey,
String status) |
Boolean |
WikiSoapService.setSpaceStatus(String token,
String spaceKey,
String status) |
Boolean |
ConfluenceSoapService.setSpaceStatus(String token,
String spaceKey,
String status) |
boolean |
XhtmlSoapService.setUserInformation(String token,
RemoteUserInformation userInfo) |
boolean |
WikiSoapService.setUserInformation(String token,
RemoteUserInformation userInfo) |
boolean |
ConfluenceSoapService.setUserInformation(String token,
RemoteUserInformation userInfo)
Updates a user's information
|
boolean |
XhtmlSoapService.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
WikiSoapService.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
ConfluenceSoapService.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value)
Set a user preference to a boolean value.
|
boolean |
XhtmlSoapService.setUserPreferenceLong(String token,
String username,
String key,
long value) |
boolean |
WikiSoapService.setUserPreferenceLong(String token,
String username,
String key,
long value) |
boolean |
ConfluenceSoapService.setUserPreferenceLong(String token,
String username,
String key,
long value)
Set a user preference to an long integer value.
|
boolean |
XhtmlSoapService.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
WikiSoapService.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
ConfluenceSoapService.setUserPreferenceString(String token,
String username,
String key,
String value)
Set a user preference to a String value.
|
RemoteBlogEntry |
WikiSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
ConfluenceSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemotePage |
WikiSoapService.storePage(String token,
RemotePage page) |
RemotePage |
ConfluenceSoapService.storePage(String token,
RemotePage page) |
RemotePage |
XhtmlSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
WikiSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
RemotePage |
ConfluenceSoapService.updatePage(String token,
RemotePage page,
RemotePageUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
Hashtable |
ConfluenceXmlRpcHandlerImpl.addComment(String token,
Hashtable comment) |
Hashtable |
ConfluenceXmlRpcHandler.addComment(String token,
Hashtable comment) |
boolean |
ConfluenceXmlRpcHandlerImpl.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.addLabelByNameToSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
ConfluenceXmlRpcHandler.changeMyPassword(String token,
String oldPass,
String newPass) |
boolean |
ConfluenceXmlRpcHandlerImpl.changeUserPassword(String token,
String username,
String newPass) |
boolean |
ConfluenceXmlRpcHandler.changeUserPassword(String token,
String username,
String newPass) |
boolean |
ConfluenceXmlRpcHandlerImpl.deactivateUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.deactivateUser(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.editComment(String token,
Hashtable comment) |
Hashtable |
ConfluenceXmlRpcHandler.editComment(String token,
Hashtable comment) |
boolean |
ConfluenceXmlRpcHandlerImpl.editUser(String token,
Hashtable remoteUser) |
boolean |
ConfluenceXmlRpcHandler.editUser(String token,
Hashtable remoteUser) |
Vector |
ConfluenceXmlRpcHandlerImpl.getActiveUsers(String token,
boolean viewAll) |
Vector |
ConfluenceXmlRpcHandler.getActiveUsers(String token,
boolean viewAll) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getComment(String token,
String commentId) |
Hashtable |
ConfluenceXmlRpcHandler.getComment(String token,
String commentId) |
Vector |
ConfluenceXmlRpcHandlerImpl.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
Vector |
ConfluenceXmlRpcHandler.getLabelsByDetail(String token,
String labelName,
String namespace,
String spaceKey,
String owner) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabels(String token,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRecentlyUsedLabels(String token,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRecentlyUsedLabelsInSpace(String token,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRelatedLabels(String token,
String labelName,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRelatedLabels(String token,
String labelName,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandler.getRelatedLabelsInSpace(String token,
String labelName,
String spaceKey,
int maxResults) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpacesContainingContentWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandler.getSpacesContainingContentWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandlerImpl.getSpacesWithLabel(String token,
String labelName) |
Vector |
ConfluenceXmlRpcHandler.getSpacesWithLabel(String token,
String labelName) |
Hashtable |
ConfluenceXmlRpcHandlerImpl.getUserInformation(String token,
String username) |
Hashtable |
ConfluenceXmlRpcHandler.getUserInformation(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.getUserPreferenceBoolean(String token,
String username,
String key) |
boolean |
ConfluenceXmlRpcHandler.getUserPreferenceBoolean(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandlerImpl.getUserPreferenceLong(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandler.getUserPreferenceLong(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandlerImpl.getUserPreferenceString(String token,
String username,
String key) |
String |
ConfluenceXmlRpcHandler.getUserPreferenceString(String token,
String username,
String key) |
boolean |
ConfluenceXmlRpcHandlerImpl.hasGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandler.hasGroup(String token,
String groupname) |
boolean |
ConfluenceXmlRpcHandlerImpl.hasUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.hasUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.reactivateUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandler.reactivateUser(String token,
String username) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeComment(String token,
String commentId) |
boolean |
ConfluenceXmlRpcHandler.removeComment(String token,
String commentId) |
boolean |
ConfluenceXmlRpcHandlerImpl.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandler.removeLabelByNameFromSpace(String token,
String labelName,
String spaceKey) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserInformation(String token,
Hashtable userInfo) |
boolean |
ConfluenceXmlRpcHandler.setUserInformation(String token,
Hashtable userInfo) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
ConfluenceXmlRpcHandler.setUserPreferenceBoolean(String token,
String username,
String key,
boolean value) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserPreferenceLong(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandler.setUserPreferenceLong(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandlerImpl.setUserPreferenceString(String token,
String username,
String key,
String value) |
boolean |
ConfluenceXmlRpcHandler.setUserPreferenceString(String token,
String username,
String key,
String value) |
Copyright © 2003–2016 Atlassian. All rights reserved.