Uses of Class
com.atlassian.jira.issue.link.RemoteIssueLink

Packages that use RemoteIssueLink
com.atlassian.jira.bc.issue.link   
com.atlassian.jira.entity   
com.atlassian.jira.event.issue.link   
com.atlassian.jira.issue.link   
com.atlassian.jira.plugin.issuelink   
com.atlassian.jira.plugin.link.confluence   
com.atlassian.jira.plugin.link.confluence.render   
com.atlassian.jira.plugin.link.confluence.service   
com.atlassian.jira.plugin.link.remotejira   
com.atlassian.jira.plugin.viewissue.issuelink   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.builder   
 

Uses of RemoteIssueLink in com.atlassian.jira.bc.issue.link
 

Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLink
 RemoteIssueLink RemoteIssueLinkService.RemoteIssueLinkResult.getRemoteIssueLink()
           
 

Methods in com.atlassian.jira.bc.issue.link that return types with arguments of type RemoteIssueLink
 List<RemoteIssueLink> RemoteIssueLinkService.RemoteIssueLinkListResult.getRemoteIssueLinks()
           
 

Methods in com.atlassian.jira.bc.issue.link with parameters of type RemoteIssueLink
 RemoteIssueLinkService.CreateValidationResult DefaultRemoteIssueLinkService.validateCreate(ApplicationUser user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.CreateValidationResult RemoteIssueLinkService.validateCreate(ApplicationUser user, RemoteIssueLink remoteIssueLink)
          Validates parameters and checks permissions, and if all checks pass it will create a RemoteIssueLinkService.CreateValidationResult that can be passed to the RemoteIssueLinkService.create(User, CreateValidationResult) method.
 RemoteIssueLinkService.CreateValidationResult DefaultRemoteIssueLinkService.validateCreate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.CreateValidationResult RemoteIssueLinkService.validateCreate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.validateCreate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.link.RemoteIssueLink) instead.
 RemoteIssueLinkService.UpdateValidationResult DefaultRemoteIssueLinkService.validateUpdate(ApplicationUser user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.UpdateValidationResult RemoteIssueLinkService.validateUpdate(ApplicationUser user, RemoteIssueLink remoteIssueLink)
          Validates parameters and checks permissions, and if all checks pass it will create a RemoteIssueLinkService.UpdateValidationResult that can be passed to the RemoteIssueLinkService.update(User, UpdateValidationResult) method.
 RemoteIssueLinkService.UpdateValidationResult DefaultRemoteIssueLinkService.validateUpdate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.UpdateValidationResult RemoteIssueLinkService.validateUpdate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.link.RemoteIssueLink) instead.
 

Uses of RemoteIssueLink in com.atlassian.jira.entity
 

Fields in com.atlassian.jira.entity with type parameters of type RemoteIssueLink
static EntityFactory<RemoteIssueLink> Entity.REMOTE_ISSUE_LINK
           
 

Methods in com.atlassian.jira.entity that return RemoteIssueLink
 RemoteIssueLink RemoteIssueLinkFactory.build(org.ofbiz.core.entity.GenericValue genericValue)
           
 

Methods in com.atlassian.jira.entity with parameters of type RemoteIssueLink
 FieldMap RemoteIssueLinkFactory.fieldMapFrom(RemoteIssueLink value)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.event.issue.link
 

Constructors in com.atlassian.jira.event.issue.link with parameters of type RemoteIssueLink
AbstractRemoteIssueLinkEvent(RemoteIssueLink remoteIssueLink)
           
RemoteIssueLinkCreateEvent(RemoteIssueLink remoteIssueLink)
           
RemoteIssueLinkDeleteEvent(RemoteIssueLink remoteIssueLink)
           
RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink)
           
RemoteIssueLinkUIDeleteEvent(RemoteIssueLink remoteIssueLink)
           
RemoteIssueLinkUpdateEvent(RemoteIssueLink remoteIssueLink)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.issue.link
 

