| Package | Description |
|---|---|
| com.atlassian.applinks.api |
API classes and components for interacting with the AppLinks plugin.
|
| com.atlassian.applinks.api.event |
Events fired from applinks to indicate key changes.
|
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
EntityLinkService.getPrimaryEntityLink(Object entity,
Class<? extends EntityType> type)
There are exactly zero or one primary
EntityLinks of each type configured for each local entity. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EntityLink> |
EntityLinkService.getEntityLinks(Object entity)
Returns the
EntityLinks that are visible to the context user. |
Iterable<EntityLink> |
EntityLinkService.getEntityLinks(Object entity,
Class<? extends EntityType> type)
Returns the
EntityLinks that are visible to the context user. |
Iterable<EntityLink> |
SubvertedEntityLinkService.getEntityLinksNoPermissionCheck(Object entity) |
Iterable<EntityLink> |
SubvertedEntityLinkService.getEntityLinksNoPermissionCheck(Object entity,
Class<? extends EntityType> type) |
| Modifier and Type | Field and Description |
|---|---|
protected EntityLink |
EntityLinkEvent.entityLink |
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
EntityLinkAddedEvent.getEntityLink() |
| Constructor and Description |
|---|
EntityLinkAddedEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
EntityLinkDeletedEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
EntityLinkEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
Copyright © 2020 Atlassian. All rights reserved.