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.issue.security   
com.atlassian.jira.notification   
com.atlassian.jira.permission   
com.atlassian.jira.project   
com.atlassian.jira.scheme   
com.atlassian.jira.security   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.workflow   
 

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

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

Uses of RemoveException in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that throw RemoveException
 IssueUpdateBean SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask, org.ofbiz.core.entity.GenericValue parentIssue, User currentUser)
          Change the parent of the given subtask to the given new parent on behalf of the given user.
 IssueUpdateBean SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask, org.ofbiz.core.entity.GenericValue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
          Change the parent of the given subtask to the given new parent on behalf of the given user.
 IssueUpdateBean DefaultSubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask, org.ofbiz.core.entity.GenericValue parentIssue, User currentUser)
           
 IssueUpdateBean DefaultSubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask, org.ofbiz.core.entity.GenericValue newParentIssue, com.atlassian.crowd.embedded.api.User currentUser)
           
 void ConstantsManager.removeIssueType(String id)
          Removes an existing issueType.
 void DefaultConstantsManager.removeIssueType(String id)
           
 void SubTaskManager.removeSubTaskIssueType(String name)
           
 void DefaultSubTaskManager.removeSubTaskIssueType(String name)
           
 

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.
 void AttachmentManager.deleteAttachmentDirectory(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Please use AttachmentManager.deleteAttachmentDirectory(Issue) instead. Deprecated since v4.2
 void AttachmentManager.deleteAttachmentDirectory(Issue issue)
          Delete the attachment directory from disk if the directory is empty.
 void IssueManager.deleteIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will delete an issue from JIRA.
 void IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will delete an issue from JIRA.
 void CustomFieldManager.removeCustomField(CustomField customField)
          Removes the customfield supplied including all associations and values.
 void CustomFieldManager.removeCustomFieldPossiblyLeavingOrphanedData(Long customFieldId)
          Removes the customfield supplied.
 

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

Methods in com.atlassian.jira.issue.link that throw RemoveException
 void IssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
          Changes the type of an issue link.
 void IssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, User remoteUser)
          Deprecated. Use IssueLinkManager.changeIssueLinkType(IssueLink, IssueLinkType, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 void DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, User remoteUser)
           
 void IssueLinkManager.removeIssueLink(IssueLink issueLink, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes a single issue link We do not check for permission here.
 void IssueLinkManager.removeIssueLink(IssueLink issueLink, User remoteUser)
          Deprecated. Use IssueLinkManager.removeIssueLink(IssueLink, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 void DefaultIssueLinkManager.removeIssueLink(IssueLink issueLink, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void DefaultIssueLinkManager.removeIssueLink(IssueLink issueLink, User remoteUser)
           
 int IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes ALL incoming and outgoing issuelinks from the issue supplied.
 int IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
          Deprecated. Use IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 int DefaultIssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 int DefaultIssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
           
 void IssueLinkTypeDestroyerImpl.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void IssueLinkTypeDestroyerImpl.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, User remoteUser)
           
 void IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes an issueLinkType from the datastore.
 void IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, User remoteUser)
          Deprecated. use IssueLinkTypeDestroyer.removeIssueLinkType(Long, IssueLinkType, com.atlassian.crowd.embedded.api.User)
 

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

Methods in com.atlassian.jira.issue.managers that throw RemoveException
 void DefaultAttachmentManager.deleteAttachment(Attachment attachment)
           
 void DefaultAttachmentManager.deleteAttachmentDirectory(org.ofbiz.core.entity.GenericValue issue)
           
 void DefaultAttachmentManager.deleteAttachmentDirectory(Issue issue)
           
 void IssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void IssueDeleteHelper.deleteIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueManager.deleteIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueDeleteHelper.deleteIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultCustomFieldManager.removeCustomField(CustomField customField)
           
 void DefaultCustomFieldManager.removeCustomFieldPossiblyLeavingOrphanedData(Long customFieldId)
           
 

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

Methods in com.atlassian.jira.issue.security that throw RemoveException
 boolean IssueSecuritySchemeManagerImpl.removeEntities(org.ofbiz.core.entity.GenericValue scheme, Long entityTypeId)
           
 boolean IssueSecuritySchemeManagerImpl.removeEntities(String type, String parameter)
          This method overrides the super implemntation in order to clear cache.
 

Uses of RemoveException in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification that throw RemoveException
 void NotificationSchemeManager.removeSchemeEntitiesForField(String fieldId)
           
 void DefaultNotificationSchemeManager.removeSchemeEntitiesForField(String customFieldId)
           
 

Uses of RemoveException in com.atlassian.jira.permission
 

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

Uses of RemoveException in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that throw RemoveException
 void ProjectManager.removeProjectIssues(Project project)
          Removes all issues for a particular project.
 void DefaultProjectManager.removeProjectIssues(Project project)
           
 void CachingProjectManager.removeProjectIssues(Project project)
           
 

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, Long permissionId)
           
 boolean AbstractSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme, Long entityTypeId)
          Retrieves all the entites for this permission and then removes them.
 boolean SchemeManager.removeEntities(String type, String parameter)
          Removes all scheme entities with this parameter and type
 boolean AbstractSchemeManager.removeEntities(String type, String parameter)
          Removes all scheme entities with this parameter
 

Uses of RemoveException in com.atlassian.jira.security
 

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

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

Methods in com.atlassian.jira.web.action.issue that throw RemoveException
protected  String MoveSubTaskParent.doExecute()
          Important do not change the workflow as there is validation for the parent issue and you don't want to delete the link and find out that there is an error in the parent issue...
 

Uses of RemoveException in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow that throw RemoveException
 boolean DefaultWorkflowSchemeManager.removeEntities(org.ofbiz.core.entity.GenericValue scheme, Long entityTypeId)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.