com.atlassian.jira.action.link
Class LinkDelete

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.action.JiraNonWebActionSupport
              extended bycom.atlassian.jira.action.issue.AbstractIssueAction
                  extended bycom.atlassian.jira.action.issue.AbstractIssueUpdateAction
                      extended bycom.atlassian.jira.action.link.LinkDelete

public class LinkDelete
extends AbstractIssueUpdateAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.action.issue.AbstractIssueUpdateAction
textAnalyzer
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
LinkDelete(IssueUpdater issueUpdater)
           
 
Method Summary
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 GenericValue getDestination()
           
 GenericValue getLink()
           
 GenericValue getLinkType()
           
 GenericValue getSource()
           
 void setLink(GenericValue link)
           
 
Methods inherited from class com.atlassian.jira.action.issue.AbstractIssueUpdateAction
createComment, createComment, doUpdate, doUpdate, doUpdate, doUpdateIfNeeded, doUpdateWithChangelog, getComment, getCommentLevel, setComment, setCommentLevel, setIssue
 
Methods inherited from class com.atlassian.jira.action.issue.AbstractIssueAction
getIssue
 
Methods inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
doDefault, execute, getRemoteUser, isDispatchEvent, setDispatchEvent, setRemoteUser
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getText, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkDelete

public LinkDelete(IssueUpdater issueUpdater)
Method Detail

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

doValidation

protected void doValidation()
Overrides:
doValidation in class AbstractIssueAction

getLink

public GenericValue getLink()

setLink

public void setLink(GenericValue link)

getLinkType

public GenericValue getLinkType()
                         throws GenericEntityException
Throws:
GenericEntityException

getSource

public GenericValue getSource()
                       throws GenericEntityException
Throws:
GenericEntityException

getDestination

public GenericValue getDestination()
                            throws GenericEntityException
Throws:
GenericEntityException