Uses of Interface
wt.occurrence.PathOccurrenceData

Packages that use PathOccurrenceData
wt.configuration   
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 PathOccurrenceData in wt.configuration
 

Classes in wt.configuration that implement PathOccurrenceData
 class BaselineConfigurationOverride
          This object stores an override of a given version in a configuration along the path specified by the path occurrence.
 class SerialNumberMapping
          This object indicates the serial number of the serial numbered object used in the instance.
 

Uses of PathOccurrenceData in wt.occurrence
 

Classes in wt.occurrence that implement PathOccurrenceData
 class PathOccurrenceDocumentation
          This DocumentationOccurrenceData allows a PathOccurrence to have an associated WTDocument version.
 class PathOccurrenceUserIBAs
          This UserIBAOccurrenceData allows a PathOccurrence to have an associated wt.value.IBAHolder.
 

Methods in wt.occurrence that return PathOccurrenceData
 PathOccurrenceData StandardOccurrenceService.deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to delete a PathOccurrenceData.
 PathOccurrenceData StandardOccurrenceService.savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to insert or store a .
protected  PathOccurrenceData StandardOccurrenceService.duplicate(PathOccurrenceData occData)
           
 PathOccurrenceData PathOccurrenceDataLink.getData()
          Gets the object for the association that plays role: DATA_ROLE.
 PathOccurrenceData PathMasterIteration.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 PathOccurrenceData OccurrenceServiceFwd.deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to delete a PathOccurrenceData.
 PathOccurrenceData OccurrenceServiceFwd.savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to insert or store a .
 PathOccurrenceData OccurrenceService.deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to delete a PathOccurrenceData.
 PathOccurrenceData OccurrenceService.savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to insert or store a .
 PathOccurrenceData ContextPathOccurrenceData.getPathOccurrenceData()
          Gets the object for the association that plays role: PATH_OCCURRENCE_DATA_ROLE.
 

Methods in wt.occurrence with parameters of type PathOccurrenceData
 PathOccurrenceData StandardOccurrenceService.deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to delete a PathOccurrenceData.
 PathOccurrenceData StandardOccurrenceService.savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to insert or store a .
protected  PathOccurrenceData StandardOccurrenceService.duplicate(PathOccurrenceData occData)
           
 void PathOccurrenceDataLink.setData(PathOccurrenceData data)
          Sets the object for the association that plays role: DATA_ROLE.
static PathOccurrenceDataLink PathOccurrenceDataLink.newPathOccurrenceDataLink(PathOccurrenceData data, PathOccurrence occ)
          Default factory for the class.
protected  void PathMasterIteration.setIteration(PathOccurrenceData iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static PathMasterIteration PathMasterIteration.newPathMasterIteration(PathOccurrenceDataMaster master, PathOccurrenceData iteration)
          Default factory for the class.
 PathOccurrenceData OccurrenceServiceFwd.deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to delete a PathOccurrenceData.
 PathOccurrenceData OccurrenceServiceFwd.savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to insert or store a .
 PathOccurrenceData OccurrenceService.deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to delete a PathOccurrenceData.
 PathOccurrenceData OccurrenceService.savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          This method should always be used to insert or store a .
 void ContextPathOccurrenceData.setPathOccurrenceData(PathOccurrenceData pathOccurrenceData)
          Sets the object for the association that plays role: PATH_OCCURRENCE_DATA_ROLE.
static ContextPathOccurrenceData ContextPathOccurrenceData.newContextPathOccurrenceData(PathOccurrenceContext context, PathOccurrenceData pathOccurrenceData)
          Default factory for the class.
 

Uses of PathOccurrenceData in wt.part
 

Methods in wt.part that return PathOccurrenceData
private  PathOccurrenceData StandardWTPartService.refreshPathOccurrenceData(PathOccurrenceContext poc, PathOccurrenceData pod)
           
 

Methods in wt.part with parameters of type PathOccurrenceData
private  PathOccurrenceData StandardWTPartService.refreshPathOccurrenceData(PathOccurrenceContext poc, PathOccurrenceData pod)