Methods in com.atlassian.jira.bc.project.version.remotelink that return RemoteVersionLinkService.DeleteValidationResult |
RemoteVersionLinkService.DeleteValidationResult |
RemoteVersionLinkServiceImpl.validateDelete(ApplicationUser user,
Long versionId,
String globalId)
|
RemoteVersionLinkService.DeleteValidationResult |
RemoteVersionLinkService.validateDelete(ApplicationUser user,
Long versionId,
String globalId)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteVersionLinkService.DeleteValidationResult that can be passed to the
RemoteVersionLinkService.delete(ApplicationUser, DeleteValidationResult) method to delete the specified
remote version link. |
RemoteVersionLinkService.DeleteValidationResult |
RemoteVersionLinkServiceImpl.validateDeleteByVersionId(ApplicationUser user,
Long versionId)
|
RemoteVersionLinkService.DeleteValidationResult |
RemoteVersionLinkService.validateDeleteByVersionId(ApplicationUser user,
Long versionId)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteVersionLinkService.DeleteValidationResult that can be passed to the
RemoteVersionLinkService.delete(ApplicationUser, DeleteValidationResult) method to delete all remote version
links for the specified version. |