Uses of Class
wt.epm.structure.occurrences.EPMUsesOccurrence

Packages that use EPMUsesOccurrence
com.ptc.epm.commands.util   
com.ptc.hli.ecad   
wt.epm.build   
wt.epm.structure.occurrences   
wt.ixb.epm.handlers.forclasses   
 

Uses of EPMUsesOccurrence in com.ptc.epm.commands.util
 

Methods in com.ptc.epm.commands.util with parameters of type EPMUsesOccurrence
protected  void ComponentHelper.updateReferenceDesignator(EPMUsesOccurrence designator, String componentNumber)
           
protected  void ComponentHelper.deleteReferenceDesignator(EPMUsesOccurrence designator)
           
 

Uses of EPMUsesOccurrence in com.ptc.hli.ecad
 

Methods in com.ptc.hli.ecad that return EPMUsesOccurrence
 EPMUsesOccurrence ECADAssembly.getReferenceDesignator(String name)
          Return the named ReferenceDesignator

Supported API: true
 

Methods in com.ptc.hli.ecad with parameters of type EPMUsesOccurrence
 void ECADAssembly.addReferenceDesignator(EPMUsesOccurrence designator)
          Add the given ReferenceDesignator

Supported API: false
 void ECADAssembly.removeReferenceDesignator(EPMUsesOccurrence designator)
          Remove the given ReferenceDesignator

Supported API: false
 

Uses of EPMUsesOccurrence in wt.epm.build
 

Methods in wt.epm.build with parameters of type EPMUsesOccurrence
 PartUsesOccurrence EPMDefaultBuildLinksDelegate.createNewOccurrence(WTPartUsageLink link, EPMUsesOccurrence sourceOccurrence, String applicationTag)
          Creates a new "built" part uses occurrence on the given part usage link for the given epm uses occurrence.
 PartUsesOccurrence EPMDefaultBuildLinksDelegate.updateBuiltOccurrence(PartUsesOccurrence builtOccurrence, EPMUsesOccurrence sourceOccurrence)
          Updates an existing "built" part uses occurrence such that it reflects any changes made to the source uses occurrence that it was built from.
protected  PartUsesOccurrence EPMDefaultBuildLinksDelegate.subsumeOccurrence(PartUsesOccurrence nonBuilt, EPMUsesOccurrence source, String applicationTag)
           
 PartUsesOccurrence EPMBuildLinksDelegate.createNewOccurrence(WTPartUsageLink link, EPMUsesOccurrence sourceOccurrence, String applicationTag)
          Creates a new "built" part uses occurrence on the given part usage link for the given epm uses occurrence.
 PartUsesOccurrence EPMBuildLinksDelegate.updateBuiltOccurrence(PartUsesOccurrence builtOccurrence, EPMUsesOccurrence sourceOccurrence)
          Updates an existing "built" part uses occurrence such that it reflects any changes made to the source uses occurrence that it was built from.
 

Uses of EPMUsesOccurrence in wt.epm.structure.occurrences
 

Methods in wt.epm.structure.occurrences that return EPMUsesOccurrence
static EPMUsesOccurrence EPMUsesOccurrence.newEPMUsesOccurrence(EPMUsesOccurrence original)
          This constructor returns a copy of the EPMUsesOccurrence passed to it.
static EPMUsesOccurrence EPMUsesOccurrence.newEPMUsesOccurrence(OccurrenceableLink occurrenceableLink)
          This constructor returns a EPMUsesOccurrence associated to the given OccurrenceableLink.
 

Methods in wt.epm.structure.occurrences with parameters of type EPMUsesOccurrence
private  void EPMUsesOccurrenceModificationDelegate.checkAccess(EPMUsesOccurrence occurrence)
           
protected  boolean EPMUsesOccurrence.readVersion(EPMUsesOccurrence thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static EPMUsesOccurrence EPMUsesOccurrence.newEPMUsesOccurrence(EPMUsesOccurrence original)
          This constructor returns a copy of the EPMUsesOccurrence passed to it.
protected  void EPMUsesOccurrence.initialize(EPMUsesOccurrence original)
          Supports initialization, following construction of an instance.
 

Uses of EPMUsesOccurrence in wt.ixb.epm.handlers.forclasses
 

Methods in wt.ixb.epm.handlers.forclasses that return EPMUsesOccurrence
static EPMUsesOccurrence ExpImpForEPMBuildHistory.getBuiltFromOccurrenceForImport(BuildReference br, String name, EPMBuildLinksRule rule)