Uses of Class
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.DeleteValidationResult
Packages that use RemoteVersionLinkService.DeleteValidationResult
-
Uses of RemoteVersionLinkService.DeleteValidationResult in com.atlassian.jira.bc.project.version.remotelink
Methods in com.atlassian.jira.bc.project.version.remotelink that return RemoteVersionLinkService.DeleteValidationResultModifier and TypeMethodDescriptionRemoteVersionLinkService.validateDelete(ApplicationUser user, Long versionId, String globalId) Validates parameters and checks permissions, and if all checks pass it will create aRemoteVersionLinkService.DeleteValidationResultthat can be passed to theRemoteVersionLinkService.delete(ApplicationUser, DeleteValidationResult)method to delete the specified remote version link.RemoteVersionLinkServiceImpl.validateDelete(ApplicationUser user, Long versionId, String globalId) RemoteVersionLinkService.validateDeleteByVersionId(ApplicationUser user, Long versionId) Validates parameters and checks permissions, and if all checks pass it will create aRemoteVersionLinkService.DeleteValidationResultthat can be passed to theRemoteVersionLinkService.delete(ApplicationUser, DeleteValidationResult)method to delete all remote version links for the specified version.RemoteVersionLinkServiceImpl.validateDeleteByVersionId(ApplicationUser user, Long versionId) Methods in com.atlassian.jira.bc.project.version.remotelink with parameters of type RemoteVersionLinkService.DeleteValidationResultModifier and TypeMethodDescriptionvoidRemoteVersionLinkService.delete(ApplicationUser user, RemoteVersionLinkService.DeleteValidationResult deleteValidationResult) Deletes the remote version link that links with the given JIRA version and has the given global id, if the current user has permission to do so.voidRemoteVersionLinkServiceImpl.delete(ApplicationUser user, RemoteVersionLinkService.DeleteValidationResult deleteValidationResult)