Methods in com.atlassian.jira.issue.link that return RemoteIssueLink
 RemoteIssueLink RemoteIssueLinkBuilder.build()
           
 RemoteIssueLink MemoryRemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink RemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink RemoteIssueLinkStoreImpl.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user)
           
 RemoteIssueLink RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user)
          Creates the given remote issue link.
 RemoteIssueLink DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueLink RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since v6.1. Use RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink, com.atlassian.jira.user.ApplicationUser) instead.
 RemoteIssueLink MemoryRemoteIssueLinkStore.getRemoteIssueLink(Long remoteIssueLinkId)
           
 RemoteIssueLink RemoteIssueLinkStore.getRemoteIssueLink(Long remoteIssueLinkId)
           
 RemoteIssueLink DefaultRemoteIssueLinkManager.getRemoteIssueLink(Long remoteIssueLinkId)
           
 RemoteIssueLink RemoteIssueLinkStoreImpl.getRemoteIssueLink(Long remoteIssueLinkId)
           
 RemoteIssueLink RemoteIssueLinkManager.getRemoteIssueLink(Long remoteIssueLinkId)
          Returns the remote issue link with the given id, or null if it does not exist.
 RemoteIssueLink DefaultRemoteIssueLinkManager.getRemoteIssueLinkByGlobalId(Issue issue, String globalId)
           
 RemoteIssueLink RemoteIssueLinkManager.getRemoteIssueLinkByGlobalId(Issue issue, String globalId)
          Returns the first remote issue link found that links with the given JIRA issue and has the given globalId, or null if none exists.
 

Methods in com.atlassian.jira.issue.link that return types with arguments of type RemoteIssueLink
 List<RemoteIssueLink> MemoryRemoteIssueLinkStore.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
           
 List<RemoteIssueLink> RemoteIssueLinkStore.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
          Returns remote issue links in given issue with any of the given globalIds, sorted by id.
 List<RemoteIssueLink> DefaultRemoteIssueLinkManager.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
           
 List<RemoteIssueLink> RemoteIssueLinkStoreImpl.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
           
 List<RemoteIssueLink> RemoteIssueLinkManager.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
          Returns the remote issue links that have any the given globalIds, or empty if none exists.
 List<RemoteIssueLink> MemoryRemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue, String globalId)
           
 List<RemoteIssueLink> RemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue, String globalId)
          Returns remote issue links in given issue with given globalId sorted by id.
 List<RemoteIssueLink> RemoteIssueLinkStoreImpl.getRemoteIssueLinksByGlobalId(Issue issue, String globalId)
           
 List<RemoteIssueLink> MemoryRemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> RemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> DefaultRemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> RemoteIssueLinkStoreImpl.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> RemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
          Gets the remote issue links that link with the given JIRA issue.
 

Methods in com.atlassian.jira.issue.link with parameters of type RemoteIssueLink
 RemoteIssueLink MemoryRemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink RemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink RemoteIssueLinkStoreImpl.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user)
           
 RemoteIssueLink RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user)
          Creates the given remote issue link.
 RemoteIssueLink DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueLink RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since v6.1. Use RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink, com.atlassian.jira.user.ApplicationUser) instead.
 void MemoryRemoteIssueLinkStore.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 void RemoteIssueLinkStore.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 void RemoteIssueLinkStoreImpl.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink)
           
 void DefaultRemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user)
           
 void RemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink, ApplicationUser user)
          Updates the given remote issue link.
 void DefaultRemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink, com.atlassian.crowd.embedded.api.User user)
           
 void RemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since v6.1. Use RemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink, com.atlassian.jira.user.ApplicationUser) instead.
 

Constructors in com.atlassian.jira.issue.link with parameters of type RemoteIssueLink
RemoteIssueLinkBuilder(RemoteIssueLink remoteIssueLink)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.plugin.issuelink
 

Methods in com.atlassian.jira.plugin.issuelink with parameters of type RemoteIssueLink
 Map<String,Object> AbstractIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink, Map<String,Object> context)
          Refer to documentation in IssueLinkRenderer.getFinalContext(com.atlassian.jira.issue.link.RemoteIssueLink, java.util.Map).
 Map<String,Object> IssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink, Map<String,Object> context)
          Returns the context used to render the final HTML.
 String IssueLinkRendererModuleDescriptorImpl.getFinalHtml(RemoteIssueLink remoteIssueLink)
           
 String IssueLinkRendererModuleDescriptor.getFinalHtml(RemoteIssueLink remoteIssueLink)
          Returns the final HTML to place between the relationship text and the delete icon.
 Map<String,Object> IssueLinkRenderer.getInitialContext(RemoteIssueLink remoteIssueLink, Map<String,Object> context)
          Returns the context used by the template to render the initial HTML.
 String IssueLinkRendererModuleDescriptorImpl.getInitialHtml(RemoteIssueLink remoteIssueLink)
           
 String IssueLinkRendererModuleDescriptor.getInitialHtml(RemoteIssueLink remoteIssueLink)
          Returns the initial HTML to place between the relationship text and the delete icon.
 boolean AbstractIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
          Refer to documentation in IssueLinkRenderer.requiresAsyncLoading(com.atlassian.jira.issue.link.RemoteIssueLink).
 boolean IssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
          Returns true if an AJAX call is required to retrieve the final HTML.
 boolean AbstractIssueLinkRenderer.shouldDisplay(RemoteIssueLink remoteIssueLink)
          Refer to documentation in IssueLinkRenderer.shouldDisplay(com.atlassian.jira.issue.link.RemoteIssueLink).
 boolean IssueLinkRenderer.shouldDisplay(RemoteIssueLink remoteIssueLink)
          Returns true if the remote issue link should be displayed.
 

Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.confluence
 

