public interface

InternalEntityLinkService

implements MutatingEntityLinkService
com.atlassian.applinks.core.link.InternalEntityLinkService
Known Indirect Subclasses

Class Overview

Internal interface for the MutatingEntityLinkService that exposes functionality that is available to applinks-core only.

Summary

Public Methods
abstract void migrateEntityLinks(ApplicationLink from, ApplicationLink to)
Moves all EntityLinks from one ApplicationLink to another ApplicationLink.
[Expand]
Inherited Methods
From interface com.atlassian.applinks.api.EntityLinkService
From interface com.atlassian.applinks.spi.link.MutatingEntityLinkService

Public Methods

public abstract void migrateEntityLinks (ApplicationLink from, ApplicationLink to)

Moves all EntityLinks from one ApplicationLink to another ApplicationLink. This is used when an applink's server id changes.