com.atlassian.jira.plugin.viewissue.issuelink
Class IssueLinkContext

java.lang.Object
  extended by com.atlassian.jira.plugin.viewissue.issuelink.IssueLinkContext

public final class IssueLinkContext
extends Object

Issue link context object. Used by the velocity template renderer.

Since:
v5.0

Method Summary
 boolean equals(Object o)
           
 String getDeleteUrl()
           
 String getHtml()
           
 String getHtmlElementId()
           
 Long getId()
           
 Map<String,Object> getMap()
           
 int hashCode()
           
 boolean isRemote()
           
 boolean isRequiresAsyncLoading()
           
static IssueLinkContext newLocalIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, Map<String,Object> map)
           
static IssueLinkContext newRemoteIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, String html, Long id, boolean requiresAsyncLoading)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getMap

public Map<String,Object> getMap()

getHtmlElementId

public String getHtmlElementId()

getHtml

public String getHtml()

getDeleteUrl

public String getDeleteUrl()

isRemote

public boolean isRemote()

getId

public Long getId()

isRequiresAsyncLoading

public boolean isRequiresAsyncLoading()

newRemoteIssueLinkContext

public static IssueLinkContext newRemoteIssueLinkContext(String htmlElementId,
                                                         String deleteUrl,
                                                         boolean remote,
                                                         String html,
                                                         Long id,
                                                         boolean requiresAsyncLoading)

newLocalIssueLinkContext

public static IssueLinkContext newLocalIssueLinkContext(String htmlElementId,
                                                        String deleteUrl,
                                                        boolean remote,
                                                        Map<String,Object> map)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.