Uses of Interface
wt.occurrence.CombinedPathOccurrenceData

Packages that use CombinedPathOccurrenceData
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
 

Uses of CombinedPathOccurrenceData in wt.occurrence
 

Classes in wt.occurrence that implement CombinedPathOccurrenceData
 class CombinedPathOccurrenceDocumentation
          This DocumentationOccurrenceData allows a CombinedPathOccurrence to have an associated WTDocument version.
 class CombinedPathOccurrenceUserIBAs
          This UserIBAOccurrenceData allows a CombinedPathOccurrence to have an associated wt.value.IBAHolder.
 

Methods in wt.occurrence that return CombinedPathOccurrenceData
 CombinedPathOccurrenceData StandardOccurrenceService.deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to delete a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData StandardOccurrenceService.saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to insert or store a CombinedPathOccurrenceData.
protected  CombinedPathOccurrenceData StandardOccurrenceService.duplicate(CombinedPathOccurrenceData occData)
           
 CombinedPathOccurrenceData OccurrenceServiceFwd.deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to delete a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData OccurrenceServiceFwd.saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to insert or store a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData OccurrenceService.deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to delete a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData OccurrenceService.saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to insert or store a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData ContextCombinedPathOccurrenceData.getCombinedPathOccurrenceData()
          Gets the object for the association that plays role: COMBINED_PATH_OCCURRENCE_DATA_ROLE.
 CombinedPathOccurrenceData CombinedPathOccurrenceDataLink.getData()
          Gets the object for the association that plays role: DATA_ROLE.
 CombinedPathOccurrenceData CombinedPathMasterIteration.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 

Methods in wt.occurrence with parameters of type CombinedPathOccurrenceData
 CombinedPathOccurrenceData StandardOccurrenceService.deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to delete a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData StandardOccurrenceService.saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to insert or store a CombinedPathOccurrenceData.
protected  CombinedPathOccurrenceData StandardOccurrenceService.duplicate(CombinedPathOccurrenceData occData)
           
 CombinedPathOccurrenceData OccurrenceServiceFwd.deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to delete a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData OccurrenceServiceFwd.saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to insert or store a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData OccurrenceService.deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to delete a CombinedPathOccurrenceData.
 CombinedPathOccurrenceData OccurrenceService.saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          This method should always be used to insert or store a CombinedPathOccurrenceData.
 void ContextCombinedPathOccurrenceData.setCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
          Sets the object for the association that plays role: COMBINED_PATH_OCCURRENCE_DATA_ROLE.
static ContextCombinedPathOccurrenceData ContextCombinedPathOccurrenceData.newContextCombinedPathOccurrenceData(PathOccurrenceContext context, CombinedPathOccurrenceData combinedPathOccurrenceData)
          Default factory for the class.
 void CombinedPathOccurrenceDataLink.setData(CombinedPathOccurrenceData data)
          Sets the object for the association that plays role: DATA_ROLE.
static CombinedPathOccurrenceDataLink CombinedPathOccurrenceDataLink.newCombinedPathOccurrenceDataLink(CombinedPathOccurrenceData data, CombinedPathOccurrence occ)
          Default factory for the class.
protected  void CombinedPathMasterIteration.setIteration(CombinedPathOccurrenceData iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static CombinedPathMasterIteration CombinedPathMasterIteration.newCombinedPathMasterIteration(CombinedPathOccurrenceDataMaster master, CombinedPathOccurrenceData iteration)
          Default factory for the class.