|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IRepository.ReadAccessHandler
Provides a way to handle revisions that are to be sent to the client.
| Method Summary | |
|---|---|
void |
handleRevisionsBeforeSending(ISession session,
CDORevision[] revisions,
java.util.List<CDORevision> additionalRevisions)
Provides a way to handle revisions that are to be sent to the client. |
| Method Detail |
|---|
void handleRevisionsBeforeSending(ISession session,
CDORevision[] revisions,
java.util.List<CDORevision> additionalRevisions)
throws java.lang.RuntimeException
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.
java.lang.RuntimeException - to indicate that none of the revisions must be sent to the client. This exception will be visible at
the client side!
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||