com.atlassian.jira.bc.issue.link
Class RemoteIssueLinkService.DeleteByGlobalIdValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.DeleteByGlobalIdValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
RemoteIssueLinkService

@PublicApi
public static class RemoteIssueLinkService.DeleteByGlobalIdValidationResult
extends ServiceResultImpl

Holds the information about validating a delete remote issue link operation. This object should not be constructed directly, you should invoke the RemoteIssueLinkService.validateDeleteByGlobalId(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue, java.lang.String) method to obtain this.


Method Summary
 String getGlobalId()
           
 Issue getIssue()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIssue

public Issue getIssue()

getGlobalId

public String getGlobalId()


Copyright © 2002-2012 Atlassian. All Rights Reserved.