public class JiraEntityLinkService extends Object implements com.atlassian.applinks.api.EntityLinkService, Startable
Constructor and Description |
---|
JiraEntityLinkService(com.atlassian.applinks.host.OsgiServiceProxyFactory osgiServiceProxyFactory) |
Modifier and Type | Method and Description |
---|---|
Iterable<com.atlassian.applinks.api.EntityLink> |
getEntityLinks(Object entity) |
Iterable<com.atlassian.applinks.api.EntityLink> |
getEntityLinks(Object entity,
Class<? extends com.atlassian.applinks.api.EntityType> type) |
com.atlassian.applinks.api.EntityLink |
getPrimaryEntityLink(Object entity,
Class<? extends com.atlassian.applinks.api.EntityType> type) |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
public JiraEntityLinkService(com.atlassian.applinks.host.OsgiServiceProxyFactory osgiServiceProxyFactory)
public Iterable<com.atlassian.applinks.api.EntityLink> getEntityLinks(Object entity, Class<? extends com.atlassian.applinks.api.EntityType> type)
getEntityLinks
in interface com.atlassian.applinks.api.EntityLinkService
public Iterable<com.atlassian.applinks.api.EntityLink> getEntityLinks(Object entity)
getEntityLinks
in interface com.atlassian.applinks.api.EntityLinkService
public com.atlassian.applinks.api.EntityLink getPrimaryEntityLink(Object entity, Class<? extends com.atlassian.applinks.api.EntityType> type)
getPrimaryEntityLink
in interface com.atlassian.applinks.api.EntityLinkService
Copyright © 2002-2019 Atlassian. All Rights Reserved.