Package wt.occurrence

Interface OccurrenceModificationDelegate

All Known Implementing Classes:
wt.occurrence.AbstractOccurrenceModificationDelegate, CombinedPathOccurrenceModificationDelegate, PathOccurrenceModificationDelegate

public interface OccurrenceModificationDelegate
Determines if you can modify an Occurrence, which may involve checking access rights to the Occurrence or some related object (frequently an OccurrenceableLink or a PathOccurrenceContext.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    approveModification(WTCollection occurrences, int operation)
    Occurrences modification is approved only if user has access control rights to modify it.
    void
    approveModification(Occurrence occurrence, int operation)
    Occurrence modification is approved only if user has access control rights to modify it.