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

Packages that use RemoveException
com.atlassian.jira.config   
com.atlassian.jira.issue   
com.atlassian.jira.issue.link   
com.atlassian.jira.notification   
com.atlassian.jira.project   
com.atlassian.jira.scheme   
com.atlassian.jira.security   
com.atlassian.jira.user.util   
 

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.
 void ConstantsManager.removeIssueType(String id)
          Removes an existing issueType.
 void SubTaskManager.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 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.notification
 

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

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.
 

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 SchemeManager.removeEntities(String type, String parameter)
          Removes all scheme entities with this parameter and type
 

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 PermissionManager.removeUserPermissions(String username)
          Remove all permissions that have used this username
 

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

Methods in com.atlassian.jira.user.util that throw RemoveException
 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 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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.