Uses of Class
com.atlassian.jira.exception.PermissionException

Packages that use PermissionException
com.atlassian.jira.action.issue   
com.atlassian.jira.bc.user   
com.atlassian.jira.favourites   
com.atlassian.jira.plugin.link.confluence.service   
com.atlassian.jira.plugin.link.remotejira   
com.atlassian.jira.plugin.report.impl   
com.atlassian.jira.service.util.handler   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.servlet   
 

Uses of PermissionException in com.atlassian.jira.action.issue
 

Methods in com.atlassian.jira.action.issue that throw PermissionException
protected  String IssueDelete.doExecute()
          Deprecated.  
 

Uses of PermissionException in com.atlassian.jira.bc.user
 

Methods in com.atlassian.jira.bc.user that throw PermissionException
 com.atlassian.crowd.embedded.api.User DefaultUserService.createUserFromSignup(UserService.CreateUserValidationResult result)
           
 com.atlassian.crowd.embedded.api.User UserService.createUserFromSignup(UserService.CreateUserValidationResult result)
          Given a valid validation result, this will create the user using the details provided in the validation result.
 com.atlassian.crowd.embedded.api.User DefaultUserService.createUserNoNotification(UserService.CreateUserValidationResult result)
           
 com.atlassian.crowd.embedded.api.User UserService.createUserNoNotification(UserService.CreateUserValidationResult result)
          Given a valid validation result, this will create the user using the details provided in the validation result.
 com.atlassian.crowd.embedded.api.User DefaultUserService.createUserWithNotification(UserService.CreateUserValidationResult result)
           
 com.atlassian.crowd.embedded.api.User UserService.createUserWithNotification(UserService.CreateUserValidationResult result)
          Given a valid validation result, this will create the user using the details provided in the validation result.
 

Uses of PermissionException in com.atlassian.jira.favourites
 

Methods in com.atlassian.jira.favourites that throw PermissionException
 void FavouritesManager.addFavourite(com.atlassian.crowd.embedded.api.User user, S entity)
          Add the given entity as a favourite of the user passed in add to favourites count if necessary.
 void DefaultFavouritesManager.addFavourite(com.atlassian.crowd.embedded.api.User user, SharedEntity entity)
           
 void DefaultFavouritesManager.addFavouriteInPosition(com.atlassian.crowd.embedded.api.User user, SharedEntity entity, long position)
           
 void FavouritesManager.addFavouriteInPosition(com.atlassian.crowd.embedded.api.User user, S entity, long position)
          Add the given entity as a favourite of the user passed in, in the specified position, add to favourites count if necessary.
 void FavouritesManager.decreaseFavouriteSequence(com.atlassian.crowd.embedded.api.User user, S entity)
          Decreases the position of the SharedEntity relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.decreaseFavouriteSequence(com.atlassian.crowd.embedded.api.User user, SharedEntity entity)
           
 void FavouritesManager.increaseFavouriteSequence(com.atlassian.crowd.embedded.api.User user, S entity)
          Increases the position of the SharedEntity relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.increaseFavouriteSequence(com.atlassian.crowd.embedded.api.User user, SharedEntity entity)
           
 boolean FavouritesManager.isFavourite(com.atlassian.crowd.embedded.api.User user, S entity)
          Check to see if the given entity is a favourite of the user passed in.
 boolean DefaultFavouritesManager.isFavourite(com.atlassian.crowd.embedded.api.User user, SharedEntity entity)
           
 void FavouritesManager.moveToEndFavouriteSequence(com.atlassian.crowd.embedded.api.User user, S entity)
          Moves the position of the SharedEntity to the end relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.moveToEndFavouriteSequence(com.atlassian.crowd.embedded.api.User user, SharedEntity entity)
           
 void FavouritesManager.moveToStartFavouriteSequence(com.atlassian.crowd.embedded.api.User user, S entity)
          Moves the position of the SharedEntity to the start relative to the user's set of all other entities of the same type.
 void DefaultFavouritesManager.moveToStartFavouriteSequence(com.atlassian.crowd.embedded.api.User user, SharedEntity entity)
           
 

Uses of PermissionException in com.atlassian.jira.plugin.link.confluence.service
 

Methods in com.atlassian.jira.plugin.link.confluence.service that throw PermissionException
 RemoteIssueLink ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
           
 

Uses of PermissionException in com.atlassian.jira.plugin.link.remotejira
 

Methods in com.atlassian.jira.plugin.link.remotejira that throw PermissionException
 RemoteIssueLink JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
           
 

Uses of PermissionException in com.atlassian.jira.plugin.report.impl
 

