Uses of Class
wt.epm.upload.CacheDocument.CacheParameterValue

Packages that use CacheDocument.CacheParameterValue
wt.epm.upload   
 

Uses of CacheDocument.CacheParameterValue in wt.epm.upload
 

Methods in wt.epm.upload that return CacheDocument.CacheParameterValue
 CacheDocument.CacheParameterValue CacheDocument.createCacheParameterValue(EPMParameterValue param)
           
 CacheDocument.CacheParameterValue CacheDocument.createNewParameterValue(String name, Object value)
           
 CacheDocument.CacheParameterValue CacheDocument.getCacheParameterValue(String name)
           
 CacheDocument.CacheParameterValue CacheDocument.removeParameterValue(String name)
           
 

Methods in wt.epm.upload with parameters of type CacheDocument.CacheParameterValue
private  void CacheDocument.setParameterValue(String name, CacheDocument.CacheParameterValue cacheParam)