public interface

InternalTypeAccessor

implements TypeAccessor
com.atlassian.applinks.core.InternalTypeAccessor
Known Indirect Subclasses

Summary

Public Methods
abstract Iterable<? extends EntityType> getEntityTypesForApplicationType(TypeId typeId)
abstract ApplicationType loadApplicationType(String typeClassName)
abstract ApplicationType loadApplicationType(TypeId typeId)
abstract EntityType loadEntityType(String typeClassName)
abstract EntityType loadEntityType(TypeId typeId)
[Expand]
Inherited Methods
From interface com.atlassian.applinks.spi.util.TypeAccessor

Public Methods

public abstract Iterable<? extends EntityType> getEntityTypesForApplicationType (TypeId typeId)

public abstract ApplicationType loadApplicationType (String typeClassName)

public abstract ApplicationType loadApplicationType (TypeId typeId)

public abstract EntityType loadEntityType (String typeClassName)

public abstract EntityType loadEntityType (TypeId typeId)