Uses of Class
wt.occurrence.OccurrenceException

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

Methods in wt.epm.structure.occurrences that throw OccurrenceException
 void EPMUsesOccurrenceModificationDelegate.approveModification(Occurrence occurrence, int operation)
          

Supported API: false
 

Uses of OccurrenceException in wt.occurrence
 

Methods in wt.occurrence that throw OccurrenceException
protected  void StandardOccurrenceService.validateCombinedPathOccurrenceCreation(CombinedPathOccurrence combinedPathOccurrence)
          Verify that the parent and child PathOccurrences have different PathOccurrenceMasterContext and that the parent is a terminal path.
protected  void StandardOccurrenceService.validateOccurrenceDataModifiability(OccurrenceData target, int operation)
          

Supported API: false
protected  void StandardOccurrenceService.validateOccurrenceModifiability(Occurrence target, int operation)
          

Supported API: false
protected  void StandardOccurrenceService.validatePathOccurrenceCreation(PathOccurrence pathOccurrence)
          Verify that the given PathOccurrence and its subPath have the same PathOccurrenceMasterContext and that the path must be a root in order to have a null subPath and that a non-null subPath cannot be a terminal path.
protected  void StandardOccurrenceService.validateUsesOccurrenceCreation(UsesOccurrence usesOccurrence)
          

Supported API: false
 QueryResult StandardOccurrenceService.getUsesOccurrences(PathOccurrence path)
          Returns the UsesOccurrences associated with the given PathOccurrence.
 void PathOccurrenceModificationDelegate.approveModification(Occurrence occurrence, int operation)
          

Supported API: false
 Vector PathOccurrenceContextFilterDelegate.filterOccurrenceContexts(Vector occurrenceContexts)
          

Supported API: false
 QueryResult OccurrenceServiceFwd.getUsesOccurrences(PathOccurrence path)
          Returns the UsesOccurrences associated with the given PathOccurrence.
 QueryResult OccurrenceService.getUsesOccurrences(PathOccurrence path)
          Returns the UsesOccurrences associated with the given PathOccurrence.
 void OccurrenceModificationDelegate.approveModification(Occurrence occurrence, int operation)
          

Supported API: false
 OccurrenceableLinkModificationDelegate OccurrenceDelegateFactory.getOccurrenceableLinkModificationDelegate(OccurrenceableLink link)
          

Supported API: false
 OccurrenceDataCopyDelegate OccurrenceDelegateFactory.getOccurrenceDataCopyDelegate(OccurrenceData occurrenceData)
          

Supported API: false
 OccurrenceModificationDelegate OccurrenceDelegateFactory.getOccurrenceModificationDelegate(Occurrence occurrence)
          

Supported API: false
 OccurrenceNameValidationDelegate OccurrenceDelegateFactory.getOccurrenceNameValidationDelegate(Occurrence occurrence)
          

Supported API: false
 PathOccurrenceContextFilterDelegate OccurrenceDelegateFactory.getPathOccurrenceContextFilterDelegate(PathOccurrence occurrence)
          

Supported API: false
 UsesOccurrenceCreationApprovalDelegate OccurrenceDelegateFactory.getUsesOccurrenceCreationApprovalDelegate(OccurrenceableLink link)
          

Supported API: false
 Vector LastPathOccurrenceContextFilterDelegate.filterOccurrenceContexts(Vector occurrenceContexts)
          

Supported API: false
 void CombinedPathOccurrenceModificationDelegate.approveModification(Occurrence occurrence, int operation)
          

Supported API: false
 Vector AllPathOccurrenceContextFilterDelegate.filterOccurrenceContexts(Vector occurrenceContexts)
          

Supported API: false
 

Uses of OccurrenceException in wt.part
 

Methods in wt.part that throw OccurrenceException
 void PartUsesOccurrenceModificationDelegate.approveModification(Occurrence occurrence, int operation)
          

Supported API: false
 void PartPathOccurrenceModificationDelegate.approveModification(Occurrence occurrence, int operation)
          

Supported API: false