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

Packages that use RemoveException
com.atlassian.jira.action.issue   
com.atlassian.jira.config   
com.atlassian.jira.issue   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.managers   
com.atlassian.jira.permission   
com.atlassian.jira.scheme   
com.atlassian.jira.security   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
 

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

Methods in com.atlassian.jira.action.issue that throw RemoveException
protected  java.lang.String IssueDelete.doExecute()
           
 

Uses of RemoveException in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that throw RemoveException
 void SubTaskManager.removeSubTaskIssueType(java.lang.String name)
           
 void DisabledSubTaskManager.removeSubTaskIssueType(java.lang.String name)
           
 void DefaultSubTaskManager.removeSubTaskIssueType(java.lang.String name)
           
 void DefaultConstantsManager.removeIssueType(java.lang.String id)
           
 void ConstantsManager.removeIssueType(java.lang.String id)
           
 

Uses of RemoveException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw RemoveException
 void AttachmentManager.deleteAttachment(Attachment attachment)
          Delete an attachment from the database and from disk
 

Uses of RemoveException in com.atlassian.jira.issue.link
 

Methods in com.atlassian.jira.issue.link that throw RemoveException
 void IssueLinkTypeDestroyerImpl.removeIssueLinkType(java.lang.Long issueLinkTypeId, IssueLinkType swapLinkType, com.opensymphony.user.User remoteUser)
           
 void IssueLinkTypeDestroyer.removeIssueLinkType(java.lang.Long issueLinkTypeId, IssueLinkType swapLinkType, com.opensymphony.user.User remoteUser)
          Removes an issueLinkType from the datastore.
 void IssueLinkManager.removeIssueLink(IssueLink issueLink, com.opensymphony.user.User remoteUser)
          Removes given issue link
 int IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 void IssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.opensymphony.user.User remoteUser)
           
 void DefaultIssueLinkManager.removeIssueLink(IssueLink issueLink, com.opensymphony.user.User remoteUser)
          We do not check for permission here.
 int DefaultIssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 void DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.opensymphony.user.User remoteUser)
           
 

Uses of RemoveException in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers that throw RemoveException
 void DefaultAttachmentManager.deleteAttachment(Attachment attachment)
           
 

Uses of RemoveException in com.atlassian.jira.permission
 

Methods in com.atlassian.jira.permission that throw RemoveException
 boolean DefaultPermissionSchemeManager.removeEntities(java.lang.String parameter)
          Removes all scheme entities with this parameter
 boolean DefaultPermissionSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme, java.lang.Long permissionId)
          Retrieves all the entites for this permission and then removes them.
 

Uses of RemoveException in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme that throw RemoveException
 boolean SchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme, java.lang.Long permissionId)
           
 boolean SchemeManager.removeEntities(java.lang.String parameter)
          Removes all scheme entities with this parameter
 boolean AbstractSchemeManager.removeEntities(java.lang.String parameter)
          Removes all scheme entities with this parameter
 boolean AbstractSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme, java.lang.Long entityTypeId)
          Retrieves all the entites for this permissio and then removes them.
 

Uses of RemoveException in com.atlassian.jira.security
 

Methods in com.atlassian.jira.security that throw RemoveException
 void SubvertedPermissionManager.removeGroupPermissions(java.lang.String group)
           
 void PermissionManager.removeGroupPermissions(java.lang.String group)
          Remove all permissions that have used this group
 boolean GlobalPermissionManager.removePermission(int permissionType, java.lang.String group)
          Removes a global permission
 boolean GlobalPermissionManager.removePermissions(java.lang.String group)
          Remove a global permissions that the group passed in
 boolean DefaultGlobalPermissionManager.removePermission(int permissionId, java.lang.String group)
          Removes a global permission
 boolean DefaultGlobalPermissionManager.removePermissions(java.lang.String group)
          Remove a global permissions that the group passed in
 void AbstractPermissionManager.removeGroupPermissions(java.lang.String group)
          Remove all permissions that have used this group
 

Uses of RemoveException in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that throw RemoveException
protected abstract  void AbstractPermissions.removePermission(int permType, com.opensymphony.user.Group group)
           
 

Uses of RemoveException in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that throw RemoveException
protected  void GlobalPermissions.removePermission(int permType, com.opensymphony.user.Group group)
           
 



Copyright © 2002-2005 Atlassian. All Rights Reserved.