Schnittstelle IRepository.ReadAccessHandler

Alle Superschnittstellen:
IRepository.Handler
Alle bekannten Implementierungsklassen:
CDOServerUtil.RepositoryReadAccessValidator
Umschließende Schnittstelle:
IRepository

public static interface IRepository.ReadAccessHandler extends IRepository.Handler
Provides a way to handle revisions that are to be sent to the client.
Seit:
2.0
Autor:
Eike Stepper
  • Methodendetails

    • handleRevisionsBeforeSending

      void handleRevisionsBeforeSending(ISession session, CDORevision[] revisions, List<CDORevision> additionalRevisions) throws RuntimeException
      Provides a way to handle revisions that are to be sent to the client.
      Parameter:
      session - The session that is going to send the revisions.
      revisions - The revisions that are requested by the client. If the client must not see any of these revisions an unchecked exception must be thrown.
      additionalRevisions - The additional revisions that are to be sent to the client because internal optimizers believe that they will be needed soon. If the client must not see any of these revisions they should be removed from the list.
      Löst aus:
      RuntimeException - to indicate that none of the revisions must be sent to the client. This exception will be visible at the client side!