Uses of Class
com.ptc.hli.ecad.query.PersistedSourceDocument

Packages that use PersistedSourceDocument
com.ptc.hli.ecad.query   
 

Uses of PersistedSourceDocument in com.ptc.hli.ecad.query
 

Fields in com.ptc.hli.ecad.query declared as PersistedSourceDocument
private  PersistedSourceDocument PersistedDesign.sourceDoc
           
 

Methods in com.ptc.hli.ecad.query that return PersistedSourceDocument
static PersistedSourceDocument PersistedSourceDocument.getInstance(Object sourceDocument, PersistedDesign design)
           
 PersistedSourceDocument PersistedDesign.getSource()
           
 

Methods in com.ptc.hli.ecad.query with parameters of type PersistedSourceDocument
private  boolean PersistedDesign.setSource(PersistedSourceDocument doc)