Uses of Interface
com.atlassian.applinks.api.EntityType

Packages that use EntityType
com.atlassian.applinks.api API classes and components for interacting with the AppLinks plugin. 
com.atlassian.applinks.api.application.bamboo Standard Bamboo ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.application.confluence Standard Confluence ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.application.fecru Standard FishEye/Crucible ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.application.generic Standard Generic ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.application.jira Standard JIRA ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.application.refapp Standard Atlassian Reference Application ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.application.stash Standard Stash ApplicationType and EntityType type classes. 
com.atlassian.applinks.api.event Events fired from applinks to indicate key changes. 
 

Uses of EntityType in com.atlassian.applinks.api
 

Methods in com.atlassian.applinks.api that return EntityType
 EntityType EntityLink.getType()
           
 

Method parameters in com.atlassian.applinks.api with type arguments of type EntityType
 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, Class<? extends EntityType> type)
           
 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.
 

Uses of EntityType in com.atlassian.applinks.api.application.bamboo
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.bamboo
 interface BambooProjectEntityType
           
 

Uses of EntityType in com.atlassian.applinks.api.application.confluence
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.confluence
 interface ConfluenceSpaceEntityType
           
 

Uses of EntityType in com.atlassian.applinks.api.application.fecru
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.fecru
 interface FishEyeCrucibleProjectEntityType
           
 interface FishEyeRepositoryEntityType
           
 

Uses of EntityType in com.atlassian.applinks.api.application.generic
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.generic
 interface GenericEntityType
          The generic entity type, can be used in combination with the generic application to create entity links to this arbitrary application.
 

Uses of EntityType in com.atlassian.applinks.api.application.jira
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.jira
 interface JiraProjectEntityType
           
 

Uses of EntityType in com.atlassian.applinks.api.application.refapp
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.refapp
 interface RefAppCharlieEntityType
           
 

Uses of EntityType in com.atlassian.applinks.api.application.stash
 

Subinterfaces of EntityType in com.atlassian.applinks.api.application.stash
 interface StashProjectEntityType
           
 

Uses of EntityType in com.atlassian.applinks.api.event
 

Fields in com.atlassian.applinks.api.event with type parameters of type EntityType
protected  Class<? extends EntityType> EntityLinkEvent.localType
           
 

Methods in com.atlassian.applinks.api.event that return EntityType
 EntityType EntityLinkEvent.getEntityType()
           
 

Methods in com.atlassian.applinks.api.event that return types with arguments of type EntityType
 Class<? extends EntityType> EntityLinkEvent.getLocalType()
           
 

Constructor parameters in com.atlassian.applinks.api.event with type arguments of type EntityType
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 © 2015 Atlassian. All rights reserved.