Uses of Class
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo

Packages that use RevisionInfo
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

Uses of RevisionInfo in org.eclipse.emf.cdo.spi.common.revision
 

Subclasses of RevisionInfo in org.eclipse.emf.cdo.spi.common.revision
static class RevisionInfo.Available
          If the meaning of this type isn't clear, there really should be more of a description here...
static class RevisionInfo.Available.Detached
          If the meaning of this type isn't clear, there really should be more of a description here...
static class RevisionInfo.Available.Normal
          If the meaning of this type isn't clear, there really should be more of a description here...
static class RevisionInfo.Available.Pointer
          If the meaning of this type isn't clear, there really should be more of a description here...
static class RevisionInfo.Missing
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return RevisionInfo
static RevisionInfo RevisionInfo.read(CDODataInput in, CDOBranchPoint requestedBranchPoint)
           
 

Method parameters in org.eclipse.emf.cdo.spi.common.revision with type arguments of type RevisionInfo
 List<InternalCDORevision> InternalCDORevisionManager.RevisionLoader.loadRevisions(List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.