Uses of Class
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.CreateValidationResult
Packages that use RemoteIssueLinkService.CreateValidationResult
-
Uses of RemoteIssueLinkService.CreateValidationResult in com.atlassian.jira.bc.issue.link
Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.CreateValidationResultModifier and TypeMethodDescriptionDefaultRemoteIssueLinkService.validateCreate(ApplicationUser user, RemoteIssueLink remoteIssueLink) RemoteIssueLinkService.validateCreate(ApplicationUser user, RemoteIssueLink remoteIssueLink) Validates parameters and checks permissions, and if all checks pass it will create aRemoteIssueLinkService.CreateValidationResultthat can be passed to the#create(User, CreateValidationResult)method.Methods in com.atlassian.jira.bc.issue.link with parameters of type RemoteIssueLinkService.CreateValidationResultModifier and TypeMethodDescriptionDefaultRemoteIssueLinkService.create(ApplicationUser user, RemoteIssueLinkService.CreateValidationResult createValidationResult) RemoteIssueLinkService.create(ApplicationUser user, RemoteIssueLinkService.CreateValidationResult createValidationResult) Stores the given remote issue link in the JIRA datastore, if the current user has permission to do so. -
Uses of RemoteIssueLinkService.CreateValidationResult in com.atlassian.jira.web.action.issue
Fields in com.atlassian.jira.web.action.issue declared as RemoteIssueLinkService.CreateValidationResultMethods in com.atlassian.jira.web.action.issue with parameters of type RemoteIssueLinkService.CreateValidationResultModifier and TypeMethodDescriptionAbstractIssueLinkAction.createLink(RemoteIssueLinkService.CreateValidationResult validationResult) Creates the link and publishes an event for the creation