| Package | Description |
|---|---|
| com.atlassian.applinks.spi.link |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationResponseException |
class |
LinkCreationResponseException |
class |
NotAdministratorException |
class |
RemoteErrorListException |
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
MutatingEntityLinkService.addReciprocatedEntityLink(String localKey,
Class<? extends EntityType> localType,
EntityLink entityLink)
Create an
EntityLink from an entity in the local application to an entity in the remote application, and
a reciprocal link from the entity in the remote application back to the local entity. |
void |
MutatingApplicationLinkService.createReciprocalLink(URI remoteRpcUrl,
URI customLocalRpcUrl,
String username,
String password)
Deprecated.
will be removed in a future version, should only be used by test code
|
void |
MutatingApplicationLinkService.deleteReciprocatedApplicationLink(ApplicationLink link)
Delete the outgoing and incoming
ApplicationLinks to and from a linked application. |
boolean |
MutatingEntityLinkService.deleteReciprocatedEntityLink(String localKey,
Class<? extends EntityType> localType,
EntityLink entityLink)
Delete an
EntityLink from an entity in the local application to an entity in the remote application after
first deleting the reciprocal link from the entity in the remote application back to the local entity. |
Copyright © 2018 Atlassian. All rights reserved.