|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfluenceSoapService
Field Summary | |
---|---|
static java.lang.String |
ADMIN_SPACE_PERMISSION
|
static java.lang.String |
COMMENT_PERMISSION
|
static java.lang.String |
MODIFY_PERMISSION
|
static java.lang.String |
VIEW_PERMISSION
|
Method Summary | |
---|---|
boolean |
addAnonymousPermissionsToSpace(java.lang.String token,
java.lang.String[] permissions,
java.lang.String spaceKey)
Add Space Permissions for anonymous users |
boolean |
addAnonymousPermissionToSpace(java.lang.String token,
java.lang.String permission,
java.lang.String spaceKey)
Add a Space Permission for anonymous users |
boolean |
addAnonymousUsePermission(java.lang.String token)
|
boolean |
addAnonymousViewUserProfilePermission(java.lang.String token)
This permission can only be set if the anonymous user already has 'use' permission. |
RemoteAttachment |
addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
Add a new attachment to a ContentEntityObject. |
RemoteAttachment |
addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. since 2.7. Use addAttachment(String, long, com.atlassian.confluence.rpc.soap.beans.RemoteAttachment, byte[]) |
RemoteComment |
addComment(java.lang.String token,
RemoteComment comment)
Adds a comment to a page or blog post |
boolean |
addGlobalPermission(java.lang.String token,
java.lang.String permission,
java.lang.String remoteEntityName)
Add global permissions for a user or group |
boolean |
addGlobalPermissions(java.lang.String token,
java.lang.String[] permissions,
java.lang.String remoteEntityName)
Add a global permission for a user or group |
boolean |
addGroup(java.lang.String token,
java.lang.String groupname)
Adds a new group |
boolean |
addLabelById(java.lang.String token,
long labelId,
long objectId)
Adds a label with the given ID to the object with the given ContentEntityObject ID. |
boolean |
addLabelByName(java.lang.String token,
java.lang.String labelName,
long objectId)
Adds a label to the object with the given ContentEntityObject ID. |
boolean |
addLabelByNameToSpace(java.lang.String token,
java.lang.String labelName,
java.lang.String spaceKey)
Adds a label to the object with the given ContentEntityObject ID. |
boolean |
addLabelByObject(java.lang.String token,
RemoteLabel labelObject,
long objectId)
Adds the given label object to the object with the given ContentEntityObject ID. |
boolean |
addPermissionsToSpace(java.lang.String token,
java.lang.String[] permissions,
java.lang.String remoteEntityName,
java.lang.String spaceKey)
Add Space Permissions for a user or group |
boolean |
addPermissionToSpace(java.lang.String token,
java.lang.String permission,
java.lang.String remoteEntityName,
java.lang.String spaceKey)
Add a Space Permission for a user or group |
RemoteSpace |
addPersonalSpace(java.lang.String token,
RemoteSpace space,
java.lang.String username)
|
RemoteSpace |
addPersonalSpaceWithDefaultPermissions(java.lang.String token,
RemoteSpace space,
java.lang.String username)
|
boolean |
addProfilePicture(java.lang.String token,
java.lang.String userName,
java.lang.String fileName,
java.lang.String mimeType,
byte[] pictureData)
Add a profile picture to a user's profile |
RemoteSpace |
addSpace(java.lang.String token,
RemoteSpace space)
|
RemoteSpaceGroup |
addSpaceGroup(java.lang.String token,
RemoteSpaceGroup spaceGroup)
Add a space Group to Confluence |
RemoteSpace |
addSpaceWithDefaultPermissions(java.lang.String token,
RemoteSpace space)
|
void |
addUser(java.lang.String token,
RemoteUser remoteUser,
java.lang.String password)
Adds a user with the given RemoteUser object and password |
void |
addUser(java.lang.String token,
RemoteUser remoteUser,
java.lang.String password,
boolean notifyUser)
Adds a user with the given RemoteUser object and password |
boolean |
addUserToGroup(java.lang.String token,
java.lang.String username,
java.lang.String groupname)
|
boolean |
changeMyPassword(java.lang.String token,
java.lang.String oldPass,
java.lang.String newPass)
Change the current user's password |
boolean |
changeUserPassword(java.lang.String token,
java.lang.String username,
java.lang.String newPass)
Change a user's password |
boolean |
clearIndexQueue(java.lang.String token)
|
java.lang.String |
convertWikiToStorageFormat(java.lang.String token,
java.lang.String markup)
Converts a string from wiki markup to the XHTML based storage format. |
boolean |
deactivateUser(java.lang.String token,
java.lang.String username)
Deactivates the given user |
RemoteComment |
editComment(java.lang.String token,
RemoteComment comment)
Updates a comment |
boolean |
editUser(java.lang.String token,
RemoteUser remoteUser)
Edits a user with the values in the given RemoteUser object Currently this will only update the user's full name and email |
java.lang.Boolean |
emptyTrash(java.lang.String token,
java.lang.String spaceKey)
|
java.lang.String |
exportSite(java.lang.String token,
boolean exportAttachments)
|
java.lang.String |
exportSpace(java.lang.String token,
java.lang.String spaceKey,
java.lang.String exportType)
|
java.lang.String |
exportSpace(java.lang.String token,
java.lang.String spaceKey,
java.lang.String exportType,
boolean exportAll)
|
boolean |
flushIndexQueue(java.lang.String token)
|
java.lang.String[] |
getActiveUsers(java.lang.String token,
boolean viewAll)
Returns a list of the current system users |
RemotePageSummary[] |
getAncestors(java.lang.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 |
getAttachment(java.lang.String token,
long contentId,
java.lang.String fileName,
int version)
Retrieve information about an attachment. |
byte[] |
getAttachmentData(java.lang.String token,
long contentId,
java.lang.String fileName,
int version)
Retrieve the contents of an attachment. |
RemoteAttachment[] |
getAttachments(java.lang.String token,
long pageId)
|
RemoteBlogEntrySummary[] |
getBlogEntries(java.lang.String token,
java.lang.String spaceKey)
|
RemoteBlogEntry |
getBlogEntry(java.lang.String token,
long entryId)
|
RemoteBlogEntry |
getBlogEntryByDateAndTitle(java.lang.String token,
java.lang.String spaceKey,
int year,
int month,
int dayOfMonth,
java.lang.String postTitle)
Retrieves a blog post in the given space, with the title and date as specified. |
RemoteBlogEntry |
getBlogEntryByDayAndTitle(java.lang.String token,
java.lang.String spaceKey,
int dayOfMonth,
java.lang.String postTitle)
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth' |
RemotePageSummary[] |
getChildren(java.lang.String token,
long pageId)
Returns all child pages of the page with the given pageId the user authenticated by token is allowed to view. |
RemoteClusterInformation |
getClusterInformation(java.lang.String token)
|
RemoteNodeStatus[] |
getClusterNodeStatuses(java.lang.String token)
|
RemoteComment |
getComment(java.lang.String token,
long commentId)
Retrieves a comment with the given ID |
RemoteComment[] |
getComments(java.lang.String token,
long pageId)
Retrieves the comments for a given abstract page |
RemoteContentPermissionSet |
getContentPermissionSet(java.lang.String token,
long contentId,
java.lang.String permissionType)
Get the content permission set of a certain type for a particular piece of content |
RemoteContentPermissionSet[] |
getContentPermissionSets(java.lang.String token,
long contentId)
Get the content permission sets for a particular piece of content |
RemotePageSummary[] |
getDescendents(java.lang.String token,
long pageId)
Returns all descendent pages of the page with the given pageId the user authenticated by token is allowed to view. |
java.lang.String[] |
getGroups(java.lang.String token)
Retrieves a list of user groups |
RemoteSearchResult[] |
getLabelContentById(java.lang.String token,
long labelId)
Returns the content for a given label ID |
RemoteSearchResult[] |
getLabelContentByName(java.lang.String token,
java.lang.String labelName)
Returns the content for a given label name |
RemoteSearchResult[] |
getLabelContentByObject(java.lang.String token,
RemoteLabel labelObject)
Returns the content for a given label object |
RemoteLabel[] |
getLabelsByDetail(java.lang.String token,
java.lang.String labelName,
java.lang.String namespace,
java.lang.String spaceKey,
java.lang.String owner)
Retrieves the labels matching the given labelName, namespace or owner. |
RemoteLabel[] |
getLabelsById(java.lang.String token,
long objectId)
Returns all labels for the given ContentEntityObject ID. |
RemoteLabel[] |
getMostPopularLabels(java.lang.String token,
int maxCount)
Returns the most popular labels for the Confluence instance, with a specified maximum number of results. |
RemoteLabel[] |
getMostPopularLabelsInSpace(java.lang.String token,
java.lang.String spaceKey,
int maxCount)
Returns the most popular labels for the given spaceKey, with a specified maximum number of results. |
RemotePage |
getPage(java.lang.String token,
long pageId)
|
RemotePage |
getPage(java.lang.String token,
java.lang.String spaceKey,
java.lang.String pageTitle)
|
RemotePageHistory[] |
getPageHistory(java.lang.String token,
long pageId)
|
RemotePermission[] |
getPagePermissions(java.lang.String token,
long pageId)
|
RemotePageSummary[] |
getPages(java.lang.String token,
java.lang.String spaceKey)
Returns all pages of the space with the given spaceKey the user authenticated by token is allowed to view. |
RemotePageSummary |
getPageSummary(java.lang.String token,
long pageId)
|
RemotePageSummary |
getPageSummary(java.lang.String token,
java.lang.String spaceKey,
java.lang.String pageTitle)
|
java.lang.String[] |
getPermissions(java.lang.String token,
java.lang.String spaceKey)
|
java.lang.String[] |
getPermissionsForUser(java.lang.String token,
java.lang.String spaceKey,
java.lang.String userName)
|
RemoteLabel[] |
getRecentlyUsedLabels(java.lang.String token,
int maxResults)
Returns the recently used labels for the Confluence instance, with a specified maximum number of results. |
RemoteLabel[] |
getRecentlyUsedLabelsInSpace(java.lang.String token,
java.lang.String spaceKey,
int maxResults)
Returns the recently used labels for the given spaceKey, with a specified maximum number of results. |
RemoteLabel[] |
getRelatedLabels(java.lang.String token,
java.lang.String labelName,
int maxResults)
Returns the labels related to the given label name, with a specified maximum number of results. |
RemoteLabel[] |
getRelatedLabelsInSpace(java.lang.String token,
java.lang.String labelName,
java.lang.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 |
getServerInfo(java.lang.String token)
|
RemoteSpace |
getSpace(java.lang.String token,
java.lang.String spaceKey)
|
RemoteSpaceGroup |
getSpaceGroup(java.lang.String token,
java.lang.String spaceGroup)
|
RemoteSpaceGroup[] |
getSpaceGroups(java.lang.String token)
|
java.lang.String[] |
getSpaceLevelPermissions(java.lang.String token)
|
RemoteSpacePermissionSet |
getSpacePermissionSet(java.lang.String token,
java.lang.String spaceKey,
java.lang.String permissionType)
|
RemoteSpacePermissionSet[] |
getSpacePermissionSets(java.lang.String token,
java.lang.String spaceKey)
|
RemoteSpaceSummary[] |
getSpaces(java.lang.String token)
|
RemoteSpace[] |
getSpacesContainingContentWithLabel(java.lang.String token,
java.lang.String labelName)
Returns all Spaces that have content labelled with labelName |
RemoteSpaceSummary[] |
getSpacesInGroup(java.lang.String token,
java.lang.String spaceGroupKey)
|
java.lang.String |
getSpaceStatus(java.lang.String token,
java.lang.String spaceKey)
|
RemoteSpace[] |
getSpacesWithLabel(java.lang.String token,
java.lang.String labelName)
Returns an array of Spaces that have been labelled with labelName |
RemotePageSummary[] |
getTopLevelPages(java.lang.String token,
java.lang.String spaceKey)
Returns all top level pages of the space with the given spaceKey the user authenticated by token is allowed to view. |
RemoteContentSummaries |
getTrashContents(java.lang.String token,
java.lang.String spaceKey,
int offset,
int count)
|
RemoteUser |
getUser(java.lang.String token,
java.lang.String username)
Deprecated. since 5.2. Use getUserByName(String, String) instead. |
RemoteConfluenceUser |
getUserByKey(java.lang.String token,
java.lang.String userKey)
Retrieves a user with the given user key. |
RemoteConfluenceUser |
getUserByName(java.lang.String token,
java.lang.String username)
Retrieves a user with the given username. |
java.lang.String[] |
getUserGroups(java.lang.String token,
java.lang.String username)
Retrieves the groups that a given user belongs to |
RemoteUserInformation |
getUserInformation(java.lang.String token,
java.lang.String username)
Retrieves a user's information |
boolean |
getUserPreferenceBoolean(java.lang.String token,
java.lang.String username,
java.lang.String key)
Get a user preference as a boolean value. |
long |
getUserPreferenceLong(java.lang.String token,
java.lang.String username,
java.lang.String key)
Get a user preference as a long integer value. |
java.lang.String |
getUserPreferenceString(java.lang.String token,
java.lang.String username,
java.lang.String key)
Get a user preference as a String value. |
RemoteUser[] |
getWatchersForPage(java.lang.String token,
long pageId)
Returns the list of users watching the page or blog post with the given ID. |
RemoteUser[] |
getWatchersForSpace(java.lang.String token,
java.lang.String spaceKey)
Returns the list of users watching the space with the given key. |
boolean |
hasGroup(java.lang.String token,
java.lang.String groupname)
Determines whether a group exists |
boolean |
hasUser(java.lang.String token,
java.lang.String username)
Determines whether a user exists |
boolean |
importSpace(java.lang.String token,
byte[] importData)
Import a space in a compressed XML format |
boolean |
installPlugin(java.lang.String token,
java.lang.String pluginFileName,
byte[] pluginData)
Installs a plugin. |
boolean |
isActiveUser(java.lang.String token,
java.lang.String username)
Checks if a given user is active. |
boolean |
isDarkFeatureEnabled(java.lang.String token,
java.lang.String key)
|
boolean |
isPluginEnabled(java.lang.String token,
java.lang.String pluginKey)
Returns true if the specified plugin is enabled. |
boolean |
isPluginInstalled(java.lang.String token,
java.lang.String pluginKey)
Returns true if the specified plugin is installed. |
boolean |
isWatchingPage(java.lang.String token,
long pageId,
java.lang.String username)
Returns true if the specified user is watching the page or blog post with the given ID, otherwise false. |
boolean |
isWatchingSpace(java.lang.String token,
java.lang.String spaceKey,
java.lang.String username)
Returns true if the specified user is watching the space with the given key, otherwise false. |
boolean |
isWatchingSpaceForType(java.lang.String token,
java.lang.String spaceKey,
java.lang.String contentType,
java.lang.String username)
Returns true if the specified user is watching the specified type of content in space with the given key, otherwise false. |
java.lang.String |
login(java.lang.String username,
java.lang.String password)
|
boolean |
logout(java.lang.String token)
|
boolean |
moveAttachment(java.lang.String token,
long originalContentId,
java.lang.String originalFileName,
long newContentId,
java.lang.String newFileName)
Move or rename an attachment |
java.lang.Boolean |
movePage(java.lang.String token,
long sourcePageId,
long targetPageId,
java.lang.String position)
|
java.lang.Boolean |
movePageToTopLevel(java.lang.String token,
long pageId,
java.lang.String targetSpaceKey)
|
java.lang.String |
performBackup(java.lang.String token,
boolean exportAttachments)
|
java.lang.Boolean |
purgeFromTrash(java.lang.String token,
java.lang.String spaceKey,
long pageId)
|
boolean |
reactivateUser(java.lang.String token,
java.lang.String username)
Reactivates the given user |
boolean |
removeAllPermissionsForGroup(java.lang.String token,
java.lang.String groupname)
Deletes all global and space permissions for the given group |
boolean |
removeAnonymousPermissionFromSpace(java.lang.String token,
java.lang.String permission,
java.lang.String spaceKey)
Removes a Space Permission for anonymous users |
boolean |
removeAnonymousUsePermission(java.lang.String token)
Remove anonymous use permission. |
boolean |
removeAnonymousViewUserProfilePermission(java.lang.String token)
|
boolean |
removeAttachment(java.lang.String token,
long contentId,
java.lang.String fileName)
Remove an attachment. |
boolean |
removeComment(java.lang.String token,
long commentId)
Removes a comment with the given ID |
boolean |
removeGlobalPermission(java.lang.String token,
java.lang.String permission,
java.lang.String remoteEntityName)
Remove a global permission |
boolean |
removeGroup(java.lang.String token,
java.lang.String groupname,
java.lang.String defaultGroupName)
Removes an existing group If a valid defaultGroupName is specified, users will be added to the new group (defaultGroupName). |
boolean |
removeLabelById(java.lang.String token,
long labelId,
long objectId)
Removes the label with the given ID from the object with the given ContentEntityObject ID. |
boolean |
removeLabelByName(java.lang.String token,
java.lang.String labelName,
long objectId)
Removes the given label from the object with the given ContentEntityObject ID. |
boolean |
removeLabelByNameFromSpace(java.lang.String token,
java.lang.String labelName,
java.lang.String spaceKey)
Removes the given label from the given Space |
boolean |
removeLabelByObject(java.lang.String token,
RemoteLabel labelObject,
long objectId)
Removes the given label object from the object with the given ContentEntityObject ID. |
java.lang.Boolean |
removePage(java.lang.String token,
long pageId)
|
java.lang.Boolean |
removePageVersionById(java.lang.String token,
long historicalPageId)
Remove a historical version of a page. |
java.lang.Boolean |
removePageVersionByVersion(java.lang.String token,
long pageId,
int version)
Remove the identified version of a page. |
boolean |
removePageWatch(java.lang.String token,
long pageId)
Remove a watch for the current user on the page or blog post with the specified page ID. |
boolean |
removePageWatchForUser(java.lang.String token,
long pageId,
java.lang.String username)
Removes a watch from a specific page or blog post for a particular user. |
boolean |
removePermissionFromSpace(java.lang.String token,
java.lang.String permission,
java.lang.String remoteEntityName,
java.lang.String spaceKey)
Removes a Space Permission for a user or group |
java.lang.Boolean |
removeSpace(java.lang.String token,
java.lang.String spaceKey)
|
boolean |
removeSpaceGroup(java.lang.String token,
java.lang.String spaceGroupKey)
Removes a Space Group from Confluence without removeing the space it contains. |
boolean |
removeSpaceWatch(java.lang.String token,
java.lang.String spaceKey)
Removes a watch for the current user on the space with the specified space key. |
boolean |
removeUser(java.lang.String token,
java.lang.String username)
Removes a user with the given username |
boolean |
removeUserFromGroup(java.lang.String token,
java.lang.String username,
java.lang.String groupname)
Removes the given user from a group |
boolean |
renameUser(java.lang.String token,
java.lang.String oldUsername,
java.lang.String newUsername)
Change user's username |
java.lang.String[] |
renameUsers(java.lang.String token,
java.util.Map<java.lang.String,java.lang.String> oldUsernamesToNewUsernames)
Change usernames for a set of users |
java.lang.String |
renderContent(java.lang.String token,
java.lang.String spaceKey,
long pageId,
java.lang.String newContent)
|
java.lang.String |
renderContent(java.lang.String token,
java.lang.String spaceKey,
long pageId,
java.lang.String newContent,
java.util.Map renderParameters)
|
RemoteSearchResult[] |
search(java.lang.String token,
java.lang.String query,
int maxResults)
Search Confluence for the supplied query String. |
RemoteSearchResult[] |
search(java.lang.String token,
java.lang.String query,
java.util.Map params,
int maxResults)
Search Confluence for the supplied query String. |
boolean |
setContentPermissions(java.lang.String token,
long contentId,
java.lang.String permissionType,
RemoteContentPermission[] remoteContentPermissions)
Set the content permissions for a particular permission type on some content. |
boolean |
setEnableAnonymousAccess(java.lang.String token,
boolean value)
|
boolean |
setEnableWysiwyg(java.lang.String token,
boolean value)
Deprecated. since 4.0. You can no longer disable the wysiwyg editor. |
java.lang.Boolean |
setSpaceStatus(java.lang.String token,
java.lang.String spaceKey,
java.lang.String status)
|
boolean |
setUserInformation(java.lang.String token,
RemoteUserInformation userInfo)
Updates a user's information Currently this will only update a user's "description", stored in the 'content' attribute |
boolean |
setUserPreferenceBoolean(java.lang.String token,
java.lang.String username,
java.lang.String key,
boolean value)
Set a user preference to a boolean value. |
boolean |
setUserPreferenceLong(java.lang.String token,
java.lang.String username,
java.lang.String key,
long value)
Set a user preference to an long integer value. |
boolean |
setUserPreferenceString(java.lang.String token,
java.lang.String username,
java.lang.String key,
java.lang.String value)
Set a user preference to a String value. |
RemoteBlogEntry |
storeBlogEntry(java.lang.String token,
RemoteBlogEntry blogEntry)
|
RemotePage |
storePage(java.lang.String token,
RemotePage page)
|
RemoteSpace |
storeSpace(java.lang.String token,
RemoteSpace remoteSpace)
Allows for modifying space details via the remote API. |
RemotePage |
updatePage(java.lang.String token,
RemotePage page,
RemotePageUpdateOptions options)
|
boolean |
watchPage(java.lang.String token,
long pageId)
Adds a watch for the current user on the page or blog post with the specified page ID. |
boolean |
watchPageForUser(java.lang.String token,
long pageId,
java.lang.String username)
Adds a watch to a specific page or blog post for a particular user. |
boolean |
watchSpace(java.lang.String token,
java.lang.String spaceKey)
Adds a watch for the current user on the space with the specified space key. |
Field Detail |
---|
static final java.lang.String VIEW_PERMISSION
static final java.lang.String MODIFY_PERMISSION
static final java.lang.String COMMENT_PERMISSION
static final java.lang.String ADMIN_SPACE_PERMISSION
Method Detail |
---|
java.lang.String login(java.lang.String username, java.lang.String password) throws AuthenticationFailedException, RemoteException
login
in interface SecureRpc
AuthenticationFailedException
RemoteException
boolean logout(java.lang.String token) throws RemoteException
logout
in interface SecureRpc
RemoteException
RemoteSpaceSummary[] getSpaces(java.lang.String token) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemoteSpaceSummary[] getSpacesInGroup(java.lang.String token, java.lang.String spaceGroupKey) throws RemoteException
RemoteException
RemoteSpace addSpaceWithDefaultPermissions(java.lang.String token, RemoteSpace space) throws NotPermittedException, InvalidSessionException, AlreadyExistsException, RemoteException
NotPermittedException
InvalidSessionException
AlreadyExistsException
RemoteException
RemoteSpace addSpace(java.lang.String token, RemoteSpace space) throws NotPermittedException, InvalidSessionException, AlreadyExistsException, RemoteException
NotPermittedException
InvalidSessionException
AlreadyExistsException
RemoteException
RemoteSpace storeSpace(java.lang.String token, RemoteSpace remoteSpace) throws RemoteException
remoteSpace
-
RemoteException
RemoteSpaceGroup addSpaceGroup(java.lang.String token, RemoteSpaceGroup spaceGroup) throws NotPermittedException, InvalidSessionException, AlreadyExistsException, RemoteException
token
- the authentication tokenspaceGroup
- the spacegroup to add
NotPermittedException
- if the user lacks permissions to perform the action
InvalidSessionException
AlreadyExistsException
- if a group with the same key already exists
RemoteException
RemoteSpaceGroup getSpaceGroup(java.lang.String token, java.lang.String spaceGroup) throws NotPermittedException, InvalidSessionException, AlreadyExistsException, RemoteException
NotPermittedException
InvalidSessionException
AlreadyExistsException
RemoteException
RemoteSpaceGroup[] getSpaceGroups(java.lang.String token) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
boolean removeSpaceGroup(java.lang.String token, java.lang.String spaceGroupKey) throws RemoteException
token
- the authentication tokenspaceGroupKey
- the id of the spacegroup to be removed
RemoteException
RemoteSpace addPersonalSpace(java.lang.String token, RemoteSpace space, java.lang.String username) throws NotPermittedException, InvalidSessionException, AlreadyExistsException, RemoteException
NotPermittedException
InvalidSessionException
AlreadyExistsException
RemoteException
RemoteSpace addPersonalSpaceWithDefaultPermissions(java.lang.String token, RemoteSpace space, java.lang.String username) throws NotPermittedException, InvalidSessionException, AlreadyExistsException, RemoteException
NotPermittedException
InvalidSessionException
AlreadyExistsException
RemoteException
java.lang.Boolean removeSpace(java.lang.String token, java.lang.String spaceKey) throws NotPermittedException, InvalidSessionException, RemoteException
NotPermittedException
InvalidSessionException
RemoteException
RemoteSpace getSpace(java.lang.String token, java.lang.String spaceKey) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
java.lang.String getSpaceStatus(java.lang.String token, java.lang.String spaceKey) throws NotPermittedException, InvalidSessionException, RemoteException
NotPermittedException
InvalidSessionException
RemoteException
java.lang.Boolean setSpaceStatus(java.lang.String token, java.lang.String spaceKey, java.lang.String status) throws NotPermittedException, InvalidSessionException, RemoteException
NotPermittedException
InvalidSessionException
RemoteException
java.lang.String[] getPermissions(java.lang.String token, java.lang.String spaceKey) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
java.lang.String[] getPermissionsForUser(java.lang.String token, java.lang.String spaceKey, java.lang.String userName) throws InvalidSessionException, NotPermittedException, RemoteException
InvalidSessionException
NotPermittedException
RemoteException
RemoteSpacePermissionSet[] getSpacePermissionSets(java.lang.String token, java.lang.String spaceKey) throws InvalidSessionException, NotPermittedException, RemoteException
InvalidSessionException
NotPermittedException
RemoteException
RemoteSpacePermissionSet getSpacePermissionSet(java.lang.String token, java.lang.String spaceKey, java.lang.String permissionType) throws InvalidSessionException, NotPermittedException, RemoteException
InvalidSessionException
NotPermittedException
RemoteException
boolean addPermissionToSpace(java.lang.String token, java.lang.String permission, java.lang.String remoteEntityName, java.lang.String spaceKey) throws RemoteException
token
- the authentication tokenpermission
- the Space Permission to addremoteEntityName
- the name of the user or groupspaceKey
- the key of the Space affected by this action
RemoteException
- if the Space Permission is null
RemoteException
- if the Space does not exist
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
- if the remoteEntityName is null or does not match a user or groupboolean addPermissionsToSpace(java.lang.String token, java.lang.String[] permissions, java.lang.String remoteEntityName, java.lang.String spaceKey) throws RemoteException
token
- the authentication tokenpermissions
- the Space Permissions to addremoteEntityName
- the name of the user or groupspaceKey
- the key of the Space affected by this action
RemoteException
- if the Space Permissions array is null
RemoteException
- if the Space does not exist
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
- if the remoteEntityName is null or does not match a user or groupboolean removePermissionFromSpace(java.lang.String token, java.lang.String permission, java.lang.String remoteEntityName, java.lang.String spaceKey) throws NotPermittedException, RemoteException
token
- the authentication tokenpermission
- the Space Permission to removeremoteEntityName
- the name of the user or groupspaceKey
- the key of the Space affected by this action
RemoteException
- if the Space does not exist
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
- if the remoteEntityName is null or does not match a user or groupboolean addAnonymousPermissionToSpace(java.lang.String token, java.lang.String permission, java.lang.String spaceKey) throws RemoteException
token
- the authentication tokenpermission
- the Space Permission to addspaceKey
- the key of the Space affected by this action
RemoteException
- if the Space Permission is null
RemoteException
- if the Space does not exist
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
- if the remoteEntityName is null or does not match a user or groupboolean addAnonymousPermissionsToSpace(java.lang.String token, java.lang.String[] permissions, java.lang.String spaceKey) throws RemoteException
token
- the authentication tokenpermissions
- the Space Permissions to addspaceKey
- the key of the Space affected by this action
RemoteException
- if the Space Permissions array is null
RemoteException
- if the Space does not exist
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
- if the remoteEntityName is null or does not match a user or groupboolean removeAnonymousPermissionFromSpace(java.lang.String token, java.lang.String permission, java.lang.String spaceKey) throws NotPermittedException, RemoteException
token
- the authentication tokenpermission
- the Space Permission to removespaceKey
- the key of the Space affected by this action
RemoteException
- if the Space does not exist
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
- if the remoteEntityName is null or does not match a user or groupRemotePermission[] getPagePermissions(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
java.lang.String[] getSpaceLevelPermissions(java.lang.String token) throws RemoteException
RemoteException
RemotePageSummary[] getPages(java.lang.String token, java.lang.String spaceKey) throws InvalidSessionException, RemoteException
token
- the authentication tokenspaceKey
- the key of the space which pages are to be returned
InvalidSessionException
RemoteException
RemotePage getPage(java.lang.String token, java.lang.String spaceKey, java.lang.String pageTitle) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemotePageSummary getPageSummary(java.lang.String token, java.lang.String spaceKey, java.lang.String pageTitle) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemotePage getPage(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemotePageSummary getPageSummary(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemotePage storePage(java.lang.String token, RemotePage page) throws VersionMismatchException, NotPermittedException, InvalidSessionException, RemoteException
VersionMismatchException
NotPermittedException
InvalidSessionException
RemoteException
RemotePage updatePage(java.lang.String token, RemotePage page, RemotePageUpdateOptions options) throws VersionMismatchException, NotPermittedException, InvalidSessionException, RemoteException
VersionMismatchException
NotPermittedException
InvalidSessionException
RemoteException
java.lang.Boolean movePageToTopLevel(java.lang.String token, long pageId, java.lang.String targetSpaceKey) throws RemoteException
RemoteException
java.lang.Boolean movePage(java.lang.String token, long sourcePageId, long targetPageId, java.lang.String position) throws RemoteException
RemoteException
java.lang.Boolean removePage(java.lang.String token, long pageId) throws NotPermittedException, InvalidSessionException, RemoteException
NotPermittedException
InvalidSessionException
RemoteException
java.lang.Boolean removePageVersionById(java.lang.String token, long historicalPageId) throws NotPermittedException, InvalidSessionException, RemoteException
removePage(String, long)
.
token
- historicalPageId
- the id of a historical version of a page
NotPermittedException
InvalidSessionException
RemoteException
java.lang.Boolean removePageVersionByVersion(java.lang.String token, long pageId, int version) throws NotPermittedException, InvalidSessionException, RemoteException
token
- pageId
- the id of the page which you want to remove a version from.version
- the version of the page to be removed (with 1 being the first).
NotPermittedException
InvalidSessionException
RemoteException
RemoteContentSummaries getTrashContents(java.lang.String token, java.lang.String spaceKey, int offset, int count) throws RemoteException
RemoteException
java.lang.Boolean purgeFromTrash(java.lang.String token, java.lang.String spaceKey, long pageId) throws RemoteException
RemoteException
java.lang.Boolean emptyTrash(java.lang.String token, java.lang.String spaceKey) throws RemoteException
RemoteException
RemotePageSummary[] getTopLevelPages(java.lang.String token, java.lang.String spaceKey) throws RemoteException
token
- the authentication tokenspaceKey
- the key of the space which pages are to be returned
RemoteException
RemotePageSummary[] getAncestors(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
token
- the authentication tokenpageId
- the id of the page which child pages are to be returned
InvalidSessionException
RemoteException
RemotePageSummary[] getChildren(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
token
- the authentication tokenpageId
- the id of the page which child pages are to be returned
InvalidSessionException
RemoteException
RemotePageSummary[] getDescendents(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
token
- the authentication tokenpageId
- the id of the page which child pages are to be returned
InvalidSessionException
RemoteException
RemoteAttachment[] getAttachments(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemotePageHistory[] getPageHistory(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
boolean watchPage(java.lang.String token, long pageId) throws RemoteException
RemoteException
- if the watch could not be addedboolean watchSpace(java.lang.String token, java.lang.String spaceKey) throws RemoteException
RemoteException
- if the watch could not be addedboolean watchPageForUser(java.lang.String token, long pageId, java.lang.String username) throws RemoteException
RemoteException
- if the watch could not be added, or the current user does not have permission to add itboolean removePageWatch(java.lang.String token, long pageId) throws RemoteException
RemoteException
- if the watch could not be removedboolean removeSpaceWatch(java.lang.String token, java.lang.String spaceKey) throws RemoteException
RemoteException
- if the watch could not be removedboolean removePageWatchForUser(java.lang.String token, long pageId, java.lang.String username) throws RemoteException
RemoteException
- if the watch could not be removed, or the current user does not have permission to remove itboolean isWatchingPage(java.lang.String token, long pageId, java.lang.String username) throws RemoteException
RemoteException
- if the current user does not have permission to see the page or administer the space, or
if the page or user does not existboolean isWatchingSpace(java.lang.String token, java.lang.String spaceKey, java.lang.String username) throws RemoteException
RemoteException
- if the current user does not have permission to administer the space, or if the user does
not existboolean isWatchingSpaceForType(java.lang.String token, java.lang.String spaceKey, java.lang.String contentType, java.lang.String username) throws RemoteException
RemoteException
- if the current user does not have permission to administer the space, or if the user does
not existRemoteUser[] getWatchersForPage(java.lang.String token, long pageId) throws RemoteException
RemoteException
- if the current user does not have permission to see the page or administer the space, or
if the page does not existRemoteUser[] getWatchersForSpace(java.lang.String token, java.lang.String spaceKey) throws RemoteException
RemoteException
- if the current user does not have permission to administer the space, or if the space does not existjava.lang.String renderContent(java.lang.String token, java.lang.String spaceKey, long pageId, java.lang.String newContent) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
java.lang.String renderContent(java.lang.String token, java.lang.String spaceKey, long pageId, java.lang.String newContent, java.util.Map renderParameters) throws RemoteException
RemoteException
java.lang.String convertWikiToStorageFormat(java.lang.String token, java.lang.String markup) throws RemoteException
RemoteException
RemoteAttachment addAttachment(java.lang.String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) throws RemoteException
token
- the authentication tokencontentId
- the id of the ContentEntityObject to receive the new attachment.attachment
- RemoteAttachment object containing attachment informationattachmentData
- a byte[] continaing the contents of the attachment.
RemoteException
@Deprecated RemoteAttachment addAttachment(java.lang.String token, RemoteAttachment attachment, byte[] attachmentData) throws RemoteException
addAttachment(String, long, com.atlassian.confluence.rpc.soap.beans.RemoteAttachment, byte[])
RemoteException
RemoteAttachment getAttachment(java.lang.String token, long contentId, java.lang.String fileName, int version) throws RemoteException
token
- the authentication token.contentId
- the id of the ContentEntityObject the attachemt belongs to.fileName
- the name of the attachment.version
- the version number of the attachment.
RemoteException
byte[] getAttachmentData(java.lang.String token, long contentId, java.lang.String fileName, int version) throws RemoteException
token
- the authentication token.contentId
- the id of the ContentEntityObject the attachemt belongs to.fileName
- the name of the attachment.version
- the version number of the attachment.
RemoteException
boolean removeAttachment(java.lang.String token, long contentId, java.lang.String fileName) throws RemoteException
token
- the authentication token.contentId
- the id of the ContentEntityObject the attachment belongs to.fileName
- the name of the attachment.
RemoteException
boolean moveAttachment(java.lang.String token, long originalContentId, java.lang.String originalFileName, long newContentId, java.lang.String newFileName) throws RemoteException
token
- the authentication token.originalContentId
- the id of the ContentEntityObject the attachment belongs to.originalFileName
- the name of the attachment.newContentId
- the id of the ContentEntityObject the attachment is to be moved to.newFileName
- the name the attachment is to be renamed to.
RemoteException
RemoteComment[] getComments(java.lang.String token, long pageId) throws InvalidSessionException, RemoteException
token
- the authentication tokenpageId
- the content ID of the abstract page
InvalidSessionException
RemoteException
- if the object for the pageId is null, or the user lacks permissionsRemoteComment getComment(java.lang.String token, long commentId) throws InvalidSessionException, RemoteException
token
- The token identifying the current usercommentId
- The ID of the comment to be retrieved
InvalidSessionException
RemoteException
- if the comment cannot be found
RemoteException
- if the comment cannot be viewed by the user
RemoteException
- if the page the comment is on cannot be viewed by the user
RemoteException
- if the retrieved object is not a commentRemoteComment addComment(java.lang.String token, RemoteComment comment) throws InvalidSessionException, NotPermittedException, RemoteException
token
- The token identifying the current usercomment
- The RemoteComment object containing the comment information
InvalidSessionException
RemoteException
- if the user does not have permission to view the page the comment is being posted to, or it does not exist
NotPermittedException
- if the user is unable to post the commentRemoteComment editComment(java.lang.String token, RemoteComment comment) throws InvalidSessionException, NotPermittedException, RemoteException
token
- The token identifying the current usercomment
- The RemoteComment object containing the comment information
InvalidSessionException
RemoteException
- if the user does not have permission to view the page the comment is being posted to, or it does not exist
NotPermittedException
- if the user is unable to edit the commentboolean removeComment(java.lang.String token, long commentId) throws InvalidSessionException, NotPermittedException, RemoteException
token
- The token identifying the current usercommentId
- The ID of the comment to remove
InvalidSessionException
RemoteException
- if the user does not have permission to view the page the comment is on, or it does not exist
RemoteException
- if the comment does not exist
NotPermittedException
- if the user does not have permission to remove the commentRemoteSearchResult[] search(java.lang.String token, java.lang.String query, int maxResults) throws InvalidSessionException, RemoteException
Search Confluence for the supplied query String. Please be sensible in your use of the maxResults parameter. Too large a value will result in this call taking a long time.
token
- the authentication tokenquery
- the query term for the searchmaxResults
- the maximum number of results to be returned.
RemoteSearchResult
s. If there are no results then an empty array will be returned.
InvalidSessionException
RemoteException
RemoteSearchResult[] search(java.lang.String token, java.lang.String query, java.util.Map params, int maxResults) throws RemoteException
Search Confluence for the supplied query String. Please be sensible in your use of the maxResults parameter.
A Map of search criteria can be specified. The following keys are understood -
com.atlassian.bonnie.search.SinceDateQueryFactory
for a list of understood representations.
token
- the authentication tokenparams
- a Mapquery
- the query term for the searchmaxResults
- the maximum number of results to be returned.
RemoteSearchResult
s. If there are no results then an empty array will be returned.
RemoteException
RemoteBlogEntry getBlogEntryByDayAndTitle(java.lang.String token, java.lang.String spaceKey, int dayOfMonth, java.lang.String postTitle) throws RemoteException
token
- the authentication tokenspaceKey
- the key of the Space the blog post belongs todayOfMonth
- the day of the month the blog post was madepostTitle
- the title of the blog post
RemoteException
- if the user does not have permission to view the blog post, or it does not existRemoteBlogEntry getBlogEntryByDateAndTitle(java.lang.String token, java.lang.String spaceKey, int year, int month, int dayOfMonth, java.lang.String postTitle) throws RemoteException
RemoteException
- if the user does not have permission to view the blog post or it does not existRemoteBlogEntry getBlogEntry(java.lang.String token, long entryId) throws RemoteException
RemoteException
RemoteBlogEntrySummary[] getBlogEntries(java.lang.String token, java.lang.String spaceKey) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
RemoteBlogEntry storeBlogEntry(java.lang.String token, RemoteBlogEntry blogEntry) throws VersionMismatchException, NotPermittedException, InvalidSessionException, RemoteException
VersionMismatchException
NotPermittedException
InvalidSessionException
RemoteException
RemoteServerInfo getServerInfo(java.lang.String token) throws InvalidSessionException, RemoteException
InvalidSessionException
RemoteException
java.lang.String exportSpace(java.lang.String token, java.lang.String spaceKey, java.lang.String exportType) throws RemoteException
RemoteException
java.lang.String exportSpace(java.lang.String token, java.lang.String spaceKey, java.lang.String exportType, boolean exportAll) throws RemoteException
RemoteException
java.lang.String exportSite(java.lang.String token, boolean exportAttachments) throws RemoteException
RemoteException
java.lang.String performBackup(java.lang.String token, boolean exportAttachments) throws RemoteException
RemoteException
boolean importSpace(java.lang.String token, byte[] importData) throws RemoteException
token
- The authentication tokenimportData
- The contents of the Space export file
RemoteException
- If the space exists or the export file is invalidboolean flushIndexQueue(java.lang.String token) throws RemoteException
RemoteException
boolean clearIndexQueue(java.lang.String token) throws RemoteException
RemoteException
RemoteClusterInformation getClusterInformation(java.lang.String token) throws RemoteException
RemoteException
RemoteNodeStatus[] getClusterNodeStatuses(java.lang.String token) throws RemoteException
RemoteException
java.lang.String[] getGroups(java.lang.String token) throws NotPermittedException, RemoteException
token
- The token identifying the current user
NotPermittedException
- if the current user lacks permission to administer
RemoteException
boolean hasGroup(java.lang.String token, java.lang.String groupname) throws InvalidSessionException, RemoteException
token
- the token identifying the current usergroupname
- the group to look up
InvalidSessionException
RemoteException
boolean addGroup(java.lang.String token, java.lang.String groupname) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current usergroupname
- The name of the group to be added
NotPermittedException
- if the current user lacks permission to administer
InvalidSessionException
RemoteException
boolean removeGroup(java.lang.String token, java.lang.String groupname, java.lang.String defaultGroupName) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current usergroupname
- The name of the group to be removeddefaultGroupName
- The name of the group that users will be moved to
NotPermittedException
- if the current user lacks permission to administer
InvalidSessionException
RemoteException
- if the given groupname does not exist
RemoteException
- if the given defaultGroupName does not existboolean removeAllPermissionsForGroup(java.lang.String token, java.lang.String groupname) throws RemoteException
token
- The token identifying the current usergroupname
- The group to delete permissions for
NotPermittedException
- if the current user lacks permission to administer
RemoteException
- if the given groupname does not existjava.lang.String[] getUserGroups(java.lang.String token, java.lang.String username) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username to retrieve groups for
NotPermittedException
- if the current user lacks permission to administer
InvalidSessionException
RemoteException
- if the given username does not existboolean addUserToGroup(java.lang.String token, java.lang.String username, java.lang.String groupname) throws NotPermittedException, InvalidSessionException, RemoteException
token
- username
- groupname
-
NotPermittedException
- if the current user lacks permission to administer
InvalidSessionException
RemoteException
- if the given username does not exist
RemoteException
- if the given groupname does not existboolean removeUserFromGroup(java.lang.String token, java.lang.String username, java.lang.String groupname) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username to remove from a groupgroupname
- The name of the group the user is to be removed from
NotPermittedException
- if the current user lacks permission to administer
InvalidSessionException
RemoteException
- if the given username does not exist
RemoteException
- if the given groupname does not exist@Deprecated RemoteUser getUser(java.lang.String token, java.lang.String username) throws InvalidSessionException, RemoteException
getUserByName(String, String)
instead.
token
- The token identifying the current userusername
- The username of the user to be retrieved
InvalidSessionException
RemoteException
- if a user with the given username cannot be foundRemoteConfluenceUser getUserByName(java.lang.String token, java.lang.String username) throws InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username of the user to be retrieved
InvalidSessionException
RemoteException
- if a user with the given username cannot be foundRemoteConfluenceUser getUserByKey(java.lang.String token, java.lang.String userKey) throws InvalidSessionException, RemoteException
token
- The token identifying the current useruserKey
- The user key of the user to be retrieved
InvalidSessionException
RemoteException
- if a user with the given user key cannot be foundboolean setUserPreferenceBoolean(java.lang.String token, java.lang.String username, java.lang.String key, boolean value) throws InvalidSessionException, RemoteException
token
- the token identifying the current userkey
- The user preference keyvalue
- The value
InvalidSessionException
- If the rpc token expired
RemoteException
- If any other exception occurredboolean getUserPreferenceBoolean(java.lang.String token, java.lang.String username, java.lang.String key) throws InvalidSessionException, RemoteException
token
- the token identifying the current userkey
- The user preference key
InvalidSessionException
- If the rpc token expired
RemoteException
- If any other exception occurred (including not being able to find the key)boolean setUserPreferenceLong(java.lang.String token, java.lang.String username, java.lang.String key, long value) throws InvalidSessionException, RemoteException
token
- the token identifying the current userkey
- The user preference keyvalue
- The value
InvalidSessionException
- If the rpc token expired
RemoteException
- If any other exception occurredlong getUserPreferenceLong(java.lang.String token, java.lang.String username, java.lang.String key) throws InvalidSessionException, RemoteException
token
- the token identifying the current userkey
- The user preference key
InvalidSessionException
- If the rpc token expired
RemoteException
- If any other exception occurred (including not being able to find the key)boolean setUserPreferenceString(java.lang.String token, java.lang.String username, java.lang.String key, java.lang.String value) throws InvalidSessionException, RemoteException
token
- the token identifying the current userkey
- The user preference keyvalue
- The value
InvalidSessionException
- If the rpc token expired
RemoteException
- If any other exception occurredjava.lang.String getUserPreferenceString(java.lang.String token, java.lang.String username, java.lang.String key) throws InvalidSessionException, RemoteException
token
- the token identifying the current userkey
- The user preference key
InvalidSessionException
- If the rpc token expired
RemoteException
- If any other exception occurred (including not being able to find the key)boolean hasUser(java.lang.String token, java.lang.String username) throws InvalidSessionException, RemoteException
token
- the token identifying the current userusername
- the username to look up
InvalidSessionException
RemoteException
void addUser(java.lang.String token, RemoteUser remoteUser, java.lang.String password) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userremoteUser
- The object containing the user informationpassword
- The password of the user
NotPermittedException
- if the current user lacks permissions to create new users
InvalidSessionException
RemoteException
- if a user with the given username cannot be foundvoid addUser(java.lang.String token, RemoteUser remoteUser, java.lang.String password, boolean notifyUser) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userremoteUser
- The object containing the user informationpassword
- The password of the usernotifyUser
- Whether or not you want the new user to be notified of their new account
NotPermittedException
- if the current user lacks permissions to create new users
InvalidSessionException
RemoteException
- if a user with the given username cannot be foundboolean removeUser(java.lang.String token, java.lang.String username) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username of the user to be removed
InvalidSessionException
NotPermittedException
- if the current user lacks the permission to remove users
RemoteException
- if the given username cannot be found
RemoteException
- if the user has authored contentboolean editUser(java.lang.String token, RemoteUser remoteUser) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userremoteUser
- The object containing the user information
NotPermittedException
- if the current user cannot administer users or is not the actual user
InvalidSessionException
RemoteException
- if a user with the given username cannot be foundboolean deactivateUser(java.lang.String token, java.lang.String username) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username of the user to deactivate
NotPermittedException
- if the current user does not have permissions to perform the action
InvalidSessionException
RemoteException
- if the given username cannot be found
RemoteException
- if the user has already been deactivatedboolean reactivateUser(java.lang.String token, java.lang.String username) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username of the user to reactivate
NotPermittedException
- if the current user does not have permissions to perform the action
InvalidSessionException
RemoteException
- if the given username cannot be found
RemoteException
- if the user is already activeboolean isActiveUser(java.lang.String token, java.lang.String username) throws NotPermittedException, RemoteException
username
- The username to check
RemoteException
- If the username does not exist
NotPermittedException
java.lang.String[] getActiveUsers(java.lang.String token, boolean viewAll) throws InvalidSessionException, RemoteException
token
- The token identifying the current userviewAll
- Whether all users should be shown. When it is false, all users in the default users group will be returned.
Otherwise, every registered user is returned.
NotPermittedException
- if the current user does not have administration permissions
InvalidSessionException
RemoteException
boolean setUserInformation(java.lang.String token, RemoteUserInformation userInfo) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current useruserInfo
- A RemoteUserInformation object, containing the username, email, fullname, url and information
NotPermittedException
- if the current user cannot administer users or is not the actual user
InvalidSessionException
RemoteException
- if there was an error saving the personal informationRemoteUserInformation getUserInformation(java.lang.String token, java.lang.String username) throws InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The name of the user to get information on
InvalidSessionException
RemoteException
- if a user with the given username cannot be foundboolean changeMyPassword(java.lang.String token, java.lang.String oldPass, java.lang.String newPass) throws InvalidSessionException, RemoteException
token
- The token identifying the current useroldPass
- The old password of the user, required for security purposesnewPass
- The new password for the user
NotPermittedException
- if newPass was incorrect
InvalidSessionException
RemoteException
- if oldPass does not match the user's password
RemoteException
- if newPass is null or an empty String
RemoteException
- if there are problems setting the password in the UserAccessorboolean changeUserPassword(java.lang.String token, java.lang.String username, java.lang.String newPass) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userusername
- The username of the user we are changing the password fornewPass
- The new password for the user
NotPermittedException
- if the current user does not have permission to administer the user
InvalidSessionException
RemoteException
- if the user cannot be found
RemoteException
- if newPass is null or an empty String
RemoteException
- if there are problems setting the password in the UserAccessorboolean addProfilePicture(java.lang.String token, java.lang.String userName, java.lang.String fileName, java.lang.String mimeType, byte[] pictureData) throws NotPermittedException, InvalidSessionException, RemoteException
userName
- The user name of the profilefileName
- File name of the picturemimeType
- Image mime type (must be from image/*)pictureData
- The image data
NotPermittedException
- Principal is not permitted to add pictures to the specified profile
InvalidSessionException
RemoteException
- if the user can not be found
RemoteException
- if the mimeType is not from image/*
RemoteException
- if the image can not be processedboolean renameUser(java.lang.String token, java.lang.String oldUsername, java.lang.String newUsername) throws RemoteException
token
- The token identifying the current useroldUsername
- current username of the usernewUsername
- new username of the user
NotPermittedException
- if the current user does not have permissions to perform the action
InvalidSessionException
RemoteException
- if the new username does not meet username requirements
RemoteException
- if the user could not be renamedjava.lang.String[] renameUsers(java.lang.String token, java.util.Map<java.lang.String,java.lang.String> oldUsernamesToNewUsernames) throws RemoteException
token
- The token identifying the current useroldUsernamesToNewUsernames
- mapping of current usernames to new usernames of users
NotPermittedException
- if the current user does not have permissions to perform the action
InvalidSessionException
RemoteException
- if a new username does not meet username requirements
RemoteException
- if a user could not be renamedRemoteLabel[] getLabelsById(java.lang.String token, long objectId) throws InvalidSessionException, RemoteException
token
- The token identifying the current userobjectId
- The ID of the ContentEntityObject the method will retrieve the labels for
RemoteException
- if the object cannot be retrieved from the ContentEntityManager
RemoteException
- if the given user does not have VIEW permissions for the object
InvalidSessionException
RemoteLabel[] getMostPopularLabels(java.lang.String token, int maxCount) throws InvalidSessionException, RemoteException
token
- The token identifying the current usermaxCount
- The maximum number of labels to return. A maxCount of 0 means there is no limit.
InvalidSessionException
RemoteException
RemoteLabel[] getMostPopularLabelsInSpace(java.lang.String token, java.lang.String spaceKey, int maxCount) throws InvalidSessionException, RemoteException
token
- The token identifying the current userspaceKey
- The key of the space to limit the labels tomaxCount
- The maximum number of labels to return. A maxCount of 0 means there is no limit.
RemoteException
- if the space cannot be retrieved from the SpaceManager
NotPermittedException
- if the given user does not have VIEW permissions for the space
InvalidSessionException
RemoteLabel[] getRecentlyUsedLabels(java.lang.String token, int maxResults) throws InvalidSessionException, RemoteException
token
- The token identifying the current usermaxResults
- The maximum number of labels to return. A value of 0 means the default is used.
InvalidSessionException
RemoteException
RemoteLabel[] getRecentlyUsedLabelsInSpace(java.lang.String token, java.lang.String spaceKey, int maxResults) throws InvalidSessionException, RemoteException
token
- The token identifying the current userspaceKey
- The key of the space to limit the labels tomaxResults
- The maximum number of labels to return. A value of 0 means the default is used.
RemoteException
- if the space does not exist, or the user lacks permission to view it
NotPermittedException
- if the given user does not have VIEW permissions for the space
InvalidSessionException
RemoteSpace[] getSpacesWithLabel(java.lang.String token, java.lang.String labelName) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label (namespace prefixes permitted)
InvalidSessionException
RemoteException
- if labelName is an empty string or null
RemoteException
- if labelName contains an invalid namespace prefix
RemoteException
- if a label named labelName cannot be foundRemoteLabel[] getRelatedLabels(java.lang.String token, java.lang.String labelName, int maxResults) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label (namespace prefixes permitted)maxResults
- The maximum number of labels to return. A value of 0 means the default is used.
RemoteException
- if labelName is an empty string or null
RemoteException
- if labelName contains an invalid namespace prefix
RemoteException
- if a label named labelName cannot be found
InvalidSessionException
RemoteLabel[] getRelatedLabelsInSpace(java.lang.String token, java.lang.String labelName, java.lang.String spaceKey, int maxResults) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label (namespace prefixes permitted)spaceKey
- The key of the space to limit the labels tomaxResults
- The maximum number of labels to return. A maxCount of 0 means the default is used.
RemoteException
- if labelName is an empty string or null
RemoteException
- if labelName contains an invalid namespace prefix
RemoteException
- if a label named labelName cannot be found
RemoteException
- if the Space does not exist, or the user does not have VIEW permissions
InvalidSessionException
RemoteLabel[] getLabelsByDetail(java.lang.String token, java.lang.String labelName, java.lang.String namespace, java.lang.String spaceKey, java.lang.String owner) throws InvalidSessionException, RemoteException
token
- the authentication token for the userlabelName
- the name of the label to search for (not parsed for prefixes)namespace
- the namespace to restrict byspaceKey
- the key of the space to restrict byowner
- the owner of the labels
InvalidSessionException
RemoteException
- if labelName is an empty string or null
RemoteException
- if labelName contains an invalid namespace prefix
RemoteException
- if a label named labelName cannot be found
RemoteException
- if the Space does not exist, or the user does not have VIEW permissions
RemoteException
- if the owner is not a valid userNamespace
RemoteSearchResult[] getLabelContentById(java.lang.String token, long labelId) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelId
- The ID of the label
RemoteException
- if a Label could not be retrieved for the given ID
InvalidSessionException
RemoteSearchResult[] getLabelContentByName(java.lang.String token, java.lang.String labelName) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of a label (namespace prefixes permitted)
RemoteException
- if the label name is null
RemoteException
- if the label name is an empty String
RemoteException
- if a Label could not be retrieved for the given ID
InvalidSessionException
RemoteSearchResult[] getLabelContentByObject(java.lang.String token, RemoteLabel labelObject) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelObject
- The RemoteLabel object
RemoteException
- if the RemoteLabel object is null
RemoteException
- if a Label could not be retrieved for the given ID
InvalidSessionException
RemoteSpace[] getSpacesContainingContentWithLabel(java.lang.String token, java.lang.String labelName) throws InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The label to retrieve the content for (namespace prefixes permitted)
InvalidSessionException
RemoteException
- if labelName is an empty string or null
RemoteException
- if labelName contains an invalid namespace prefix
RemoteException
- if a label named labelName cannot be foundboolean addLabelByName(java.lang.String token, java.lang.String labelName, long objectId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label(s) to be added to the ContentEntityObject, in the form of a space-separated stringobjectId
- The ID of the ContentEntityObject the method will act on
RemoteException
- if the label name is null or an empty String
RemoteException
- if the split label name is invalid (as determined by LabelUtil.split())
RemoteException
- if the object was not valid
RemoteException
- if the user does not have VIEW permissions for the object
RemoteException
- if the label could not be created
NotPermittedException
- if the user lacks EDIT permissions for the object
InvalidSessionException
boolean addLabelById(java.lang.String token, long labelId, long objectId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelId
- The ID of the label to be added to the ContentEntityObjectobjectId
- The ID of the ContentEntityObject the method will act on
RemoteException
- if a Label could not be retrieved for the given ID
RemoteException
- if the object was not valid
RemoteException
- if the user lacks VIEW permissions for the object
NotPermittedException
- if the user lacks EDIT permissions for the object
InvalidSessionException
boolean addLabelByObject(java.lang.String token, RemoteLabel labelObject, long objectId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelObject
- The label to be added to the ContentEntityObjectobjectId
- The ID of the ContentEntityObject the method will act on
RemoteException
- if the given RemoteLabel object is null
RemoteException
- if a Label could not be retrieved for the given ID
RemoteException
- if the object was not valid
RemoteException
- if the user lacks VIEW permissions for the object
NotPermittedException
- if the user lacks EDIT permissions for the object
InvalidSessionException
boolean addLabelByNameToSpace(java.lang.String token, java.lang.String labelName, java.lang.String spaceKey) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label(s) to be added to the Space, in the form of a space-separated stringspaceKey
- The Space to add the label to
RemoteException
- if the label name is null or an empty String
RemoteException
- if the split label name is invalid (as determined by LabelUtil.split())
RemoteException
- if the space does not exist, or the user does not have VIEW permissions
RemoteException
- if the label could not be created
NotPermittedException
- if the user does not have permission to add the label
InvalidSessionException
boolean removeLabelByName(java.lang.String token, java.lang.String labelName, long objectId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label(s) to be removed from the ContentEntityObject, in the form of a space-separated StringobjectId
- The ID of the ContentEntityObject the method will act on
RemoteException
- if the label name is null
RemoteException
- if the label name is an empty String
RemoteException
- if one of the given label names does not exist (occurs before removing labels)
RemoteException
- if the object was not valid
RemoteException
- if the user lacks VIEW permissions for the object
NotPermittedException
- if the user lacks EDIT permissions for the object
InvalidSessionException
boolean removeLabelById(java.lang.String token, long labelId, long objectId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelId
- The ID of the label to be removed from the ContentEntityObjectobjectId
- The ID of the ContentEntityObject the method will act on
RemoteException
- if a Label could not be retrieved for the given ID
RemoteException
- if the object was not valid
RemoteException
- if the user lacks VIEW permissions for the object
NotPermittedException
- if the user lacks EDIT permissions for the object
InvalidSessionException
boolean removeLabelByObject(java.lang.String token, RemoteLabel labelObject, long objectId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelObject
- The label to be removed from the ContentEntityObjectobjectId
- The ID of the ContentEntityObject the method will act on
RemoteException
- if the RemoteLabel object is null
RemoteException
- if a Label could not be retrieved for the given ID
RemoteException
- if the object was not valid
RemoteException
- if the user lacks VIEW permissions for the object
NotPermittedException
- if the user lacks EDIT permissions for the object
InvalidSessionException
boolean removeLabelByNameFromSpace(java.lang.String token, java.lang.String labelName, java.lang.String spaceKey) throws NotPermittedException, InvalidSessionException, RemoteException
token
- The token identifying the current userlabelName
- The name of the label(s) to be removed from the Space, in the form of a space-separated StringspaceKey
- The Space the method will act on
RemoteException
- if the label name is null
RemoteException
- if the label name is an empty String
RemoteException
- if one of the given label names does not exist (occurs before removing labels)
RemoteException
- if the space does not exist, or the user lacks VIEW permissions
NotPermittedException
- if the user lacks EDIT permissions for the Space
InvalidSessionException
RemoteContentPermissionSet[] getContentPermissionSets(java.lang.String token, long contentId) throws NotPermittedException, InvalidSessionException, RemoteException
token
- the login token for the current usercontentId
- the content ID of the content to be looked up
NotPermittedException
- if the content can not be found, or can not be accessed by the current user
InvalidSessionException
- if no login session can be found for the supplied token
RemoteException
- if something random goes wrongRemoteContentPermissionSet getContentPermissionSet(java.lang.String token, long contentId, java.lang.String permissionType) throws NotPermittedException, InvalidSessionException, RemoteException
token
- the login token for the current usercontentId
- the content ID of the content to be looked uppermissionType
- type of content permission
NotPermittedException
- if the content can not be found, or can not be accessed by the current user
InvalidSessionException
- if no login session can be found for the supplied token
RemoteException
- if something random goes wrongboolean setContentPermissions(java.lang.String token, long contentId, java.lang.String permissionType, RemoteContentPermission[] remoteContentPermissions) throws NotPermittedException, InvalidSessionException, RemoteException
token
- the login tokencontentId
- the id of the content to have permissions set on itpermissionType
- the type of the permissions (one of the constants from ContentPermission
)remoteContentPermissions
- the permissions to set
NotPermittedException
- if the content can not be found or can not be accessed by the current user
InvalidSessionException
- if no login session can be found for the supplied token
RemoteException
- if something random goes wrongboolean addGlobalPermission(java.lang.String token, java.lang.String permission, java.lang.String remoteEntityName) throws NotPermittedException, RemoteException
token
- the login tokenpermission
- the Space Permission to addremoteEntityName
- the name of the user or group
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
boolean addGlobalPermissions(java.lang.String token, java.lang.String[] permissions, java.lang.String remoteEntityName) throws NotPermittedException, RemoteException
token
- the login tokenpermissions
- Array of permissions to addremoteEntityName
- the name of the user or group
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
boolean removeGlobalPermission(java.lang.String token, java.lang.String permission, java.lang.String remoteEntityName) throws RemoteException
token
- the login tokenpermission
- the Space Permission to addremoteEntityName
- the name of the user or group
NotPermittedException
- if the user lacks permissions to perform the action
RemoteException
boolean addAnonymousUsePermission(java.lang.String token) throws RemoteException
RemoteException
boolean removeAnonymousUsePermission(java.lang.String token) throws RemoteException
token
- the login token
RemoteException
boolean addAnonymousViewUserProfilePermission(java.lang.String token) throws RemoteException
token
- the login token
RemoteException
boolean removeAnonymousViewUserProfilePermission(java.lang.String token) throws RemoteException
RemoteException
@Deprecated boolean setEnableWysiwyg(java.lang.String token, boolean value) throws RemoteException
RemoteException
boolean setEnableAnonymousAccess(java.lang.String token, boolean value) throws RemoteException
RemoteException
boolean isPluginEnabled(java.lang.String token, java.lang.String pluginKey) throws RemoteException
RemoteException
boolean isPluginInstalled(java.lang.String token, java.lang.String pluginKey) throws RemoteException
RemoteException
boolean installPlugin(java.lang.String token, java.lang.String pluginFileName, byte[] pluginData) throws RemoteException
pluginFileName
- the original filename of the plugin. It should end with the correct file extension .xml or .jar.pluginData
- a byte[] containing the contents of the plugin xml or jar file.
RemoteException
boolean isDarkFeatureEnabled(java.lang.String token, java.lang.String key) throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |