public abstract class EntityLinkEvent extends Object implements LinkEvent
EntityLink is modified| Modifier and Type | Field and Description |
|---|---|
protected EntityLink |
entityLink |
protected String |
localKey |
protected Class<? extends EntityType> |
localType |
| Modifier | Constructor and Description |
|---|---|
protected |
EntityLinkEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
getApplicationId() |
ApplicationType |
getApplicationType() |
String |
getEntityKey() |
EntityType |
getEntityType() |
String |
getLocalKey() |
Class<? extends EntityType> |
getLocalType() |
protected final EntityLink entityLink
protected final String localKey
protected final Class<? extends EntityType> localType
protected EntityLinkEvent(EntityLink entityLink, String localKey, Class<? extends EntityType> localType)
public ApplicationId getApplicationId()
public ApplicationType getApplicationType()
public EntityType getEntityType()
public String getEntityKey()
public String getLocalKey()
public Class<? extends EntityType> getLocalType()
Copyright © 2020 Atlassian. All rights reserved.