|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityLink | |
|---|---|
| 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. |
| Uses of EntityLink in com.atlassian.applinks.api |
|---|
| Methods in com.atlassian.applinks.api that return EntityLink | |
|---|---|
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. |
| Methods in com.atlassian.applinks.api that return types with arguments of type EntityLink | |
|---|---|
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)
|
| Uses of EntityLink in com.atlassian.applinks.api.event |
|---|
| Fields in com.atlassian.applinks.api.event declared as EntityLink | |
|---|---|
protected EntityLink |
EntityLinkEvent.entityLink
|
| Methods in com.atlassian.applinks.api.event that return EntityLink | |
|---|---|
EntityLink |
EntityLinkAddedEvent.getEntityLink()
|
| Constructors in com.atlassian.applinks.api.event with parameters of type EntityLink | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||