Schnittstelle CDOBranchVersion

Alle Superschnittstellen:
CDOBranchProvider, CDOVersionProvider
Alle bekannten Unterschnittstellen:
CDORevisable, CDORevision, CDORevisionCache.EvictionEvent, CDORevisionDelta, CDORevisionKey, InternalCDORevision, InternalCDORevisionDelta
Alle bekannten Implementierungsklassen:
AbstractCDORevision, BaseCDORevision, DelegatingCDORevision, DetachedCDORevision, PointerCDORevision, StubCDORevision, SyntheticCDORevision

public interface CDOBranchVersion extends CDOBranchProvider, CDOVersionProvider
A pair of a branch and an integer version number.

It is often used in the context of CDORevisionManager.getRevisionByVersion().

Seit:
3.0
Autor:
Eike Stepper
Siehe auch:
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The fixed version number that is assigned to the first revision of an object that is committed to a particular branch .
    static final int
    The fixed special version number unspecified.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Returns the branch of this branch version.
    int
    Returns the version number of this branch version.
  • Felddetails

    • UNSPECIFIED_VERSION

      static final int UNSPECIFIED_VERSION
      The fixed special version number unspecified.
      Siehe auch:
    • FIRST_VERSION

      static final int FIRST_VERSION
      The fixed version number that is assigned to the first revision of an object that is committed to a particular branch .
      Siehe auch:
  • Methodendetails