Uses of Interface
wt.occurrence.UsesOccurrenceCreationApprovalDelegate

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

Classes in wt.epm.structure.occurrences that implement UsesOccurrenceCreationApprovalDelegate
 class EPMUsesOccurrenceCreationApprovalDelegate
          

Supported API: false

Extendable: false
 

Uses of UsesOccurrenceCreationApprovalDelegate in wt.occurrence
 

Classes in wt.occurrence that implement UsesOccurrenceCreationApprovalDelegate
 class SingleUsesOccurrenceCreationApprovalDelegate
          This delegate rejects all requests to create a UsesOccurrence from an OccurrenceableLink with count > 1, but for count = 1 it checks to see if a link already exists and approves the creation if none exists.
 

Methods in wt.occurrence that return UsesOccurrenceCreationApprovalDelegate
 UsesOccurrenceCreationApprovalDelegate OccurrenceDelegateFactory.getUsesOccurrenceCreationApprovalDelegate(OccurrenceableLink link)
          

Supported API: false
 

Uses of UsesOccurrenceCreationApprovalDelegate in wt.part
 

Classes in wt.part that implement UsesOccurrenceCreationApprovalDelegate
 class WTPartUsageLinkUsesOccurrenceCreationApprovalDelegate
          

Supported API: false

Extendable: false