Uses of Class
wt.epm.attributes.EPMParameterMap

Packages that use EPMParameterMap
wt.epm.attributes   
wt.epm.upload   
wt.epm.util   
 

Uses of EPMParameterMap in wt.epm.attributes
 

Methods in wt.epm.attributes that return EPMParameterMap
static EPMParameterMap EPMParameterMap.newEPMParameterMap(IBAHolderReference a_ibaHolderRef, AttributeDefinitionReference a_attributeDefinitionReference, String a_parameterName)
          

Supported API: false
static EPMParameterMap EPMParameterMap.newEPMParameterMap()
          Default factory for the class.
 

Methods in wt.epm.attributes with parameters of type EPMParameterMap
protected  boolean EPMParameterMap.readVersion(EPMParameterMap thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of EPMParameterMap in wt.epm.upload
 

Methods in wt.epm.upload that return EPMParameterMap
 EPMParameterMap CacheDocument.getParameterMap(String parameterName)
           
 EPMParameterMap CacheDocument.CacheDependencyLink.getParameterMap(String parameterName)
           
 EPMParameterMap CacheDocument.CacheParameterMap.getParameterMap()
           
 

Methods in wt.epm.upload with parameters of type EPMParameterMap
 CacheDocument.CacheParameterMap CacheDocument.createCacheParameterMap(EPMParameterMap map)
           
 CacheDocument.CacheParameterMap CacheDocument.CacheDependencyLink.createCacheParameterMap(EPMParameterMap map)
           
 void Cache.cacheParameterMap(EPMParameterMap map)
           
 

Constructors in wt.epm.upload with parameters of type EPMParameterMap
CacheDocument.CacheParameterMap(CacheObjectOwner owner, EPMParameterMap map)
           
 

Uses of EPMParameterMap in wt.epm.util
 

Methods in wt.epm.util with parameters of type EPMParameterMap
static void CreateParameterMapMigrator.Server.createMap(EPMParameterMap map)