public class ConfluenceXmlRpcHandlerImpl extends Object implements ConfluenceXmlRpcHandler
Responsible for converting inputs into a form that is suitable for the underyling SOAP API.
Also responsible for converting what is returned by the underlying SOAP API into a form that is appropriate to return to XML RPC clients.
| Constructor and Description |
|---|
ConfluenceXmlRpcHandlerImpl() |
public void setSoapServiceDelegator(ConfluenceSoapService soapServiceDelegator)
public String login(String username, String password) throws RemoteException
login in interface SecureRpclogin in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean logout(String token) throws RemoteException
logout in interface SecureRpclogout in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getSpaces(String token) throws RemoteException
getSpaces in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getSpacesInGroup(String token, String spaceGroupKey) throws RemoteException
getSpacesInGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getBlogEntries(String token, String spaceKey) throws RemoteException
getBlogEntries in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle) throws RemoteException
getBlogEntryByDayAndTitle in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) throws RemoteException
getBlogEntryByDateAndTitle in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getComments(String token, String pageId) throws RemoteException
getComments in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getComment(String token, String commentId) throws InvalidSessionException, RemoteException
getComment in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Hashtable addComment(String token, Hashtable comment) throws InvalidSessionException, NotPermittedException, RemoteException
addComment in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionNotPermittedExceptionRemoteExceptionpublic Hashtable editComment(String token, Hashtable comment) throws InvalidSessionException, NotPermittedException, RemoteException
editComment in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionNotPermittedExceptionRemoteExceptionpublic boolean removeComment(String token, String commentId) throws InvalidSessionException, NotPermittedException, RemoteException
removeComment in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionNotPermittedExceptionRemoteExceptionpublic Vector getTopLevelPages(String token, String spaceKey) throws RemoteException
getTopLevelPages in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getAncestors(String token, String pageId) throws RemoteException
getAncestors in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getChildren(String token, String pageId) throws RemoteException
getChildren in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getDescendents(String token, String pageId) throws RemoteException
getDescendents in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getAttachments(String token, String pageId) throws RemoteException
getAttachments in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String convertWikiToStorageFormat(String token, String wiki) throws RemoteException
convertWikiToStorageFormat in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean watchPage(String token, String pageId) throws RemoteException
watchPage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean watchSpace(String token, String spaceKey) throws RemoteException
watchSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean watchPageForUser(String token, String pageId, String username) throws RemoteException
watchPageForUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removePageWatch(String token, String pageId) throws RemoteException
removePageWatch in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeSpaceWatch(String token, String spaceKey) throws RemoteException
removeSpaceWatch in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removePageWatchForUser(String token, String pageId, String username) throws RemoteException
removePageWatchForUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean isWatchingPage(String token, String pageId, String username) throws RemoteException
isWatchingPage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean isWatchingSpace(String token, String spaceKey, String username) throws RemoteException
isWatchingSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean isWatchingSpaceForType(String token, String spaceKey, String contentType, String username) throws RemoteException
isWatchingSpaceForType in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getWatchersForPage(String token, String pageId) throws RemoteException
getWatchersForPage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getWatchersForSpace(String token, String spaceKey) throws RemoteException
getWatchersForSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getBlogEntry(String token, String blogEntryId) throws RemoteException
getBlogEntry in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getPages(String token, String spaceKey) throws RemoteException
getPages in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getPage(String token, String pageId) throws RemoteException
getPage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getPageSummary(String token, String pageId) throws RemoteException
getPageSummary in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getPage(String token, String spaceKey, String pageTitle) throws RemoteException
getPage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getPageSummary(String token, String spaceKey, String pageTitle) throws RemoteException
getPageSummary in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getContentPermissionSets(String token, String contentId) throws RemoteException
getContentPermissionSets in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getContentPermissionSet(String token, String contentId, String permissionType) throws RemoteException
getContentPermissionSet in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getContentPermissions(String token, String contentId) throws RemoteException
getContentPermissions in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean setContentPermissions(String token, String contentId, String permissionType, Vector permissions) throws RemoteException
setContentPermissions in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getPageHistory(String token, String pageId) throws RemoteException
getPageHistory in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getSpace(String token, String spaceKey) throws RemoteException
getSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getPermissions(String token, String spaceKey) throws RemoteException
getPermissions in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getPermissionsForUser(String token, String spaceKey, String userName) throws RemoteException
getPermissionsForUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getSpacePermissionSets(String token, String spaceKey) throws RemoteException
getSpacePermissionSets in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getSpacePermissionSet(String token, String spaceKey, String permissionType) throws RemoteException
getSpacePermissionSet in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getPagePermissions(String token, String pageId) throws RemoteException
getPagePermissions in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String renderContent(String token, String spaceKey, String pageId, String newContent) throws RemoteException
renderContent in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String renderContent(String token, String spaceKey, String pageId, String newContent, Hashtable renderParameters) throws RemoteException
renderContent in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean movePageToTopLevel(String token, String pageId, String targetSpaceKey) throws RemoteException
movePageToTopLevel in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean movePage(String token, String sourcePageId, String targetPageId, String position) throws RemoteException
movePage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean removePage(String token, String pageId) throws RemoteException
removePage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean removePageVersionById(String token, String historicalPageId) throws RemoteException
removePageVersionById in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean removePageVersionByVersion(String token, String pageId, int version) throws RemoteException
removePageVersionByVersion in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getTrashContents(String token, String spaceKey, int offset, int maxResults) throws RemoteException
getTrashContents in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean purgeFromTrash(String token, String spaceKey, String pageId) throws RemoteException
purgeFromTrash in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean emptyTrash(String token, String spaceKey) throws RemoteException
emptyTrash in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector search(String token, String query, int maxResults) throws RemoteException
search in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector search(String token, String query, Hashtable params, int maxResults) throws RemoteException
search in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable storeBlogEntry(String token, Hashtable blogEntryStruct) throws RemoteException
storeBlogEntry in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable storePage(String token, Hashtable pageStruct) throws RemoteException
storePage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable updatePage(String token, Hashtable pageStruct, Hashtable editOptionsStruct) throws RemoteException
updatePage in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable addAttachment(String token, String contentId, Hashtable attachment, byte[] attachmentData) throws RemoteException
addAttachment in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getAttachment(String token, String contentId, String fileName, String version) throws RemoteException
getAttachment in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic byte[] getAttachmentData(String token, String contentId, String fileName, String version) throws RemoteException
getAttachmentData in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeAttachment(String token, String contentId, String fileName) throws RemoteException, NotPermittedException
removeAttachment in interface ConfluenceXmlRpcHandlerRemoteExceptionNotPermittedExceptionpublic boolean moveAttachment(String token, String originalContentId, String originalFileName, String newContentId, String newFileName) throws RemoteException, NotPermittedException
moveAttachment in interface ConfluenceXmlRpcHandlerRemoteExceptionNotPermittedExceptionpublic Hashtable addSpaceGroup(String token, Hashtable spaceGroup) throws RemoteException
addSpaceGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getSpaceGroup(String token, String spaceGroupKey) throws RemoteException
getSpaceGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getSpaceGroups(String token) throws RemoteException
getSpaceGroups in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeSpaceGroup(String token, String spaceGroupKey) throws RemoteException
removeSpaceGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable addSpace(String token, Hashtable space) throws RemoteException
addSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable storeSpace(String token, Hashtable remoteSpace) throws RemoteException
storeSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable addPersonalSpace(String token, Hashtable space, String username) throws RemoteException
addPersonalSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean removeSpace(String token, String spaceKey) throws RemoteException
removeSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Boolean setSpaceStatus(String token, String spaceKey, String statusString) throws RemoteException
setSpaceStatus in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String getSpaceStatus(String token, String spaceKey) throws RemoteException
getSpaceStatus in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String exportSpace(String token, String spaceKey, String exportType) throws RemoteException
exportSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean importSpace(String token, byte[] importData) throws RemoteException
ConfluenceXmlRpcHandlerimportSpace in interface ConfluenceXmlRpcHandlertoken - The authentication tokenimportData - The contents of the Space export fileRemoteException - If the space exists or the export file is invalidpublic boolean addPermissionToSpace(String token, String permission, String remoteEntityName, String spaceKey) throws RemoteException
addPermissionToSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addPermissionsToSpace(String token, Vector permissions, String remoteEntityName, String spaceKey) throws RemoteException
addPermissionsToSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addGlobalPermissions(String token, Vector permissions, String remoteEntityName) throws RemoteException
addGlobalPermissions in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addGlobalPermission(String token, String permission, String remoteEntityName) throws RemoteException
addGlobalPermission in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeGlobalPermission(String token, String permission, String remoteEntityName) throws RemoteException
removeGlobalPermission in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addAnonymousUsePermission(String token) throws RemoteException
addAnonymousUsePermission in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeAnonymousUsePermission(String token) throws RemoteException
removeAnonymousUsePermission in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addAnonymousViewUserProfilePermission(String token) throws RemoteException
addAnonymousViewUserProfilePermission in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeAnonymousViewUserProfilePermission(String token) throws RemoteException
removeAnonymousViewUserProfilePermission in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey) throws NotPermittedException, RemoteException
removePermissionFromSpace in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean addAnonymousPermissionToSpace(String token, String permission, String spaceKey) throws RemoteException
addAnonymousPermissionToSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addAnonymousPermissionsToSpace(String token, Vector permissions, String spaceKey) throws RemoteException
addAnonymousPermissionsToSpace in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey) throws NotPermittedException, RemoteException
removeAnonymousPermissionFromSpace in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic String[] getSpaceLevelPermissions(String token) throws RemoteException
getSpaceLevelPermissions in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getServerInfo(String token) throws RemoteException
getServerInfo in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String exportSite(String token, boolean exportAttachments) throws RemoteException
exportSite in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic String performBackup(String token, boolean exportAttachments) throws RemoteException
performBackup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean flushIndexQueue(String token) throws RemoteException
flushIndexQueue in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean clearIndexQueue(String token) throws RemoteException
clearIndexQueue in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean recoverMainIndex(String token) throws RemoteException
recoverMainIndex in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getClusterInformation(String token) throws RemoteException
getClusterInformation in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getClusterNodeStatuses(String token) throws RemoteException
getClusterNodeStatuses in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getGroups(String token) throws RemoteException
getGroups in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean hasGroup(String token, String groupname) throws InvalidSessionException, RemoteException
hasGroup in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean addGroup(String token, String groupname) throws RemoteException
addGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeGroup(String token, String groupname, String defaultGroupName) throws RemoteException
removeGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector getUserGroups(String token, String username) throws RemoteException
getUserGroups in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addUserToGroup(String token, String username, String groupname) throws RemoteException
addUserToGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeAllPermissionsForGroup(String token, String groupname) throws RemoteException
removeAllPermissionsForGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeUserFromGroup(String token, String username, String groupname) throws RemoteException
removeUserFromGroup in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getUser(String token, String username) throws RemoteException
getUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Hashtable getUserByKey(String token, String userKey) throws RemoteException
getUserByKey in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean hasUser(String token, String username) throws InvalidSessionException, RemoteException
hasUser in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean addUser(String token, Hashtable remoteUser, String password) throws RemoteException
addUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean addUser(String token, Hashtable remoteUser, String password, boolean notifyUser) throws RemoteException
addUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean removeUser(String token, String username) throws RemoteException
removeUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean editUser(String token, Hashtable remoteUser) throws NotPermittedException, InvalidSessionException, RemoteException
editUser in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic boolean deactivateUser(String token, String username) throws NotPermittedException, InvalidSessionException, RemoteException
deactivateUser in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic boolean reactivateUser(String token, String username) throws NotPermittedException, InvalidSessionException, RemoteException
reactivateUser in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic boolean isActiveUser(String token, String username) throws NotPermittedException, RemoteException
isActiveUser in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getActiveUsers(String token, boolean viewAll) throws InvalidSessionException, RemoteException
getActiveUsers in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean setUserInformation(String token, Hashtable userInfo) throws NotPermittedException, InvalidSessionException, RemoteException
setUserInformation in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic Hashtable getUserInformation(String token, String username) throws InvalidSessionException, RemoteException
getUserInformation in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean changeMyPassword(String token, String oldPass, String newPass) throws InvalidSessionException, RemoteException
changeMyPassword in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean changeUserPassword(String token, String username, String newPass) throws NotPermittedException, InvalidSessionException, RemoteException
changeUserPassword in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic boolean addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData) throws RemoteException
addProfilePicture in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean renameUser(String token, String oldUsername, String newUsername) throws RemoteException
renameUser in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic Vector renameUsers(String token, Hashtable oldUsernamesToNewUsernames) throws RemoteException
renameUsers in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean setUserPreferenceBoolean(String token, String username, String key, boolean value) throws InvalidSessionException, RemoteException
setUserPreferenceBoolean in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean getUserPreferenceBoolean(String token, String username, String key) throws InvalidSessionException, RemoteException
getUserPreferenceBoolean in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean setUserPreferenceLong(String token, String username, String key, String value) throws InvalidSessionException, RemoteException
setUserPreferenceLong in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic String getUserPreferenceLong(String token, String username, String key) throws InvalidSessionException, RemoteException
getUserPreferenceLong in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean setUserPreferenceString(String token, String username, String key, String value) throws InvalidSessionException, RemoteException
setUserPreferenceString in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic String getUserPreferenceString(String token, String username, String key) throws InvalidSessionException, RemoteException
getUserPreferenceString in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Vector getLabelsById(String token, String objectId) throws NotPermittedException, RemoteException
getLabelsById in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getMostPopularLabels(String token, int maxCount) throws NotPermittedException, RemoteException
getMostPopularLabels in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount) throws NotPermittedException, RemoteException
getMostPopularLabelsInSpace in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getLabelContentById(String token, String labelId) throws NotPermittedException, RemoteException
getLabelContentById in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getLabelContentByName(String token, String labelName) throws NotPermittedException, RemoteException
getLabelContentByName in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getLabelContentByObject(String token, Hashtable labelObject) throws NotPermittedException, RemoteException
getLabelContentByObject in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic Vector getRecentlyUsedLabels(String token, int maxResults) throws InvalidSessionException, RemoteException
getRecentlyUsedLabels in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Vector getRecentlyUsedLabelsInSpace(String token, String spaceKey, int maxResults) throws InvalidSessionException, RemoteException
getRecentlyUsedLabelsInSpace in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Vector getSpacesWithLabel(String token, String labelName) throws InvalidSessionException, RemoteException
getSpacesWithLabel in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Vector getRelatedLabels(String token, String labelName, int maxResults) throws InvalidSessionException, RemoteException
getRelatedLabels in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Vector getRelatedLabelsInSpace(String token, String labelName, String spaceKey, int maxResults) throws InvalidSessionException, RemoteException
getRelatedLabelsInSpace in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic Vector getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner) throws InvalidSessionException, RemoteException, NotPermittedException
getLabelsByDetail in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionNotPermittedExceptionpublic Vector getSpacesContainingContentWithLabel(String token, String labelName) throws InvalidSessionException, RemoteException
getSpacesContainingContentWithLabel in interface ConfluenceXmlRpcHandlerInvalidSessionExceptionRemoteExceptionpublic boolean addLabelByName(String token, String labelName, String objectId) throws NotPermittedException, RemoteException
addLabelByName in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean addLabelById(String token, String labelId, String objectId) throws NotPermittedException, RemoteException
addLabelById in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean addLabelByObject(String token, Hashtable labelObject, String objectId) throws NotPermittedException, RemoteException
addLabelByObject in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean addLabelByNameToSpace(String token, String labelName, String spaceKey) throws NotPermittedException, InvalidSessionException, RemoteException
addLabelByNameToSpace in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic boolean removeLabelByName(String token, String labelName, String objectId) throws NotPermittedException, RemoteException
removeLabelByName in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean removeLabelById(String token, String labelId, String objectId) throws NotPermittedException, RemoteException
removeLabelById in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean removeLabelByObject(String token, Hashtable labelObject, String objectId) throws NotPermittedException, RemoteException
removeLabelByObject in interface ConfluenceXmlRpcHandlerNotPermittedExceptionRemoteExceptionpublic boolean removeLabelByNameFromSpace(String token, String labelName, String spaceKey) throws NotPermittedException, InvalidSessionException, RemoteException
removeLabelByNameFromSpace in interface ConfluenceXmlRpcHandlerNotPermittedExceptionInvalidSessionExceptionRemoteExceptionpublic boolean setEnableAnonymousAccess(String token, String value) throws RemoteException
setEnableAnonymousAccess in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean isPluginEnabled(String token, String pluginKey) throws RemoteException
isPluginEnabled in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean isPluginInstalled(String token, String pluginKey) throws RemoteException
isPluginInstalled in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean installPlugin(String token, String pluginFileName, byte[] pluginData) throws RemoteException
installPlugin in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean isDarkFeatureEnabled(String token, String key) throws RemoteException
isDarkFeatureEnabled in interface ConfluenceXmlRpcHandlerRemoteExceptionpublic boolean startActivity(String token, String key, String user) throws RemoteException
ConfluenceXmlRpcHandlerstartActivity in interface ConfluenceXmlRpcHandlertoken - rpc authentication tokenkey - the activity key to startuser - the username of the user starting the activityRemoteExceptionpublic boolean stopActivity(String token, String key, String user) throws RemoteException
ConfluenceXmlRpcHandlerstopActivity in interface ConfluenceXmlRpcHandlertoken - rpc authentication tokenkey - the activity key to stopuser - the username of the user stopping the activityRemoteExceptionCopyright © 2003–2021 Atlassian. All rights reserved.