Methods in com.atlassian.jira.plugin.report.impl that throw PermissionException
 StatsGroup SingleLevelGroupByReport.getOptions(SearchRequest sr, com.atlassian.crowd.embedded.api.User user, StatisticsMapper mapper)
           
 

Uses of PermissionException in com.atlassian.jira.service.util.handler
 

Methods in com.atlassian.jira.service.util.handler that throw PermissionException
 com.atlassian.crowd.embedded.api.User DefaultMessageHandlerContext.createUser(String username, String password, String email, String fullname, Integer userEventType)
           
 com.atlassian.crowd.embedded.api.User MessageHandlerContext.createUser(String username, String password, String email, String fullname, Integer userEventType)
          Creates user in JIRA or just dummy user if run in dry run mode
 

Uses of PermissionException in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util that throw PermissionException
 void UserUtil.addToJiraUsePermission(com.atlassian.crowd.embedded.api.User user)
          Takes the given user and adds him/her to all the groups that grant a user the global JIRA use permission.
 void UserUtilImpl.addUserToGroup(com.atlassian.crowd.embedded.api.Group group, com.atlassian.crowd.embedded.api.User userToAdd)
           
 void UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group group, com.atlassian.crowd.embedded.api.User userToAdd)
          This is used to add a specified user to a specified group.
 void UserUtilImpl.addUserToGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups, com.atlassian.crowd.embedded.api.User userToAdd)
           
 void UserUtil.addUserToGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups, com.atlassian.crowd.embedded.api.User userToAdd)
          This is used to add a user to many groups at once.
 void UserUtilImpl.changePassword(com.atlassian.crowd.embedded.api.User user, String newPassword)
           
 void UserUtil.changePassword(com.atlassian.crowd.embedded.api.User user, String newPassword)
          Can be called to set the password for a user.
protected  com.atlassian.crowd.embedded.api.User UserUtilImpl.createUserInDefaultDirectory(String username, String password, String emailAddress, String displayName, int userEventType, boolean sendEmail)
           
protected  com.atlassian.crowd.embedded.api.User UserUtilImpl.createUserInDirectory(String username, String password, String emailAddress, String displayName, Long directoryId, int userEventType, boolean sendEmail)
           
 com.atlassian.crowd.embedded.api.User UserUtilImpl.createUserNoNotification(String username, String password, String emailAddress, String displayName)
           
 com.atlassian.crowd.embedded.api.User UserUtil.createUserNoNotification(String username, String password, String emailAddress, String displayName)
          Creates a User from supplied details.
 com.atlassian.crowd.embedded.api.User UserUtilImpl.createUserNoNotification(String username, String password, String emailAddress, String displayName, Long directoryId)
           
 com.atlassian.crowd.embedded.api.User UserUtil.createUserNoNotification(String username, String password, String emailAddress, String displayName, Long directoryId)
          Creates a User from supplied details.
 com.atlassian.crowd.embedded.api.User UserUtilImpl.createUserWithNotification(String username, String password, String email, String fullname, int userEventType)
           
 com.atlassian.crowd.embedded.api.User UserUtil.createUserWithNotification(String username, String password, String email, String fullname, int userEventType)
          Creates a User from supplied details.
 com.atlassian.crowd.embedded.api.User UserUtilImpl.createUserWithNotification(String username, String password, String email, String fullname, Long directoryId, int userEventType)
           
 com.atlassian.crowd.embedded.api.User UserUtil.createUserWithNotification(String username, String password, String email, String fullname, Long directoryId, int userEventType)
          Creates a User from supplied details.
 void UserUtilImpl.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group, com.atlassian.crowd.embedded.api.User userToRemove)
           
 void UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group, com.atlassian.crowd.embedded.api.User userToRemove)
          This is used to remove a specified user from a specified group.
 void UserUtilImpl.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups, com.atlassian.crowd.embedded.api.User userToRemove)
           
 void UserUtil.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups, com.atlassian.crowd.embedded.api.User userToRemove)
          This is used to remove a user from many groups at once.
 

Uses of PermissionException in com.atlassian.jira.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that throw PermissionException
 Long BrowseComponent.getId()
           
protected  boolean BrowseComponent.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
           
protected  boolean BrowseProject.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
          Returns true if the tab panel of the given descriptor should be hidden from the current view
protected  boolean BrowseVersion.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
           
 

Uses of PermissionException in com.atlassian.jira.web.servlet
 

Methods in com.atlassian.jira.web.servlet that throw PermissionException
protected abstract  File AbstractViewFileServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Gets the attachment file (not the file name) that corresponds to the requested attachment.
protected  File ViewAttachmentServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns the file of the attachment.
protected  File ViewThumbnailServlet.getFileName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.