Uses of Class
com.ptc.windchill.esi.map.ESIMapInfo

Packages that use ESIMapInfo
com.ptc.windchill.esi.map   
com.ptc.windchill.esi.rnd   
 

Uses of ESIMapInfo in com.ptc.windchill.esi.map
 

Fields in com.ptc.windchill.esi.map declared as ESIMapInfo
private  ESIMapInfo ESIGroupInfo.mapInfo
           
 

Methods in com.ptc.windchill.esi.map that return ESIMapInfo
 ESIMapInfo ESIGroupInfo.getMapInfo()
          Gets the object for the association that plays role: mapInfo.
 

Methods in com.ptc.windchill.esi.map with parameters of type ESIMapInfo
private  void ESIGroupInfoManager.addGroupInfo(String groupName, ESIMapInfo mapInfo, boolean isReleaseActivityNeeded, String releaseClass)
           
 

Constructors in com.ptc.windchill.esi.map with parameters of type ESIMapInfo
ESIGroupInfo(String logicalName, String physicalName, ESIMapInfo mapInfo, boolean isReleaseActivityNeeded, String releaseClass)
          Only constructor of the class, insures that the object is properly initialized.
 

Uses of ESIMapInfo in com.ptc.windchill.esi.rnd
 

Methods in com.ptc.windchill.esi.rnd that return ESIMapInfo
protected static ESIMapInfo VdbBuilderImpl.getMapInfo(String groupName)
           
protected  ESIMapInfo ResponseRendererImpl.getMapInfo(String groupName)
           
protected  ESIMapInfo BasicESIRenderer.getMapInfo(String groupName)
           
 

Methods in com.ptc.windchill.esi.rnd with parameters of type ESIMapInfo
protected  ESIMap ResponseRendererImpl.getMap(ESIMapInfo mapInfo)
           
protected  ESIMap BasicESIRenderer.getMap(ESIMapInfo mapInfo)
           
 

Constructors in com.ptc.windchill.esi.rnd with parameters of type ESIMapInfo
VdbBuilderImpl.ElementKey(Element element, ESIMapInfo mapInfo)