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

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

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

Fields in com.ptc.hli.ecad.query declared as PersistedBoardDocument
private  PersistedBoardDocument PersistedDesign.boardDoc
           
 

Methods in com.ptc.hli.ecad.query that return PersistedBoardDocument
 PersistedBoardDocument PersistedDesign.getBoard()
           
static PersistedBoardDocument PersistedBoardDocument.getInstance(Object boardDocument, PersistedDesign design)
           
 

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