wt.occurrence
Interface OccurrenceableLinkModificationDelegate
- All Known Implementing Classes:
- EPMMemberLinkModificationDelegate, SingleOccurrenceableLinkModificationDelegate, WTPartUsageLinkModificationDelegate
- public interface OccurrenceableLinkModificationDelegate
Determines if you can modify an OccurrenceableLink
, since for
some links (in particular those with a quantity) a modification might
invalidate associated UsesOccurrence
objects.
Supported API: true
Extendable: true
approveModification
public void approveModification(OccurrenceableLink oldLink,
OccurrenceableLink newLink)
throws WTException
Supported API: false
- Parameters:
oldLink
- newLink
-
- Throws:
WTException