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

Packages that use ESIMap
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.map   
com.ptc.windchill.esi.rnd   
 

Uses of ESIMap in com.ptc.windchill.esi.bom
 

Fields in com.ptc.windchill.esi.bom declared as ESIMap
private  ESIMap ESIBOMHeaderRenderer.map
           
private  ESIMap ESIBOMComponentRenderer.map
           
private  ESIMap BOMHeaderRendererImpl.map
           
private  ESIMap BOMComponentRendererImpl.map
           
 

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

Methods in com.ptc.windchill.esi.map that return ESIMap
 ESIMap ESIMapManager.getMap(String name)
          Returns the ESIMap identified by the name argument.
 ESIMap ESIMapInfo.getMap()
          Returns the ESIMap identified by the value of the mapFileName attribute.
 

Methods in com.ptc.windchill.esi.map with parameters of type ESIMap
 Element ESIMapper.map(Object object, ESIMap map)
          This method creates a mapped Info*Engine Element object from the Object argument.
 Element ESIMapper.map(Element inputElement, ESIMap map)
          This method creates a mapped Info*Engine Element object from another Info*Engine Element object.
 Element ESIMapper.map(Element inputElement, Persistable persistedObject, ESIMap map)
          This method creates a mapped Info*Engine Element object from another Info*Engine Element object.
 

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

Fields in com.ptc.windchill.esi.rnd declared as ESIMap
(package private)  ESIMap ESIObjectHistoryBuilderImpl.map
           
 

Methods in com.ptc.windchill.esi.rnd that return ESIMap
protected  ESIMap ResponseRendererImpl.getMap(ESIMapInfo mapInfo)
           
protected  ESIMap BasicESIRenderer.getMap(ESIMapInfo mapInfo)
           
 

Methods in com.ptc.windchill.esi.rnd with parameters of type ESIMap
 String BasicESIRenderer.getWCAttributeList(ESIMap map)
          Get a source attributes list from map file excluding 'obid' in order to pass it to webject directly.