Package wt.occurrence

Interface OccurrenceableLinkModificationDelegate

All Known Implementing Classes:
SingleOccurrenceableLinkModificationDelegate

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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    OccurrenceableLink modification is approved only if user has access control rights to modify it.
  • Method Details

    • approveModification

      void approveModification(OccurrenceableLink oldLink, OccurrenceableLink newLink) throws WTException
      OccurrenceableLink modification is approved only if user has access control rights to modify it.

      Supported API: true
      Parameters:
      oldLink -
      newLink -
      Throws:
      WTException