com.atlassian.jira.bc.issue.link
Class RemoteIssueLinkService.DeleteValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.DeleteValidationResult
- All Implemented Interfaces:
- ServiceResult
- Enclosing interface:
- RemoteIssueLinkService
public static class RemoteIssueLinkService.DeleteValidationResult
- 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.validateDelete(User, Long)
method to obtain this.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRemoteIssueLinkId
public Long getRemoteIssueLinkId()
Copyright © 2002-2012 Atlassian. All Rights Reserved.