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

Packages that use NotPermittedException
com.atlassian.confluence.rpc.auth   
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.rpc.xmlrpc   
com.atlassian.confluence.test.rpc   
 

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

Methods in com.atlassian.confluence.rpc.auth that throw NotPermittedException
protected  ConfluenceUser TokenAuthenticationInvocationHandler.getAuthenticatedUser(String token)
          Determines which user is performing the request.
 ConfluenceUser TokenAuthenticationManager.makeAnonymousConfluenceUser()
          Returns the anonymous user
 com.atlassian.user.User TokenAuthenticationManager.makeAnonymousUser()
          Deprecated. since 5.2. Use TokenAuthenticationManager.makeAnonymousConfluenceUser() instead.
 

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

Methods in com.atlassian.confluence.rpc.soap that throw NotPermittedException
 RemoteComment XhtmlSoapService.addComment(String token, RemoteComment comment)
           
 RemoteComment WikiSoapService.addComment(String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapService.addComment(String token, RemoteComment comment)
          Adds a comment to a page or blog post
 boolean XhtmlSoapService.addGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean WikiSoapService.addGlobalPermission(String token, String permission, String remoteEntityName)
           
 boolean ConfluenceSoapService.addGlobalPermission(String token, String permission, String remoteEntityName)
          Add global permissions for a user or group
 boolean XhtmlSoapService.addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
           
 boolean WikiSoapService.addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
           
 boolean ConfluenceSoapService.addGlobalPermissions(String token, String[] permissions, String remoteEntityName)
          Add a global permission for a user or group
 boolean WikiSoapService.addGroup(String token, String groupname)
           
 boolean ConfluenceSoapService.addGroup(String token, String groupname)
          Adds a new group
 boolean XhtmlSoapService.addLabelById(String token, long labelId, long objectId)
           
 boolean WikiSoapService.addLabelById(String token, long labelId, long objectId)
           
 boolean ConfluenceSoapService.addLabelById(String token, long labelId, long objectId)
          Adds a label with the given ID to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addLabelByName(String token, String labelName, long objectId)
           
 boolean WikiSoapService.addLabelByName(String token, String labelName, long objectId)
           
 boolean ConfluenceSoapService.addLabelByName(String token, String labelName, long objectId)
          Adds a label to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean WikiSoapService.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceSoapService.addLabelByNameToSpace(String token, String labelName, String spaceKey)
          Adds a label to the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean WikiSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean ConfluenceSoapService.addLabelByObject(String token, RemoteLabel labelObject, long objectId)
          Adds the given label object to the object with the given ContentEntityObject ID.
 RemoteSpace WikiSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpace(String token, RemoteSpace space, String username)
           
 RemoteSpace WikiSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
           
 boolean XhtmlSoapService.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
           
 boolean WikiSoapService.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
           
 boolean ConfluenceSoapService.addProfilePicture(String token, String userName, String fileName, String mimeType, byte[] pictureData)
          Add a profile picture to a user's profile
 RemoteSpace WikiSoapService.addSpace(String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpace(String token, RemoteSpace space)
           
 RemoteSpaceGroup XhtmlSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup WikiSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.addSpaceGroup(String token, RemoteSpaceGroup spaceGroup)
          Add a space Group to Confluence
 RemoteSpace WikiSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpaceWithDefaultPermissions(String token, RemoteSpace space)
           
 void WikiSoapService.addUser(String token, RemoteUser remoteUser, String password)
           
 void ConfluenceSoapService.addUser(String token, RemoteUser remoteUser, String password)
          Adds a user with the given RemoteUser object and password
 void WikiSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
           
 void ConfluenceSoapService.addUser(String token, RemoteUser remoteUser, String password, boolean notifyUser)
          Adds a user with the given RemoteUser object and password
 boolean WikiSoapService.addUserToGroup(String token, String username, String groupname)
           
 boolean ConfluenceSoapService.addUserToGroup(String token, String username, String groupname)
           
 boolean XhtmlSoapService.changeUserPassword(String token, String username, String newPass)
           
 boolean WikiSoapService.changeUserPassword(String token, String username, String newPass)
           
 boolean ConfluenceSoapService.changeUserPassword(String token, String username, String newPass)
          Change a user's password
 boolean XhtmlSoapService.deactivateUser(String token, String username)
           
 boolean WikiSoapService.deactivateUser(String token, String username)
           
 boolean ConfluenceSoapService.deactivateUser(String token, String username)
          Deactivates the given user
 RemoteComment XhtmlSoapService.editComment(String token, RemoteComment comment)
           
 RemoteComment WikiSoapService.editComment(String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapService.editComment(String token, RemoteComment comment)
          Updates a comment
 boolean XhtmlSoapService.editUser(String token, RemoteUser remoteUser)
           
 boolean WikiSoapService.editUser(String token, RemoteUser remoteUser)
           
 boolean ConfluenceSoapService.editUser(String token, RemoteUser remoteUser)
          Edits a user with the values in the given RemoteUser object

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

 RemoteContentPermissionSet XhtmlSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
           
 RemoteContentPermissionSet WikiSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
           
 RemoteContentPermissionSet ConfluenceSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
          Get the content permission set of a certain type for a particular piece of content
 RemoteContentPermissionSet[] XhtmlSoapService.getContentPermissionSets(String token, long contentId)
           
 RemoteContentPermissionSet[] WikiSoapService.getContentPermissionSets(String token, long contentId)
           
 RemoteContentPermissionSet[] ConfluenceSoapService.getContentPermissionSets(String token, long contentId)
          Get the content permission sets for a particular piece of content
 String[] ConfluenceSoapService.getGroups(String token)
          Retrieves a list of user groups
 RemoteLabel[] XhtmlSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 RemoteLabel[] WikiSoapService.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 String[] ConfluenceSoapService.getPermissionsForUser(String token, String spaceKey, String userName)
           
 RemoteSpaceGroup XhtmlSoapService.getSpaceGroup(String token, String spaceGroupKey)
           
 RemoteSpaceGroup WikiSoapService.getSpaceGroup(String token, String spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.getSpaceGroup(String token, String spaceGroup)
           
 RemoteSpacePermissionSet XhtmlSoapService.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 RemoteSpacePermissionSet WikiSoapService.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 RemoteSpacePermissionSet ConfluenceSoapService.getSpacePermissionSet(String token, String spaceKey, String permissionType)
           
 RemoteSpacePermissionSet[] XhtmlSoapService.getSpacePermissionSets(String token, String spaceKey)
           
 RemoteSpacePermissionSet[] WikiSoapService.getSpacePermissionSets(String token, String spaceKey)
           
 RemoteSpacePermissionSet[] ConfluenceSoapService.getSpacePermissionSets(String token, String spaceKey)
           
 String XhtmlSoapService.getSpaceStatus(String token, String spaceKey)
           
 String WikiSoapService.getSpaceStatus(String token, String spaceKey)
           
 String ConfluenceSoapService.getSpaceStatus(String token, String spaceKey)
           
 String[] WikiSoapService.getUserGroups(String token, String username)
           
 String[] ConfluenceSoapService.getUserGroups(String token, String username)
          Retrieves the groups that a given user belongs to
 boolean XhtmlSoapService.isActiveUser(String token, String username)
           
 boolean WikiSoapService.isActiveUser(String token, String username)
           
 boolean ConfluenceSoapService.isActiveUser(String token, String username)
          Checks if a given user is active.
 boolean XhtmlSoapService.reactivateUser(String token, String username)
           
 boolean WikiSoapService.reactivateUser(String token, String username)
           
 boolean ConfluenceSoapService.reactivateUser(String token, String username)
          Reactivates the given user
 boolean XhtmlSoapService.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean WikiSoapService.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceSoapService.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
          Removes a Space Permission for anonymous users
 boolean XhtmlSoapService.removeComment(String token, long commentId)
           
 boolean WikiSoapService.removeComment(String token, long commentId)
           
 boolean ConfluenceSoapService.removeComment(String token, long commentId)
          Removes a comment with the given ID
 boolean WikiSoapService.removeGroup(String token, String groupname, String defaultGroupName)
           
 boolean ConfluenceSoapService.removeGroup(String token, String groupname, String defaultGroupName)
          Removes an existing group

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

 boolean XhtmlSoapService.removeLabelById(String token, long labelId, long objectId)
           
 boolean WikiSoapService.removeLabelById(String token, long labelId, long objectId)
           
 boolean ConfluenceSoapService.removeLabelById(String token, long labelId, long objectId)
          Removes the label with the given ID from the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.removeLabelByName(String token, String labelName, long objectId)
           
 boolean WikiSoapService.removeLabelByName(String token, String labelName, long objectId)
           
 boolean ConfluenceSoapService.removeLabelByName(String token, String labelName, long objectId)
          Removes the given label from the object with the given ContentEntityObject ID.
 boolean XhtmlSoapService.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean WikiSoapService.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceSoapService.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
          Removes the given label from the given Space
 boolean XhtmlSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean WikiSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId)
           
 boolean ConfluenceSoapService.removeLabelByObject(String token, RemoteLabel labelObject, long objectId)
          Removes the given label object from the object with the given ContentEntityObject ID.
 Boolean WikiSoapService.removePage(String token, long pageId)
           
 Boolean ConfluenceSoapService.removePage(String token, long pageId)
           
 Boolean XhtmlSoapService.removePageVersionById(String token, long historicalPageId)
           
 Boolean WikiSoapService.removePageVersionById(String token, long historicalPageId)
           
 Boolean ConfluenceSoapService.removePageVersionById(String token, long historicalPageId)
          Remove a historical version of a page.
 Boolean XhtmlSoapService.removePageVersionByVersion(String token, long pageId, int version)
           
 Boolean WikiSoapService.removePageVersionByVersion(String token, long pageId, int version)
           
 Boolean ConfluenceSoapService.removePageVersionByVersion(String token, long pageId, int version)
          Remove the identified version of a page.
 boolean XhtmlSoapService.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean WikiSoapService.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceSoapService.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
          Removes a Space Permission for a user or group
 Boolean WikiSoapService.removeSpace(String token, String spaceKey)
           
 Boolean ConfluenceSoapService.removeSpace(String token, String spaceKey)
           
 boolean WikiSoapService.removeUser(String token, String username)
           
 boolean ConfluenceSoapService.removeUser(String token, String username)
          Removes a user with the given username
 boolean WikiSoapService.removeUserFromGroup(String token, String username, String groupname)
           
 boolean ConfluenceSoapService.removeUserFromGroup(String token, String username, String groupname)
          Removes the given user from a group
 boolean XhtmlSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean WikiSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean ConfluenceSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
          Set the content permissions for a particular permission type on some content.
 Boolean XhtmlSoapService.setSpaceStatus(String token, String spaceKey, String status)
           
 Boolean WikiSoapService.setSpaceStatus(String token, String spaceKey, String status)
           
 Boolean ConfluenceSoapService.setSpaceStatus(String token, String spaceKey, String status)
           
 boolean XhtmlSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
           
 boolean WikiSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
           
 boolean ConfluenceSoapService.setUserInformation(String token, RemoteUserInformation userInfo)
          Updates a user's information

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

 RemoteBlogEntry WikiSoapService.storeBlogEntry(String token, RemoteBlogEntry blogEntry)
           
 RemoteBlogEntry ConfluenceSoapService.storeBlogEntry(String token, RemoteBlogEntry blogEntry)
           
 RemotePage WikiSoapService.storePage(String token, RemotePage page)
           
 RemotePage ConfluenceSoapService.storePage(String token, RemotePage page)
           
 RemotePage XhtmlSoapService.updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage WikiSoapService.updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
           
 RemotePage ConfluenceSoapService.updatePage(String token, RemotePage page, RemotePageUpdateOptions options)
           
 

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

Methods in com.atlassian.confluence.rpc.soap.services that throw NotPermittedException
 RemoteComment PagesSoapService.addComment(RemoteComment comment)
           
 boolean LabelsSoapService.addLabelById(long labelId, long objectId)
           
 boolean LabelsSoapService.addLabelByName(String labelName, long objectId)
           
 boolean LabelsSoapService.addLabelByObject(RemoteLabel labelObject, long objectId)
           
 boolean SpacesSoapService.addPermissionsToSpace(String[] permissions, String remoteEntityName, String spaceKey)
           
 void SoapServiceHelperImpl.assertCanModifyObject(Object obj, String typeDescription)
           
 void SoapServiceHelper.assertCanModifyObject(Object obj, String typeDescription)
          Determines if the current user can modify/edit the given object If the current user is a super-user, they will automatically pass this test
 boolean PagesSoapService.removeComment(long commentId)
           
 boolean SpacesSoapService.removeGlobalPermission(String permission, String remoteEntityName)
          Removes a global permission from the user.
 boolean LabelsSoapService.removeLabelById(long labelId, long objectId)
           
 boolean LabelsSoapService.removeLabelByName(String labelReferences, long objectId)
           
 boolean LabelsSoapService.removeLabelByObject(RemoteLabel labelObject, long objectId)
           
 boolean SpacesSoapService.removePermissionFromSpace(String permission, String remoteEntityName, String spaceKey)
           
protected  void SpacesSoapService.verifyPersonalSpaceCreation(ConfluenceUser user)
          Deprecated. since 4.2.7 will be removed in a future release
 

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

Methods in com.atlassian.confluence.rpc.xmlrpc that throw NotPermittedException
 Hashtable ConfluenceXmlRpcHandler.addAttachment(String token, String contentId, Hashtable attachment, byte[] attachmentData)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.addComment(String token, Hashtable comment)
           
 Hashtable ConfluenceXmlRpcHandler.addComment(String token, Hashtable comment)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandler.addLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandler.addLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.addLabelByNameToSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.addLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandler.addLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.changeUserPassword(String token, String username, String newPass)
           
 boolean ConfluenceXmlRpcHandler.changeUserPassword(String token, String username, String newPass)
           
 boolean ConfluenceXmlRpcHandlerImpl.deactivateUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.deactivateUser(String token, String username)
           
 Hashtable ConfluenceXmlRpcHandlerImpl.editComment(String token, Hashtable comment)
           
 Hashtable ConfluenceXmlRpcHandler.editComment(String token, Hashtable comment)
           
 boolean ConfluenceXmlRpcHandlerImpl.editUser(String token, Hashtable remoteUser)
           
 boolean ConfluenceXmlRpcHandler.editUser(String token, Hashtable remoteUser)
           
 Hashtable ConfluenceXmlRpcHandler.getAttachment(String token, String contentId, String fileName, String version)
           
 byte[] ConfluenceXmlRpcHandler.getAttachmentData(String token, String contentId, String fileName, String version)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelContentById(String token, String labelId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelContentByName(String token, String labelName)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelContentByObject(String token, Hashtable labelObject)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 Vector ConfluenceXmlRpcHandler.getLabelsByDetail(String token, String labelName, String namespace, String spaceKey, String owner)
           
 Vector ConfluenceXmlRpcHandlerImpl.getLabelsById(String token, String objectId)
           
 Vector ConfluenceXmlRpcHandlerImpl.getMostPopularLabels(String token, int maxCount)
           
 Vector ConfluenceXmlRpcHandlerImpl.getMostPopularLabelsInSpace(String token, String spaceKey, int maxCount)
           
 boolean ConfluenceXmlRpcHandlerImpl.isActiveUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.isActiveUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.moveAttachment(String token, String originalContentId, String originalFileName, String newContentId, String newFileName)
           
 boolean ConfluenceXmlRpcHandler.moveAttachment(String token, String originalContentId, String originalFileName, String newContentId, String newFileName)
           
 boolean ConfluenceXmlRpcHandlerImpl.reactivateUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandler.reactivateUser(String token, String username)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removeAnonymousPermissionFromSpace(String token, String permission, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeAttachment(String token, String contentId, String fileName)
           
 boolean ConfluenceXmlRpcHandler.removeAttachment(String token, String contentId, String fileName)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeComment(String token, String commentId)
           
 boolean ConfluenceXmlRpcHandler.removeComment(String token, String commentId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandler.removeLabelById(String token, String labelId, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandler.removeLabelByName(String token, String labelName, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removeLabelByNameFromSpace(String token, String labelName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.removeLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandler.removeLabelByObject(String token, Hashtable labelObject, String objectId)
           
 boolean ConfluenceXmlRpcHandlerImpl.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandler.removePermissionFromSpace(String token, String permission, String remoteEntityName, String spaceKey)
           
 boolean ConfluenceXmlRpcHandlerImpl.setUserInformation(String token, Hashtable userInfo)
           
 boolean ConfluenceXmlRpcHandler.setUserInformation(String token, Hashtable userInfo)
           
 

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

Methods in com.atlassian.confluence.test.rpc that throw NotPermittedException
 boolean FuncTestRpcHandlerImpl.createUserMacro(String token, String name, boolean hasBody, String bodyType, String outputType, String template, String title, String description, String category, String iconUrl, String documentationUrl, boolean hidden)
           
 boolean FuncTestRpcHandler.createUserMacro(String token, String name, boolean hasBody, String bodyType, String outputType, String template, String title, String description, String category, String iconUrl, String documentationUrl, boolean hidden)
          Create a User Macro
 boolean FuncTestRpcDelegator.createUserMacro(String token, String name, boolean hasBody, String bodyType, String outputType, String template, String title, String description, String category, String iconUrl, String documentationUrl, boolean hidden)
           
 boolean FuncTestRpcHandlerImpl.disablePlugin(String token, String pluginKey)
          Deprecated. 
 boolean FuncTestRpcHandler.disablePlugin(String token, String pluginKey)
          Deprecated. since 5.6. Use PluginsRpc in test client code.
 boolean FuncTestRpcDelegator.disablePlugin(String token, String pluginKey)
           
 boolean FuncTestRpcHandlerImpl.disablePluginModule(String token, String pluginKey, String moduleKey)
          Deprecated. 
 boolean FuncTestRpcHandler.disablePluginModule(String tokdis, String pluginKey, String moduleKey)
          Deprecated. since 5.6. Use PluginsRpc in test client code.
 boolean FuncTestRpcDelegator.disablePluginModule(String token, String pluginKey, String moduleKey)
           
 boolean FuncTestRpcHandlerImpl.disablePluginWithoutPersisting(String token, String pluginKey)
          Deprecated. 
 boolean FuncTestRpcHandler.disablePluginWithoutPersisting(String token, String pluginKey)
          Disable a plugin without persisting.
 boolean FuncTestRpcDelegator.disablePluginWithoutPersisting(String token, String pluginKey)
           
 boolean FuncTestRpcHandlerImpl.disconnectGroup(String token, String groupName)
           
 boolean FuncTestRpcHandlerImpl.disconnectUser(String token, String userName)
           
 boolean FuncTestRpcHandlerImpl.enablePlugin(String token, String pluginKey)
          Deprecated. 
 boolean FuncTestRpcHandler.enablePlugin(String token, String pluginKey)
          Deprecated. 
 boolean FuncTestRpcDelegator.enablePlugin(String token, String pluginKey)
           
 boolean FuncTestRpcHandlerImpl.enablePluginModule(String token, String pluginKey, String moduleKey)
          Deprecated. 
 boolean FuncTestRpcHandler.enablePluginModule(String token, String pluginKey, String moduleKey)
          Deprecated. since 5.6. Use PluginsRpc in test client code.
 boolean FuncTestRpcDelegator.enablePluginModule(String token, String pluginKey, String moduleKey)
           
 boolean FuncTestRpcHandlerImpl.flushAllCaches(String token)
          Deprecated. 
 Hashtable FuncTestRpcHandlerImpl.getCacheStatistics(String token, String cacheName)
          Deprecated. 
 Vector<String> FuncTestRpcHandlerImpl.getCacheStatisticsCapabilities(String token)
           
 Vector<String> FuncTestRpcHandler.getCacheStatisticsCapabilities(String token)
          Deprecated. since 5.6. Use FuncTestAdminCacheResource.
 Vector<String> FuncTestRpcDelegator.getCacheStatisticsCapabilities(String token)
           
 boolean FuncTestRpcHandlerImpl.isCurrentApplicationSet(String token)
           
 boolean FuncTestRpcHandler.isCurrentApplicationSet(String token)
          Check whether or not the trustedApplicationManager has its currentApplication set.
 boolean FuncTestRpcDelegator.isCurrentApplicationSet(String token)
           
 boolean FuncTestRpcHandlerImpl.isPluginModuleEnabled(String token, String pluginKey, String moduleKey)
          Deprecated. 
 boolean FuncTestRpcHandler.isPluginModuleEnabled(String token, String pluginKey, String moduleKey)
          Deprecated. since 5.6. Use PluginsRpc in test client code.
 boolean FuncTestRpcDelegator.isPluginModuleEnabled(String token, String pluginKey, String moduleKey)
           
 boolean FuncTestRpcHandlerImpl.putStringMappingInCache(String token, String cacheName, String key, String value)
          Deprecated. 
 boolean FuncTestRpcHandlerImpl.removePersonalInformation(String token, String username)
           
 boolean FuncTestRpcHandler.removePersonalInformation(String token, String username)
          PersonalInformation gets created automatically by the standard create user methods.
 boolean FuncTestRpcDelegator.removePersonalInformation(String token, String username)
           
 boolean FuncTestRpcHandlerImpl.removeUserMacro(String token, String name)
           
 boolean FuncTestRpcHandler.removeUserMacro(String token, String name)
          Remove a User Macro with the given name if it exists.
 boolean FuncTestRpcDelegator.removeUserMacro(String token, String name)
           
 boolean FuncTestRpcHandlerImpl.setUserDetails(String token, String username, String fullName, String email)
           
 boolean FuncTestRpcHandlerImpl.uninstallPlugin(String token, String pluginKey)
          Deprecated. 
 boolean FuncTestRpcHandler.uninstallPlugin(String token, String pluginKey)
          Deprecated. since 5.6. Use PluginsRpc in test client code.
 boolean FuncTestRpcDelegator.uninstallPlugin(String token, String pluginKey)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.