Package wt.occurrence
Interface OccurrenceableLinkModificationDelegate
- All Known Implementing Classes:
SingleOccurrenceableLinkModificationDelegate
public interface OccurrenceableLinkModificationDelegate
Determines if you can modify an
Supported API: true
Extendable: true
OccurrenceableLink, since for
some links (in particular those with a quantity) a modification might
invalidate associated UsesOccurrence objects.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidapproveModification(OccurrenceableLink oldLink, OccurrenceableLink newLink) OccurrenceableLink modification is approved only if user has access control rights to modify it.
-
Method Details
-
approveModification
OccurrenceableLink modification is approved only if user has access control rights to modify it.
Supported API: true- Parameters:
oldLink-newLink-- Throws:
WTException
-