Uses of Package
org.eclipse.emf.cdo.common.revision.delta

Packages that use org.eclipse.emf.cdo.common.revision.delta
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.common.revision.delta Common concepts for dealing with revision deltas and feature deltas. 
org.eclipse.emf.cdo.server.db.mapping Server concepts for dealing with mapping strategies and mappings for classes, lists and types. 
org.eclipse.emf.cdo.spi.common.commit Common service provider interfaces and useful base implementations for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.common.protocol
CDOFeatureDelta
          Represents a change delta between two values of a single feature.
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.common.revision
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.common.revision.delta
CDOAddFeatureDelta
          A feature delta that represents an addition to a many-valued feature.
CDOClearFeatureDelta
          A feature delta that represents the removal of all elements from a many-valued feature.
CDOContainerFeatureDelta
          A feature delta that represents a modification of the eContainer feature.
CDOFeatureDelta
          Represents a change delta between two values of a single feature.
CDOFeatureDelta.Type
          Enumerates the possible types of feature deltas.
CDOFeatureDeltaVisitor
          Visits all feature deltas of a revision delta.
CDOListFeatureDelta
          A feature delta that represents any modification of the list of a many-valued feature.
CDOMoveFeatureDelta
          A feature delta that represents a move of one element of a many-valued feature to a different list position.
CDORemoveFeatureDelta
          A feature delta that represents a removal from a many-valued feature.
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
CDOSetFeatureDelta
          A feature delta that represents a value change of a single-valued feature.
CDOUnsetFeatureDelta
          A feature delta that represents the unsetting of the value of a feature.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.server.db.mapping
CDOListFeatureDelta
          A feature delta that represents any modification of the list of a many-valued feature.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.spi.common.commit
CDORevisionDeltaProvider
          Provides consumers with the revision deltas of identifiable CDO objects.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.spi.common.protocol
CDOFeatureDelta
          Represents a change delta between two values of a single feature.
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.spi.common.revision
CDOAddFeatureDelta
          A feature delta that represents an addition to a many-valued feature.
CDOClearFeatureDelta
          A feature delta that represents the removal of all elements from a many-valued feature.
CDOContainerFeatureDelta
          A feature delta that represents a modification of the eContainer feature.
CDOFeatureDelta
          Represents a change delta between two values of a single feature.
CDOFeatureDeltaVisitor
          Visits all feature deltas of a revision delta.
CDOListFeatureDelta
          A feature delta that represents any modification of the list of a many-valued feature.
CDOMoveFeatureDelta
          A feature delta that represents a move of one element of a many-valued feature to a different list position.
CDORemoveFeatureDelta
          A feature delta that represents a removal from a many-valued feature.
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
CDOSetFeatureDelta
          A feature delta that represents a value change of a single-valued feature.
CDOUnsetFeatureDelta
          A feature delta that represents the unsetting of the value of a feature.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.spi.server
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.transaction
CDOFeatureDelta
          Represents a change delta between two values of a single feature.
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.cdo.view
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Classes in org.eclipse.emf.cdo.common.revision.delta used by org.eclipse.emf.spi.cdo
CDOAddFeatureDelta
          A feature delta that represents an addition to a many-valued feature.
CDOFeatureDelta
          Represents a change delta between two values of a single feature.
CDOListFeatureDelta
          A feature delta that represents any modification of the list of a many-valued feature.
CDOMoveFeatureDelta
          A feature delta that represents a move of one element of a many-valued feature to a different list position.
CDORemoveFeatureDelta
          A feature delta that represents a removal from a many-valued feature.
CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 



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