Schnittstelle ILockingManager.DurableViewHandler

Umschließende Schnittstelle:
ILockingManager

public static interface ILockingManager.DurableViewHandler
A call-back interface primarily intended to allow implementers to prevent the view from being opened by throwing an exception. See ILockingManager.addDurableViewHandler(DurableViewHandler).
Seit:
4.1
Autor:
Caspar De Groot
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    openingView(CDOCommonSession session, int viewID, boolean readOnly, IDurableLockingManager.LockArea area)
    A call-back method primarily intended to allow implementers to prevent the view from being opened by throwing an exception.