Uses of Interface
wt.occurrence.OccurrenceableLinkModificationDelegate

Packages that use OccurrenceableLinkModificationDelegate
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 OccurrenceableLinkModificationDelegate in wt.epm.structure.occurrences
 

Classes in wt.epm.structure.occurrences that implement OccurrenceableLinkModificationDelegate
 class EPMMemberLinkModificationDelegate
          

Supported API: false

Extendable: false
 

Uses of OccurrenceableLinkModificationDelegate in wt.occurrence
 

Classes in wt.occurrence that implement OccurrenceableLinkModificationDelegate
 class SingleOccurrenceableLinkModificationDelegate
          This delegate approves all requests to modify an OccurrenceableLink; it should be used only for links whose modification never invalidates associated UsesOccurrence objects.
 

Methods in wt.occurrence that return OccurrenceableLinkModificationDelegate
 OccurrenceableLinkModificationDelegate OccurrenceDelegateFactory.getOccurrenceableLinkModificationDelegate(OccurrenceableLink link)
          

Supported API: false
 

Uses of OccurrenceableLinkModificationDelegate in wt.part
 

Classes in wt.part that implement OccurrenceableLinkModificationDelegate
 class WTPartUsageLinkModificationDelegate
          Prohibits modifications that reduce the Quantity below the number of UsesOccurrence objects.