Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionHandler
Package
Description
Common concepts for dealing with revisions and revision lists.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Server implementation of a generic OCL query handler.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDORevisionHandler in org.eclipse.emf.cdo.common.revision
Modifier and TypeClassDescriptionstatic class
A delegatingrevision handler
with afilter()
method used to suppress specific revisions.static final class
A delegatingrevision handler
that filters detached revisions.Modifier and TypeMethodDescriptionstatic void
CDORevisionUtil.handleParentRevisions
(CDORevision revision, CDORevisionProvider provider, CDORevisionHandler handler) void
CDORevisionManager.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) ModifierConstructorDescriptionFiltered
(CDORevisionHandler delegate) Undetached
(CDORevisionHandler delegate) -
Uses of CDORevisionHandler in org.eclipse.emf.cdo.server
Modifier and TypeInterfaceDescriptionstatic interface
Persists the data that has been read by aimporter
into a newrepository
.static interface
Persists the data that has been read by aimporter
into a newrepository
.Modifier and TypeMethodDescriptionIUnitManager.createUnit
(CDOID rootID, IView view, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) void
IStoreAccessor.UnitSupport.finishUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, long timeStamp, Object initResult, List<CDOID> ids) void
IStoreAccessor.handleRevisions
(EClass eClass, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Passes all revisions of the store to thehandler
if all of the following conditions are met: TheeClass
parameter isnull
or equal torevision.getEClass()
.IStoreAccessor.UnitSupport.initUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, Set<CDOID> initializedIDs, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) void
IUnit.open
(IView view, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) void
IStoreAccessor.UnitSupport.readUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) -
Uses of CDORevisionHandler in org.eclipse.emf.cdo.server.db.mapping
Modifier and TypeMethodDescriptionvoid
IClassMapping.handleRevisions
(IDBStoreAccessor accessor, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Passes all revisions of the store to thehandler
if all of the following conditions are met: Thebranch
parameter isnull
or equal torevision.getBranch()
.void
IMappingStrategy.handleRevisions
(IDBStoreAccessor accessor, EClass eClass, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Passes all revisions of the store to thehandler
if all of the following conditions are met: TheeClass
parameter isnull
or equal torevision.getEClass()
.void
IClassMappingUnitSupport.readUnitRevisions
(IDBStoreAccessor accessor, CDOBranchPoint branchPoint, CDOID rootID, CDORevisionHandler revisionHandler) -
Uses of CDORevisionHandler in org.eclipse.emf.cdo.server.ocl
Modifier and TypeMethodDescriptionprotected void
CDOExtentCreator.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled, CDORevisionHandler revisionHandler) protected void
CDOExtentCreator.handleRevisions
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, CDORevisionHandler revisionHandler) -
Uses of CDORevisionHandler in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeMethodDescriptionvoid
DelegatingCDORevisionManager.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) void
InternalCDORevisionManager.RevisionLoader.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) -
Uses of CDORevisionHandler in org.eclipse.emf.cdo.spi.server
Modifier and TypeClassDescriptionstatic class
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionvoid
InternalRepository.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) boolean
InternalView.openUnit
(CDOID rootID, CDOProtocolConstants.UnitOpcode opcode, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) -
Uses of CDORevisionHandler in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionfinal void
CDOPrefetcherManager.Prefetcher.handleRevisions
(CDORevisionHandler handler) -
Uses of CDORevisionHandler in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionboolean
CDOSessionProtocol.requestUnit
(int viewID, CDOID rootID, CDOProtocolConstants.UnitOpcode opcode, boolean prefetchLockStates, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor safe) boolean
CDOSessionProtocol.requestUnit
(int viewID, CDOID rootID, CDOProtocolConstants.UnitOpcode opcode, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deprecated.