Methods in com.atlassian.jira.plugin.link.confluence that return RemoteIssueLink
 RemoteIssueLink ConfluenceRemoteIssueLinkBuilder.build(com.atlassian.applinks.api.ApplicationLink appLink, String pageId, Long issueId)
          Builds a RemoteIssueLink pointing to a page in Confluence.
 

Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.confluence.render
 

Methods in com.atlassian.jira.plugin.link.confluence.render with parameters of type RemoteIssueLink
 Map<String,Object> ConfluenceIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink, Map<String,Object> context)
           
 boolean ConfluenceIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.confluence.service
 

Methods in com.atlassian.jira.plugin.link.confluence.service that return RemoteIssueLink
 RemoteIssueLink ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
           
 

Methods in com.atlassian.jira.plugin.link.confluence.service with parameters of type RemoteIssueLink
 ConfluenceGlobalId ConfluenceGlobalIdFactoryImpl.create(RemoteIssueLink link)
           
 ConfluenceGlobalId ConfluenceGlobalIdFactory.create(RemoteIssueLink link)
           
 RemoteIssueLink ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.remotejira
 

Methods in com.atlassian.jira.plugin.link.remotejira that return RemoteIssueLink
 RemoteIssueLink JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
           
 

Methods in com.atlassian.jira.plugin.link.remotejira with parameters of type RemoteIssueLink
 RemoteIssueLink JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLink JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
           
 Map<String,Object> RemoteJiraIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink, Map<String,Object> context)
           
 boolean RemoteJiraIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.plugin.viewissue.issuelink
 

Methods in com.atlassian.jira.plugin.viewissue.issuelink with parameters of type RemoteIssueLink
 int RemoteIssueLinkComparator.compare(RemoteIssueLink o1, RemoteIssueLink o2)
           
static String RemoteIssueLinkUtils.getFinalHtml(RemoteIssueLink remoteIssueLink, com.atlassian.plugin.PluginAccessor pluginAccessor)
          Returns the final HTML for the remote issue link.
 Map<String,Object> DefaultIssueLinkRenderer.getInitialContext(RemoteIssueLink remoteIssueLink, Map<String,Object> context)
           
 

Method parameters in com.atlassian.jira.plugin.viewissue.issuelink with type arguments of type RemoteIssueLink
static Map<String,List<IssueLinkContext>> RemoteIssueLinkUtils.convertToIssueLinkContexts(List<RemoteIssueLink> remoteIssueLinks, Long issueId, String baseUrl, I18nHelper i18n, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type RemoteIssueLink
RemoteIssueLinkBeanBuilder(ContextUriInfo contextUriInfo, IssueManager issueManager, RemoteIssueLink remoteIssueLink)
           
 

Uses of RemoteIssueLink in com.atlassian.jira.rest.v2.issue.builder
 

Methods in com.atlassian.jira.rest.v2.issue.builder with parameters of type RemoteIssueLink
 RemoteIssueLinkBeanBuilder BeanBuilderFactoryImpl.newRemoteIssueLinkBeanBuilder(RemoteIssueLink remoteIssueLink)
          Returns a new instance of a RemoteIssueLinkBeanBuilder.
 RemoteIssueLinkBeanBuilder BeanBuilderFactory.newRemoteIssueLinkBeanBuilder(RemoteIssueLink remoteIssueLink)
          Returns a new instance of a RemoteIssueLinkBeanBuilder.
 



Copyright © 2002-2015 Atlassian. All Rights Reserved.