|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.applinks.host.spi.AbstractInternalHostApplication
com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
public class ConfluenceInternalHostApplication
Provides a bridge between Confluence and the External Application. Namely, it converts EntityReferences into Spaces and vice versa.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.applinks.host.spi.AbstractInternalHostApplication |
|---|
pluginAccessor |
| Constructor Summary | |
|---|---|
ConfluenceInternalHostApplication(com.atlassian.plugin.PluginAccessor pluginAccessor,
SettingsManager settingsManager,
ConfluenceSidManager confluenceSidManager,
com.atlassian.applinks.spi.util.TypeAccessor typeAccessor,
SpaceManager spaceManager,
PermissionManager permissionManager,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
|
|
| Method Summary | |
|---|---|
boolean |
canManageEntityLinksFor(com.atlassian.applinks.host.spi.EntityReference entityReference)
|
boolean |
doesEntityExist(String key,
Class<? extends com.atlassian.applinks.api.EntityType> type)
|
boolean |
doesEntityExistNoPermissionCheck(String key,
Class<? extends com.atlassian.applinks.api.EntityType> type)
|
URI |
getBaseUrl()
|
URI |
getDocumentationBaseUrl()
|
URI |
getIconUrl()
|
com.atlassian.applinks.api.ApplicationId |
getId()
|
Iterable<com.atlassian.applinks.host.spi.EntityReference> |
getLocalEntities()
|
String |
getName()
|
com.atlassian.applinks.api.ApplicationType |
getType()
|
boolean |
hasPublicSignup()
|
com.atlassian.applinks.host.spi.EntityReference |
toEntityReference(Object domainObject)
|
com.atlassian.applinks.host.spi.EntityReference |
toEntityReference(String key,
Class<? extends com.atlassian.applinks.api.EntityType> type)
|
| Methods inherited from class com.atlassian.applinks.host.spi.AbstractInternalHostApplication |
|---|
getSupportedInboundAuthenticationTypes, getSupportedOutboundAuthenticationTypes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfluenceInternalHostApplication(com.atlassian.plugin.PluginAccessor pluginAccessor,
SettingsManager settingsManager,
ConfluenceSidManager confluenceSidManager,
com.atlassian.applinks.spi.util.TypeAccessor typeAccessor,
SpaceManager spaceManager,
PermissionManager permissionManager,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
| Method Detail |
|---|
public URI getBaseUrl()
public URI getIconUrl()
public URI getDocumentationBaseUrl()
public String getName()
public com.atlassian.applinks.api.ApplicationType getType()
public Iterable<com.atlassian.applinks.host.spi.EntityReference> getLocalEntities()
public boolean doesEntityExist(String key,
Class<? extends com.atlassian.applinks.api.EntityType> type)
public boolean doesEntityExistNoPermissionCheck(String key,
Class<? extends com.atlassian.applinks.api.EntityType> type)
public com.atlassian.applinks.host.spi.EntityReference toEntityReference(Object domainObject)
public com.atlassian.applinks.host.spi.EntityReference toEntityReference(String key,
Class<? extends com.atlassian.applinks.api.EntityType> type)
public boolean canManageEntityLinksFor(com.atlassian.applinks.host.spi.EntityReference entityReference)
public com.atlassian.applinks.api.ApplicationId getId()
public boolean hasPublicSignup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||