Schnittstelle CDORevisionInterner

Alle bekannten Unterschnittstellen:
InternalCDORevisionCache, InternalCDORevisionManager
Alle bekannten Implementierungsklassen:
DelegatingCDORevisionManager

public interface CDORevisionInterner
Interns revisions.
Seit:
4.15
Autor:
Eike Stepper
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Interns the given revision and returns either the given revision or a revision with the same key that was interned previously.
  • Methodendetails

    • internRevision

      CDORevision internRevision(CDORevision revision)
      Interns the given revision and returns either the given revision or a revision with the same key that was interned previously.

      The returned revision is only different from the passed revision if this interner contains a previously cached, different revision instance with an equal revision key.