Uses of Class
wt.epm.build.EPMBuildHistory

Packages that use EPMBuildHistory
wt.epm
 
wt.epm.build   
wt.epm.listeners   
wt.ixb.epm.handlers   
wt.ixb.handlers.netmarkets.prodstruct   
 

Uses of EPMBuildHistory in wt.epm
 

Methods in wt.epm that return EPMBuildHistory
private static EPMBuildHistory ReviseManagerUtility.getBuildHistory(WTPart part, EPMDocument document)
           
 

Uses of EPMBuildHistory in wt.epm.build
 

Methods in wt.epm.build that return EPMBuildHistory
static EPMBuildHistory EPMBuildHistory.newEPMBuildHistory(EPMDocument source, WTPart target, long buildRuleID)
          

Supported API: false
 

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

Uses of EPMBuildHistory in wt.epm.listeners
 

Methods in wt.epm.listeners that return EPMBuildHistory
private static EPMBuildHistory EventServiceManagerUtility.getBuildHistory(WTPart part, EPMDocument document)
           
 

Uses of EPMBuildHistory in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers that return EPMBuildHistory
static EPMBuildHistory EPMHndHelper.findAlreadyImportedEPMBuildHistory(EPMDocument source, WTPart target, IxbElement fileXML)
           
 

Uses of EPMBuildHistory in wt.ixb.handlers.netmarkets.prodstruct
 

Methods in wt.ixb.handlers.netmarkets.prodstruct with parameters of type EPMBuildHistory
 void NmEPMBuildHistoryHandler.exportAttributes(EPMBuildHistory build_history, IxbElement elem, Exporter exporter)