Interface CDOBranchAdjustable

All Known Subinterfaces:
InternalCDORevision, InternalCDORevisionDelta
All Known Implementing Classes:
AbstractCDORevision, BaseCDORevision, DelegatingCDORevision, DetachedCDORevision, PointerCDORevision, StubCDORevision, SyntheticCDORevision

public interface CDOBranchAdjustable
An interface for something that carries branch information that possibly comes from other sessions and needs to be adjusted to the scope of a local session.
Since:
4.3
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    adjustBranches(CDOBranchManager newBranchManager)
     
  • Method Details