|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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 | |
|---|---|
java.lang.Iterable<EntityLink> |
EntityLinkService.getEntityLinks(java.lang.Object entity,
java.lang.Class<? extends EntityType> type)
|
EntityLink |
EntityLinkService.getPrimaryEntityLink(java.lang.Object entity,
java.lang.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.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.event |
|---|
| Fields in com.atlassian.applinks.api.event with type parameters of type EntityType | |
|---|---|
protected java.lang.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 | |
|---|---|
java.lang.Class<? extends EntityType> |
EntityLinkEvent.getLocalType()
|
| Constructor parameters in com.atlassian.applinks.api.event with type arguments of type EntityType | |
|---|---|
EntityLinkAddedEvent(EntityLink entityLink,
java.lang.String localKey,
java.lang.Class<? extends EntityType> localType)
|
|
EntityLinkDeletedEvent(EntityLink entityLink,
java.lang.String localKey,
java.lang.Class<? extends EntityType> localType)
|
|
EntityLinkEvent(EntityLink entityLink,
java.lang.String localKey,
java.lang.Class<? extends EntityType> localType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||