Uses of Interface
wt.occurrence.UsesOccurrenceContext

Packages that use UsesOccurrenceContext
com.ptc.hli.ecad   
wt.build   
wt.epm
 
wt.epm.structure.occurrences   
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of UsesOccurrenceContext in com.ptc.hli.ecad
 

Methods in com.ptc.hli.ecad with parameters of type UsesOccurrenceContext
 QueryResult ECADAssembly.getUsesOccurrences(UsesOccurrenceContext context)
          Return a QueryResult of UsesOccurrences for the given object

Supported API: false
 

Uses of UsesOccurrenceContext in wt.build
 

Methods in wt.build with parameters of type UsesOccurrenceContext
 QueryResult StandardBuildService.getBuiltOccurrences(UsesOccurrenceContext buildTarget)
          Returns all "built" buildable occurrences that are associated with this build target.
 QueryResult BuildServiceFwd.getBuiltOccurrences(UsesOccurrenceContext buildTarget)
          Returns all "built" buildable occurrences that are associated with this build target.
 QueryResult BuildService.getBuiltOccurrences(UsesOccurrenceContext buildTarget)
          Returns all "built" buildable occurrences that are associated with this build target.
 

Uses of UsesOccurrenceContext in wt.epm
 

Classes in wt.epm that implement UsesOccurrenceContext
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of UsesOccurrenceContext in wt.epm.structure.occurrences
 

Methods in wt.epm.structure.occurrences that return UsesOccurrenceContext
 UsesOccurrenceContext EPMUsesOccurrence.getContext()
          Gets the object for the association that plays role: CONTEXT.
 

Methods in wt.epm.structure.occurrences with parameters of type UsesOccurrenceContext
 void EPMUsesOccurrence.setContext(UsesOccurrenceContext a_Context)
          Sets the object for the association that plays role: CONTEXT.
 

Uses of UsesOccurrenceContext in wt.occurrence
 

Methods in wt.occurrence that return UsesOccurrenceContext
 UsesOccurrenceContext UsesOccurrence.getContext()
          Gets the object for the association that plays role: CONTEXT.
 UsesOccurrenceContext ContextTheUsesOccurrence.getContext()
          Gets the object for the association that plays role: CONTEXT_ROLE.
 

Methods in wt.occurrence with parameters of type UsesOccurrenceContext
 void UsesOccurrence.setContext(UsesOccurrenceContext a_Context)
          Sets the object for the association that plays role: CONTEXT.
 QueryResult StandardOccurrenceService.getUsesOccurrences(UsesOccurrenceContext context)
          Returns a QueryResult of UsesOccurrence objects having the given context.
 QueryResult OccurrenceServiceFwd.getUsesOccurrences(UsesOccurrenceContext context)
          Returns a QueryResult of UsesOccurrence objects having the given context.
 QueryResult OccurrenceService.getUsesOccurrences(UsesOccurrenceContext context)
          Returns a QueryResult of UsesOccurrence objects having the given context.
 void ContextTheUsesOccurrence.setContext(UsesOccurrenceContext context)
          Sets the object for the association that plays role: CONTEXT_ROLE.
static ContextTheUsesOccurrence ContextTheUsesOccurrence.newContextTheUsesOccurrence(UsesOccurrenceContext context, UsesOccurrence theUsesOccurrence)
          Default factory for the class.
 

Uses of UsesOccurrenceContext in wt.part
 

Classes in wt.part that implement UsesOccurrenceContext
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Methods in wt.part that return UsesOccurrenceContext
 UsesOccurrenceContext PartUsesOccurrence.getContext()
          Gets the object for the association that plays role: CONTEXT.
 

Methods in wt.part with parameters of type UsesOccurrenceContext
 void PartUsesOccurrence.setContext(UsesOccurrenceContext a_Context)
          Sets the object for the association that plays role: CONTEXT.