Uses of Interface
org.eclipse.emf.cdo.common.id.CDOID
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with commits and change sets.
Common concepts for dealing with object and revision IDs.
Common concepts for dealing with durable locks and views.
Common concepts for dealing with protocols and CDO-specific I/O.
Common concepts for dealing with revisions and revision lists.
Common concepts for dealing with revision deltas and feature deltas.
Client concepts for integrating EMF Compare with CDO.
Base interfaces and a utility class for
repositories
and checkouts
.Interfaces for working with
checkouts
.Interfaces for working with
repositories
.Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
Server integration of the CDO Lifecycle Management.
The generated EMF implementation of the CDO security model.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Server concepts for dealing with in-memory stores.
Server implementation of a generic OCL query handler.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common service provider interfaces and useful base implementations for dealing with object and revision IDs.
Common service provider interfaces and useful base implementations for dealing with object locks.
Common service provider interfaces and useful base implementations for dealing with models and types
Common base implementations for dealing with I/O of CDO data structures.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Server provider interfaces (SPI) for CDO
workspaces
.Client concepts for dealing with transactions, distributed transactions and their save points.
Reusable UI components specific to the CDO Model Repository.
Classes that help to open EMF Compare user interfaces on CDO models.
Client utility classes, some common interfaces and exceptions.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Concepts to checkout, open and further operate CDO
workspaces
.Exposes
CDOObjectImpl
for extension in generated EMF models.Client service provider interfaces and useful base implementations.
-
Uses of CDOID in org.eclipse.emf.cdo
Modifier and TypeMethodDescriptionCDOObject.cdoID()
CDOObjectReference.getSourceID()
CDOObjectReference.getTargetID()
-
Uses of CDOID in org.eclipse.emf.cdo.common
Modifier and TypeMethodDescriptionCDOCommonRepository.getRootResourceID()
Returns the ID of the root resource of this repository. -
Uses of CDOID in org.eclipse.emf.cdo.common.commit
Modifier and TypeMethodDescriptionCDOChangeSetData.getAffectedIDs()
Returns a list of ids denoting which revisions have been added, changed, or revised in the context of a commit operation.CDOChangeSetData.getChangeKinds()
-
Uses of CDOID in org.eclipse.emf.cdo.common.id
Modifier and TypeInterfaceDescriptioninterface
TheID
of a CDO object that is external to a CDOrepository
.interface
TheID
of a CDO object that is persistent in a CDOrepository
.interface
interface
TheID
of a CDO object that is new in a dirty (uncommitted) CDOtransaction
.Modifier and TypeMethodDescriptionCDOWithID.cdoID()
static CDOID
CDOIDUtil.createLong
(long value) static CDOID
CDOIDUtil.createLongWithClassifier
(long value, CDOClassifierRef classifierRef) static CDOID
CDOIDUtil.createLongWithClassifier
(CDOClassifierRef classifierRef, long value) Deprecated.static CDOID
CDOIDUtil.createString
(String value) static CDOID
CDOIDUtil.createStringWithClassifier
(String value, CDOClassifierRef classifierRef) static CDOID
CDOIDUtil.createStringWithClassifier
(CDOClassifierRef classifierRef, String value) Deprecated.static CDOID
CDOIDUtil.createUUID()
static CDOID
CDOIDUtil.createUUID
(byte[] value) CDOIDGenerator.generateCDOID
(EObject object) Generates aCDOID
.static CDOID
CDOIdentifiable.getID()
CDOIDReference.getSourceObject()
CDOIDReference.getTargetObject()
CDOIDProvider.provideCDOID
(Object idOrObject) static CDOID
Format of the URI fragment.static CDOID
CDOIDUtil.read
(CDODataInput in) static CDOID
CDOIDUtil.read
(org.eclipse.net4j.util.io.ExtendedDataInput in) Deprecated.As of 4.2 useCDOIDUtil.read(CDODataInput)
.Modifier and TypeMethodDescriptionstatic CDOIDAndBranch
CDOIDUtil.createIDAndBranch
(CDOID id, CDOBranch branch) static CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOID id, int version) static boolean
static byte[]
CDOIDUtil.getByteArray
(CDOID id) static CDOClassifierRef
CDOIDUtil.getClassifierRef
(CDOID id) static long
static String
static boolean
static void
CDOIDUtil.write
(StringBuilder builder, CDOID id) Format of the uri fragment.static void
CDOIDUtil.write
(CDODataOutput out, CDOID id) static void
Deprecated.As of 4.2 useCDOIDUtil.write(CDODataOutput, CDOID)
.Modifier and TypeMethodDescriptionModifierConstructorDescriptionCDOIDReference
(CDOID targetID, CDOID sourceID, EStructuralFeature sourceReference, int sourceIndex) -
Uses of CDOID in org.eclipse.emf.cdo.common.lock
Modifier and TypeMethodDescriptionstatic CDOID
CDOLockUtil.getLockedObjectID
(Object lockedObject) Modifier and TypeMethodDescriptionCDOLockChangeInfo.getAffectedIDs()
IDurableLockingManager.LockArea.getLocks()
Modifier and TypeMethodDescriptionCDOLockUtil.createLockArea
(String durableLockingID, String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) IDurableLockingManager.createLockArea
(String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) -
Uses of CDOID in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionCDOID[]
CDOProtocol.CommitData.getDetachedObjects()
CDODataInput.readCDOID()
Modifier and TypeMethodDescriptionvoid
CDOProtocol.CommitNotificationInfo.setNewPermissions
(Map<CDOID, CDOPermission> newPermissions) void
CDODataOutput.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) ModifierConstructorDescriptionCommitData
(InternalCDORevision[] newObjects, InternalCDORevisionDelta[] dirtyObjectDeltas, CDOID[] detachedObjects) -
Uses of CDOID in org.eclipse.emf.cdo.common.revision
Modifier and TypeMethodDescriptionboolean
CDORevisionManager.containsRevision
(CDOID id, CDOBranchPoint branchPoint) Returnstrue
if therevision cache
contains arevision
with the givenID
at the givenbranch point
(branch + timestamp),false
otherwise.boolean
CDORevisionManager.containsRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) Returnstrue
if therevision cache
contains arevision
with the givenID
at the givenbranch version
(branch + version),false
otherwise.static CDORevisionKey
CDORevisionUtil.createRevisionKey
(CDOID id, CDOBranch branch, int version) static void
CDORevisionUtil.forEachChildRevision
(CDOID container, CDORevisionProvider provider, boolean onlyProperContents, Consumer<CDORevision> consumer) static List<CDORevision>
CDORevisionUtil.getChildRevisions
(CDOID container, CDORevisionProvider provider) static List<CDORevision>
CDORevisionUtil.getChildRevisions
(CDOID container, CDORevisionProvider provider, boolean onlyProperContents) CDORevisionManager.getObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) CDORevisionCache.getObjectType
(CDOID id) CDORevisionManager.getObjectType
(CDOID id) Returns thetype
of an object if a revision for that object is in the revision cache,null
otherwise.CDORevisionManager.getObjectType
(CDOID id, CDOBranchManager branchManagerForLoadOnDemand) Returns thetype
of an object.static String
CDORevisionUtil.getResourceNodePath
(CDOID id, CDORevisionProvider provider) CDORevisionCache.getRevision
(CDOID id, CDOBranchPoint branchPoint) CDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) Returns therevision
with the givenID
at the givenbranch point
(branch + timestamp), optionally demand loading it if it is not already in thecache
.CDORevisionProvider.getRevision
(CDOID id) CDORevisionCache.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) CDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) Returns therevision
with the givenID
at the givenbranch version
(branch + version), optionally demand loading it if it is not already in thecache
.static boolean
CDORevisionUtil.isContained
(CDOID child, CDOID container, CDORevisionProvider provider) static boolean
CDORevisionUtil.isContained
(InternalCDORevision child, CDOID container, CDORevisionProvider provider) Modifier and TypeMethodDescriptionstatic CDOChangeSetData
CDORevisionUtil.createChangeSetData
(Set<CDOID> ids, CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDORevisionManager revisionManager) static CDOChangeSetData
CDORevisionUtil.createChangeSetData
(Set<CDOID> ids, CDORevisionProvider startProvider, CDORevisionProvider endProvider) static CDOChangeSetData
CDORevisionUtil.createChangeSetData
(Set<CDOID> ids, CDORevisionProvider startProvider, CDORevisionProvider endProvider, boolean useStartVersions) CDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) Returns therevisions
with the givenIDs
at the givenbranch point
(branch + timestamp), optionally demand loading them if they are not already in thecache
.CDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, List<CDORevision> additionalRevisions) Returns therevisions
with the givenIDs
at the givenbranch point
(branch + timestamp), optionally demand loading them if they are not already in thecache
.static Object
static Object
-
Uses of CDOID in org.eclipse.emf.cdo.common.revision.delta
-
Uses of CDOID in org.eclipse.emf.cdo.compare
Modifier and TypeMethodDescriptionprotected void
CDOComparisonScope.Minimal.collectRequiredParentID
(CDOView view, CDOID id, Set<CDOID> requiredParentIDs) Modifier and TypeMethodDescriptionprotected void
CDOComparisonScope.Minimal.collectRequiredParentID
(CDOView view, CDOID id, Set<CDOID> requiredParentIDs) static org.eclipse.emf.compare.Comparison
static org.eclipse.emf.compare.Comparison
CDOCompareUtil.compare
(CDOView leftView, CDOView rightView, CDOView[] originView, Set<CDOID> ids, CDOViewOpener viewOpener) static org.eclipse.emf.compare.scope.IComparisonScope
CDOComparisonScope.Minimal.create
(CDOView leftView, CDOView rightView, CDOView[] originView, Set<CDOID> ids) static org.eclipse.emf.compare.scope.IComparisonScope
CDOComparisonScope.Minimal.create
(CDOView leftView, CDOView rightView, CDOView[] originView, Set<CDOID> ids, CDOViewOpener viewOpener) -
Uses of CDOID in org.eclipse.emf.cdo.explorer
-
Uses of CDOID in org.eclipse.emf.cdo.explorer.checkouts
Modifier and TypeMethodDescriptionCDOCheckout.getEditorOpenerID
(CDOID objectID) void
CDOCheckout.setEditorOpenerID
(CDOID objectID, String editorOpenerID) void
-
Uses of CDOID in org.eclipse.emf.cdo.explorer.repositories
-
Uses of CDOID in org.eclipse.emf.cdo.lm.client
-
Uses of CDOID in org.eclipse.emf.cdo.lm.reviews.server
-
Uses of CDOID in org.eclipse.emf.cdo.lm.server
Modifier and TypeMethodDescriptionAbstractLifecycleManager.ModuleInfo.getInitialStreamID()
AbstractLifecycleManager.ModuleInfo.getModuleTypeID()
Modifier and TypeMethodDescriptionprotected void
AbstractLifecycleManager.createNewModules
(IStoreAccessor.CommitContext commitContext, List<org.eclipse.net4j.util.collection.Pair<String, CDOID>> newModules) Deprecated.protected void
AbstractLifecycleManager.handleModuleAddition
(InternalCDORevision addedModule, List<org.eclipse.net4j.util.collection.Pair<String, CDOID>> newModules) Deprecated. -
Uses of CDOID in org.eclipse.emf.cdo.security.impl
Modifier and TypeMethodDescriptionCDOID[]
PermissionImpl.CommitImpactContext.getDetachedObjects()
Returns the CDOIDs of the detached objects of the current commit. -
Uses of CDOID in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionIStore.createObjectID
(String val) CDOID[]
IStoreAccessor.CommitContext.getDetachedObjects()
Returns an array of the removed object that are part of the commit operation represented by thisCommitContext
.IStoreAccessor.QueryResourcesContext.getFolderID()
CDOID[]
IStoreAccessor.CommitContext.getIDsToUnlock()
IStoreAccessor.QueryResourcesContext.ExactMatch.getResourceID()
IUnit.getRootID()
IStoreAccessor.readResourceID
(CDOID folderID, String name, CDOBranchPoint branchPoint) Returns theCDOID
of the resource node with the given folderID and name if a resource with this folderID and name exists in the store,null
otherwise.Modifier and TypeMethodDescriptionIStoreAccessor.CommitContext.getDetachedObjectTypes()
IStoreAccessor.CommitContext.getIDMappings()
Returns an unmodifiable map from all temporary IDs to their persistent counter parts.IStoreAccessor.CommitContext.getIDMappings()
Returns an unmodifiable map from all temporary IDs to their persistent counter parts.IStoreAccessor.CommitContext.getNewRevisions()
IStoreAccessor.CommitContext.getOldRevisions()
IStoreAccessor.QueryXRefsContext.getTargetObjects()
IUnitManager.getUnitsOf
(Set<CDOID> ids, CDORevisionProvider revisionProvider) IUnitManager.getUnitsOf
(Set<CDOID> ids, CDORevisionProvider revisionProvider) IStoreAccessor.readChangeSet
(org.eclipse.net4j.util.om.monitor.OMMonitor monitor, CDOChangeSetSegment... segments) Returns a set of CDOIDs that have at least one revision in any of the passed branches and time ranges.IStoreAccessor.UnitSupport.readUnitRoots()
Modifier and TypeMethodDescriptionboolean
IStoreAccessor.QueryResourcesContext.addResource
(CDOID resourceID) Adds the CDOID of one resource to the results of the underlying query.boolean
IStoreAccessor.QueryXRefsContext.addXRef
(CDOID targetID, CDOID sourceID, EReference sourceReference, int sourceIndex) Adds the data of one cross reference to the results of the underlying query.IUnitManager.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
CDOServerImporter.Handler.handleRepository
(String name, String uuid, CDOID root, long created, long committed) IStoreAccessor.UnitSupport.initUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, Set<CDOID> initializedIDs, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) boolean
void
IStoreAccessor.Raw.rawDelete
(CDOID id, int version, CDOBranch branch, EClass eClass, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deletes the revision identified by the givenkey
from the backend represented by thisraw store accessor
without going through a regularcommit
.IStoreAccessor.readResourceID
(CDOID folderID, String name, CDOBranchPoint branchPoint) Returns theCDOID
of the resource node with the given folderID and name if a resource with this folderID and name exists in the store,null
otherwise.IStoreAccessor.readRevision
(CDOID id, CDOBranchPoint branchPoint, int listChunk, CDORevisionCacheAdder cache) Reads a revision from the back-end that was valid at the given timeStamp in the given branch.IStoreAccessor.readRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int listChunk, CDORevisionCacheAdder cache) Reads a revision with the given version in the given branch from the back-end.void
IStoreAccessor.UnitSupport.readUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected final String
Modifier and TypeMethodDescriptionIStoreAccessor.DurableLocking2.createLockArea
(String durableLockingID, String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) void
IStoreAccessor.UnitSupport.finishUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, long timeStamp, Object initResult, List<CDOID> ids) protected Object
CDOServerBrowser.RevisionsPage.getRevisionValue
(Object value, CDOServerBrowser browser, Map<CDOID, List<CDORevision>> ids, InternalCDORevision context) IUnitManager.getUnitsOf
(Set<CDOID> ids, CDORevisionProvider revisionProvider) IStoreAccessor.UnitSupport.initUnit
(IView view, CDOID rootID, CDORevisionHandler revisionHandler, Set<CDOID> initializedIDs, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected void
CDOServerBrowser.RevisionsPage.showRevision
(PrintStream pout, CDOServerBrowser browser, Map<CDOID, List<CDORevision>> ids, InternalCDORevision revision) void
IStoreAccessor.UnitSupport.writeUnits
(Map<CDOID, CDOID> unitMappings, long timeStamp) void
IStoreAccessor.UnitSupport.writeUnits
(Map<CDOID, CDOID> unitMappings, long timeStamp) -
Uses of CDOID in org.eclipse.emf.cdo.server.db
Modifier and TypeMethodDescriptionIIDHandler.createCDOID
(String val) IIDHandler.getLastObjectID()
IIDHandler.getMaxCDOID()
IMetaDataManager.getMetaID
(EModelElement modelElement, long commitTime) Returns the meta ID of the givenEModelElement
.IIDHandler.getMinCDOID()
IIDHandler.getNextCDOID
(CDORevision revision) IIDHandler.getNextLocalObjectID()
IIDHandler.mapURI
(IDBStoreAccessor accessor, String uri, long commitTime) Modifier and TypeMethodDescriptionvoid
IIDHandler.adjustLastObjectID
(CDOID maxID) void
IIDHandler.appendCDOID
(StringBuilder builder, CDOID id) IMetaDataManager.getMetaInstance
(CDOID id) Returns theEModelElement
referred to by the given ID.IDBStoreAccessor.getObjectType
(CDOID id) boolean
IIDHandler.isLocalCDOID
(CDOID id) Deprecated.Not used anymore.void
IIDHandler.setCDOID
(PreparedStatement stmt, int column, CDOID id) void
IIDHandler.setCDOID
(PreparedStatement stmt, int column, CDOID id, long commitTime) void
IIDHandler.setLastObjectID
(CDOID lastObjectID) void
IIDHandler.setNextLocalObjectID
(CDOID nextLocalObjectID) IIDHandler.unmapURI
(IDBStoreAccessor accessor, CDOID id) -
Uses of CDOID in org.eclipse.emf.cdo.server.db.mapping
Modifier and TypeMethodDescriptionIClassMapping.readChangeSet
(IDBStoreAccessor accessor, CDOChangeSetSegment[] segments) Returns a set of CDOIDs that have at least one revision in any of the passed branches and time ranges.IMappingStrategy.readChangeSet
(IDBStoreAccessor accessor, org.eclipse.net4j.util.om.monitor.OMMonitor monitor, CDOChangeSetSegment[] segments) Returns a set of CDOIDs that have at least one revision in any of the passed branches and time ranges.org.eclipse.net4j.util.collection.CloseableIterator<CDOID>
IMappingStrategy.readObjectIDs
(IDBStoreAccessor accessor) Get an iterator over all instances of objects in the store.Modifier and TypeMethodDescriptionvoid
IListMapping2.addRangedChunkWhere
(IDBStoreAccessor accessor, CDOID cdoid, StringBuilder builder, int fromIndex, int toIndex) void
IListMapping2.addSimpleChunkWhere
(IDBStoreAccessor accessor, CDOID cdoid, StringBuilder builder, int index) IClassMapping.createResourceQueryStatement
(IDBStoreAccessor accessor, CDOID folderId, String name, boolean exactMatch, CDOBranchPoint branchPoint) Create a prepared statement which returns all IDs of instances of the corresponding class.void
IClassMapping.detachObject
(IDBStoreAccessor accessor, CDOID id, int version, CDOBranch branch, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Detaches (deletes) a CDO object leaving a "ghost" revision behind.void
IListMapping.objectDetached
(IDBStoreAccessor accessor, CDOID id, long revised) Hook with which a list mapping is notified that a containing object has been revised.void
IListMappingDeltaSupport.processDelta
(IDBStoreAccessor accessor, CDOID id, int branchId, int oldVersion, int newVersion, long created, CDOListFeatureDelta delta) Process a set of CDOFeatureDeltas for a many-valued feature.IListMappingUnitSupport.queryUnitEntries
(IDBStoreAccessor accessor, IIDHandler idHandler, long timeStamp, CDOID rootID) IMappingStrategy.readObjectType
(IDBStoreAccessor accessor, CDOID id) Read the type (i.e.void
IListMappingUnitSupport.readUnitEntries
(ResultSet resultSet, IIDHandler idHandler, CDOID id, org.eclipse.net4j.util.collection.MoveableList<Object> list) void
IClassMappingUnitSupport.readUnitRevisions
(IDBStoreAccessor accessor, CDOBranchPoint branchPoint, CDOID rootID, CDORevisionHandler revisionHandler) -
Uses of CDOID in org.eclipse.emf.cdo.server.mem
-
Uses of CDOID in org.eclipse.emf.cdo.server.ocl
Modifier and TypeMethodDescriptionprotected EObject
CDOExtentCreator.getEObject
(CDOID id) protected boolean
CDOExtentCreator.isDetached
(CDOID id) -
Uses of CDOID in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeMethodDescriptionboolean
CDORevisionAvailabilityInfo.containsRevision
(CDOID id) CDOChangeKindCache.getChangeKind
(CDOID id) CDOChangeSetDataRevisionProvider.getRevision
(CDOID id) CDORevisionAvailabilityInfo.getRevision
(CDOID id) void
CDORevisionAvailabilityInfo.removeRevision
(CDOID id) -
Uses of CDOID in org.eclipse.emf.cdo.spi.common.id
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionfinal int
protected abstract int
AbstractCDOID.doCompareTo
(CDOID o) -
Uses of CDOID in org.eclipse.emf.cdo.spi.common.lock
-
Uses of CDOID in org.eclipse.emf.cdo.spi.common.model
-
Uses of CDOID in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) -
Uses of CDOID in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeMethodDescriptionBaseCDORevision.getID()
DelegatingCDORevision.getID()
final CDOID
RevisionInfo.getID()
StubCDORevision.getID()
SyntheticCDORevision.getID()
BaseCDORevision.getResourceID()
DelegatingCDORevision.getResourceID()
StubCDORevision.getResourceID()
Modifier and TypeMethodDescriptionboolean
DelegatingCDORevisionManager.containsRevision
(CDOID id, CDOBranchPoint branchPoint) boolean
DelegatingCDORevisionManager.containsRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) DelegatingCDORevisionManager.getObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) DelegatingCDORevisionManager.getObjectType
(CDOID id) DelegatingCDORevisionManager.getObjectType
(CDOID id, CDOBranchManager branchManagerForLoadOnDemand) DelegatingCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) DelegatingCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) InternalCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) ManagedRevisionProvider.getRevision
(CDOID id) MapRevisionProvider.getRevision
(CDOID id) DelegatingCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) AbstractCDORevision.getRevisionForID
(CDOID id) DelegatingCDORevision.getRevisionForID
(CDOID id) InternalCDORevision.getRevisionForID
(CDOID id) CDORevisionProviderWithSynthetics.getSynthetic
(CDOID id) ManagedRevisionProvider.WithSynthetics.getSynthetic
(CDOID id) InternalCDORevisionManager.RevisionLoader2.loadObjectLifetime
(CDOID id, CDOBranchPoint branchPoint) InternalCDORevisionManager.RevisionLoader.loadRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk) void
DelegatingCDORevisionManager.prefetchRevisions
(CDOID id, CDOBranchPoint branchPoint, int prefetchDepth, boolean prefetchLockStates, Consumer<CDORevision> consumer) void
InternalCDORevisionManager.prefetchRevisions
(CDOID id, CDOBranchPoint branchPoint, int prefetchDepth, boolean prefetchLockStates, Consumer<CDORevision> consumer) static CDORevision
ManagedRevisionProvider.provideRevision
(CDORevisionManager revisionManager, CDOID id, CDOBranchPoint branchPoint) static InternalCDORevision
RevisionInfo.readResult
(CDODataInput in, CDOID id, CDOBranch branch) InternalCDORevisionCache.removeRevision
(CDOID id, CDOBranchVersion branchVersion) void
DelegatingCDORevisionManager.reviseLatest
(CDOID id, CDOBranch branch) void
InternalCDORevisionManager.reviseLatest
(CDOID id, CDOBranch branch) Called on client via postCommit when there is no version of detached objects available.void
DelegatingCDORevisionManager.reviseVersion
(CDOID id, CDOBranchVersion branchVersion, long timeStamp) void
InternalCDORevisionManager.reviseVersion
(CDOID id, CDOBranchVersion branchVersion, long timeStamp) void
void
void
void
void
BaseCDORevision.setResourceID
(CDOID resourceID) void
DelegatingCDORevision.setResourceID
(CDOID resourceID) void
InternalCDORevision.setResourceID
(CDOID resourceID) void
StubCDORevision.setResourceID
(CDOID resourceID) Modifier and TypeMethodDescriptionDelegatingCDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) DelegatingCDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates, boolean loadOnDemand, SyntheticCDORevision[] synthetics) DelegatingCDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, List<CDORevision> additionalRevisions) DelegatingCDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionManager.getRevisions
(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) static Object
static Object
ModifierConstructorDescriptionprotected
Available
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Detached
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) DetachedCDORevision
(EClass eClass, CDOID id, CDOBranch branch, int version, long timeStamp) DetachedCDORevision
(EClass eClass, CDOID id, CDOBranch branch, int version, long timeStamp, long revised) Missing
(CDOID id, CDOBranchPoint requestedBranchPoint) Normal
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Pointer
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion, CDOBranchVersion targetBranchVersion) PointerCDORevision
(EClass eClass, CDOID id, CDOBranch branch, long revised, CDOBranchVersion target) protected
RevisionInfo
(CDOID id, CDOBranchPoint requestedBranchPoint) SyntheticCDORevision
(EClass eClass, CDOID id, CDOBranch branch) ModifierConstructorDescriptionCDOIDMapper
(Map<CDOID, CDOID> idMappings) CDOIDMapper
(Map<CDOID, CDOID> idMappings) MapRevisionProvider
(Map<? extends CDOID, ? extends CDORevision> m) -
Uses of CDOID in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionLongIDStore.createObjectID
(String val) DelegatingQueryResourcesContext.getFolderID()
InternalLockManager.getLockKeyID
(Object key) LongIDStore.getNextCDOID
(LongIDStoreAccessor accessor, CDORevision revision) protected CDOID
LongIDStoreAccessor.getNextCDOID
(CDORevision revision) protected abstract CDOID
StoreAccessorBase.getNextCDOID
(CDORevision revision) StoreAccessorBase.readResourceID
(CDOID folderID, String name, CDOBranchPoint branchPoint) static CDOID
Store.stringToID
(String string) Modifier and TypeMethodDescriptionDurableLockArea.getLocks()
Deprecated.InternalRepository.getMergeData
(CDORevisionAvailabilityInfo targetInfo, CDORevisionAvailabilityInfo sourceInfo, CDORevisionAvailabilityInfo targetBaseInfo, CDORevisionAvailabilityInfo sourceBaseInfo, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Modifier and TypeMethodDescriptionvoid
InternalCommitContext.addIDMapping
(CDOID oldID, CDOID newID) boolean
DelegatingQueryResourcesContext.addResource
(CDOID resourceID) void
Store.createExactMatchContext
(CDOID folderID, String name, CDOBranchPoint branchPoint) Store.createRevision
(EClass eClass, CDOID id) protected abstract void
StoreAccessor.detachObjects
(CDOID[] detachedObjects, CDOBranch branch, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) void
LongIDStore.ensureLastObjectID
(CDOID id) InternalLockManager.getLockKey
(CDOID id, CDOBranch branch) boolean
InternalView.hasSubscription
(CDOID id) static String
Store.idToString
(CDOID id) boolean
InternalView.isInOpenUnit
(CDOID id) boolean
Deprecated.Not used anymore.boolean
Deprecated.boolean
InternalView.openUnit
(CDOID rootID, CDOProtocolConstants.UnitOpcode opcode, CDORevisionHandler revisionHandler, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) StoreAccessorBase.readResourceID
(CDOID folderID, String name, CDOBranchPoint branchPoint) void
InternalSession.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) void
InternalSessionManager.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) void
ISessionProtocol.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) void
InternalCommitContext.setDetachedObjects
(CDOID[] detachedObjects) void
InternalCommitContext.setIDsToUnlock
(CDOID[] idsToUnlock) void
InternalRepository.setRootResourceID
(CDOID rootResourceID) void
void
InternalView.unsubscribe
(CDOID id) Modifier and TypeMethodDescriptionvoid
InternalView.changeTarget
(CDOBranchPoint branchPoint, List<CDOID> invalidObjects, List<CDORevisionDelta> allChangedObjects, List<CDOID> allDetachedObjects) void
InternalSession.collectContainedRevisions
(InternalCDORevision revision, CDOBranchPoint branchPoint, int referenceChunk, Set<CDOID> revisions, List<CDORevision> additionalRevisions) void
InternalLockManager.openView
(ISession session, int viewID, boolean readOnly, String durableLockingID, Consumer<IView> viewConsumer, BiConsumer<CDOID, IDurableLockingManager.LockGrade> lockConsumer) void
ISessionProtocol.sendLockNotification
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) void
InternalCommitContext.setDetachedObjectTypes
(Map<CDOID, EClass> detachedObjectTypes) InternalRepository.unlock
(InternalView view, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType type, List<CDOID> ids, boolean recursive) ModifierConstructorDescriptionDurableLockArea
(String durableLockingID, String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) Deprecated. -
Uses of CDOID in org.eclipse.emf.cdo.spi.workspace
Modifier and TypeMethodDescriptionvoid
InternalCDOWorkspaceBase.deregisterObject
(CDOID id) void
InternalCDOWorkspaceBase.registerAddedObject
(CDOID id) -
Uses of CDOID in org.eclipse.emf.cdo.transaction
Modifier and TypeMethodDescriptionCDOSavepoint.getAllBaseNewObjects()
CDOSavepoint.getAllDetachedObjects()
CDOSavepoint.getAllDirtyObjects()
Return the list of new objects from this point.CDOSavepoint.getAllNewObjects()
Return the list of new objects from this point without objects that are removed.CDOSavepoint.getAllRevisionDeltas()
Return the list of all deltas without objects that are removed.CDOTransaction.Options.getAttachedRevisionsMap()
Returns a map which, if non-null
, stores copies of the initialrevisions
of newly attached objects.CDOSavepoint.getBaseNewObjects()
CDOCommitContext.getDetachedObjects()
Returns a map of the detachedobjects
that are to be committed with this commit context.CDOPushTransaction.getDetachedObjects()
CDOSavepoint.getDetachedObjects()
CDOTransaction.getDetachedObjects()
CDOCommitContext.getDirtyObjects()
Returns a map of the dirtyobjects
that are to be committed with this commit context.CDOPushTransaction.getDirtyObjects()
CDOSavepoint.getDirtyObjects()
CDOTransaction.getDirtyObjects()
CDOTransactionFinishedEvent.getIDMappings()
CDOTransactionFinishedEvent.getIDMappings()
CDOCommitContext.getIDsToUnlock()
CDOCommitContext.getNewObjects()
Returns a map of the newobjects
that are to be committed with this commit context.CDOPushTransaction.getNewObjects()
CDOSavepoint.getNewObjects()
CDOTransaction.getNewObjects()
CDOPushTransaction.getObjects
(Collection<CDOID> ids) CDOSavepoint.getReattachedObjects()
Bug 283985 (Re-attachment)CDOCommitContext.getRevisionDeltas()
Returns a map of therevision deltas
that are to be committed with this commit context.CDOPushTransaction.getRevisionDeltas()
CDOSavepoint.getRevisionDeltas()
Deprecated.As of 4.2 useCDOSavepoint.getRevisionDeltas2()
instead.CDOTransaction.getRevisionDeltas()
CDOSavepoint.getRevisionDeltas2()
Modifier and TypeMethodDescriptionCDOPushTransaction.getRevision
(CDOID id) boolean
CDOPushTransaction.isObjectRegistered
(CDOID id) Modifier and TypeMethodDescriptionCDOPushTransaction.getLockStates
(Collection<CDOID> ids) CDOPushTransaction.getLockStates
(Collection<CDOID> ids, boolean loadOnDemand) CDOPushTransaction.getObjects
(Collection<CDOID> ids) void
CDOMerger2.merge
(CDOTransaction localTransaction, CDOView remoteView, Set<CDOID> affectedIDs) void
CDOTransaction.Options.setAttachedRevisionsMap
(Map<CDOID, CDORevision> attachedRevisionsMap) Sets a map which, if non-null
, stores copies of the initialrevisions
of newly attached objects, so that these objects can and will be rolled back to the model values they had at attachment time.void
CDOPushTransaction.setResourcePathCache
(Map<String, CDOID> resourcePathCache) -
Uses of CDOID in org.eclipse.emf.cdo.ui
Modifier and TypeMethodDescriptionstatic IEditorReference[]
CDOEditorUtil.findEditor
(IWorkbenchPage page, CDOView view, String resourcePath, CDOID objectID) Returns references to open instances ofCDOEditor
with givenCDOView
, resource path, and object ID.void
CDOEditorInput2.setObjectID
(CDOID objectID) Modifier and TypeMethodDescriptionprotected void
CDOEventHandler.viewPermissionsChanged
(Map<CDOID, org.eclipse.net4j.util.collection.Pair<CDOPermission, CDOPermission>> permissionChanges) -
Uses of CDOID in org.eclipse.emf.cdo.ui.compare
Modifier and TypeMethodDescriptionstatic CDOCompareEditorUtil.Input
CDOCompareEditorUtil.createComparisonInput
(CDOView leftView, CDOView rightView, Set<CDOID> affectedIDs) static boolean
CDOCompareEditorUtil.openDialog
(CDOView leftView, CDOView rightView, Set<CDOID> affectedIDs) static boolean
CDOCompareEditorUtil.openEditor
(CDOView leftView, CDOView rightView, Set<CDOID> affectedIDs, boolean activate) -
Uses of CDOID in org.eclipse.emf.cdo.util
Modifier and TypeMethodDescriptionstatic CDOID
CDOURIUtil.convertExternalCDOID
(URI baseURI, CDOID newCDOID) Converting temporary CDOID to External CDOID
e.g.:
baseURI = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#5/2
newCDOID = OID2
return = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#1/2ObjectNotFoundException.getID()
Modifier and TypeMethodDescriptionstatic CDOID
CDOURIUtil.convertExternalCDOID
(URI baseURI, CDOID newCDOID) Converting temporary CDOID to External CDOID
e.g.:
baseURI = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#5/2
newCDOID = OID2
return = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#1/2ModifierConstructorDescriptionInvalidObjectException
(CDOID id, CDOBranchPoint branchPoint) ObjectNotFoundException
(CDOID id, CDOBranchPoint branchPoint) -
Uses of CDOID in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionCDOLockStatePrefetcher.getObjectFilter()
CDOView.getObjects
(Collection<CDOID> ids) Returns the objects with the given CDOIDs.Map<CDOID,
org.eclipse.net4j.util.collection.Pair<CDOPermission, CDOPermission>> CDOViewPermissionsChangedEvent.getPermissionChanges()
CDORevisionPrefetchingPolicy.loadAhead
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint, EObject targetObject, EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID) Modifier and TypeMethodDescriptionReturns the object for the given CDOID.Returns the object for the given CDOID.protected EClassifier
CDOStaleReferencePolicy.DynamicProxy.Enhanced.getType
(EObject source, EStructuralFeature feature, int index, CDOID target) protected EClassifier
CDOStaleReferencePolicy.DynamicProxy.getType
(EObject source, EStructuralFeature feature, int index, CDOID target) boolean
CDOView.isObjectRegistered
(CDOID id) CDORevisionPrefetchingPolicy.loadAhead
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint, EObject targetObject, EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID) void
CDORegistrationHandler.Default.objectCollected
(CDOView view, CDOID id) Called by the view for each garbage-collected object.void
CDORegistrationHandler.objectCollected
(CDOView view, CDOID id) CDOStaleReferencePolicy.DynamicProxy.processStaleReference
(EObject source, EStructuralFeature feature, int index, CDOID target) CDOStaleReferencePolicy.processStaleReference
(EObject source, EStructuralFeature feature, int index, CDOID target) Returns an object that we want to return to the caller (clients).Modifier and TypeMethodDescriptionCDOFetchRuleManager.getFetchRules
(Collection<CDOID> ids) CDOView.getLockStates
(Collection<CDOID> ids) Get an array oflock states
corresponding to the specified collection ofids
.CDOView.getLockStates
(Collection<CDOID> ids, boolean loadOnDemand) Get an array oflock states
corresponding to the specified collection ofids
.CDOView.getObjects
(Collection<CDOID> ids) Returns the objects with the given CDOIDs.final void
CDOLockStatePrefetcher.setObjectFilter
(Predicate<CDOID> objectFilter) void
CDOView.setResourcePathCache
(Map<String, CDOID> resourcePathCache) Sets the newmap
to be used as a cache for variousget*Resource*(String path)
methods. -
Uses of CDOID in org.eclipse.emf.cdo.workspace
Modifier and TypeMethodDescriptionCDOWorkspace.ObjectStatesChangedEvent.getChangedIDs()
CDOWorkspaceBase.getIDs()
Modifier and TypeMethodDescriptionboolean
CDOWorkspaceBase2.containsID
(CDOID id) boolean
CDOWorkspaceBase2.isAddedObject
(CDOID id) -
Uses of CDOID in org.eclipse.emf.internal.cdo
-
Uses of CDOID in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionInternalCDOTransaction.createIDForNewObject
(EObject object) DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict.getID()
DefaultCDOMerger.ChangedInSourceAndTargetConflict.getID()
DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict.getID()
abstract CDOID
DefaultCDOMerger.Conflict.getID()
InternalCDOView.getResourceNodeID
(String path) CDOSessionProtocol.OpenSessionResult.getRootResourceID()
Modifier and TypeMethodDescriptionorg.eclipse.net4j.util.collection.Pair<CDOChangeSetData,
org.eclipse.net4j.util.collection.Pair<Map<CDOID, CDOID>, List<CDOID>>> InternalCDOTransaction.applyChangeSetData
(CDOChangeSetData changeSetData, CDORevisionProvider targetBaseProvider, CDORevisionProvider targetProvider, CDOBranchPoint source) org.eclipse.net4j.util.collection.Pair<CDOChangeSetData,
org.eclipse.net4j.util.collection.Pair<Map<CDOID, CDOID>, List<CDOID>>> InternalCDOTransaction.applyChangeSetData
(CDOChangeSetData changeSetData, CDORevisionProvider targetBaseProvider, CDORevisionProvider targetProvider, CDOBranchPoint source) org.eclipse.net4j.util.collection.Pair<CDOChangeSetData,
org.eclipse.net4j.util.collection.Pair<Map<CDOID, CDOID>, List<CDOID>>> InternalCDOTransaction.applyChangeSetData
(CDOChangeSetData changeSetData, CDORevisionProvider targetBaseProvider, CDORevisionProvider targetProvider, CDOBranchPoint source) InternalCDOTransaction.ApplyChangeSetResult.getAdjustedObjects()
DefaultCDOMerger.getConflicts()
CDOSessionProtocol.CommitTransactionResult.getIDMappings()
CDOSessionProtocol.CommitTransactionResult.getIDMappings()
InternalCDOTransaction.ApplyChangeSetResult.getIDMappings()
InternalCDOTransaction.ApplyChangeSetResult.getIDMappings()
CDOSessionProtocol.MergeDataResult.getIDs()
InternalCDOSession.MergeData.getIDs()
CDOSessionProtocol.CommitTransactionResult.getNewPermissions()
InternalCDOSession.InvalidationData.getNewPermissions()
InternalCDOView.getObjects()
Returns an unmodifiable map of the objects managed by this view.InternalCDOView.ViewInvalidationData.getOldRevisions()
InternalCDOSavepoint.getSharedDetachedObjects()
Deprecated.CDOSessionProtocol.MergeDataResult.getSourceIDs()
InternalCDOSession.MergeData.getSourceIDs()
DefaultCDOMerger.getSourceMap()
CDOSessionProtocol.MergeDataResult.getTargetIDs()
InternalCDOSession.MergeData.getTargetIDs()
DefaultCDOMerger.getTargetMap()
CDOSessionProtocol.loadMergeData
(CDORevisionAvailabilityInfo targetInfo, CDORevisionAvailabilityInfo sourceInfo, CDORevisionAvailabilityInfo targetBaseInfo, CDORevisionAvailabilityInfo sourceBaseInfo) Deprecated.Modifier and TypeMethodDescriptionvoid
InternalCDOXATransaction.add
(InternalCDOTransaction transaction, CDOID object) void
CDOSessionProtocol.CommitTransactionResult.addIDMapping
(CDOID oldID, CDOID newID) void
CDOSessionProtocol.CommitTransactionResult.addNewPermission
(CDOID id, CDOPermission permission) void
InternalCDOObject.cdoInternalSetID
(CDOID id) protected Object
DefaultCDOMerger.detachedInSource
(CDOID id) protected Object
DefaultCDOMerger.detachedInSourceAndTarget
(CDOID id) protected Object
DefaultCDOMerger.detachedInTarget
(CDOID id) InternalCDOSession.getCommittedSinceLastRefresh
(CDOID id) InternalCDOSavepoint.getDetachedObject
(CDOID id) InternalCDOSavepoint.getDirtyObject
(CDOID id) CDOLockStateCache.getLockState
(CDOBranch branch, CDOID id) InternalCDOView.getRevision
(CDOID id, boolean loadOnDemand) boolean
InternalCDOView.hasSubscription
(CDOID id) boolean
InternalCDOSavepoint.isNewObject
(CDOID id) boolean
InternalCDOView.isObjectNew
(CDOID id) void
InternalCDOView.prefetchRevisions
(CDOID id, int depth) void
InternalCDOView.remapObject
(CDOID oldID) boolean
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.void
InternalCDOSession.setCommittedSinceLastRefresh
(CDOID id, CDOBranchPoint branchPoint) Modifier and TypeMethodDescriptionvoid
CDOSessionProtocol.changeSubscription
(int viewId, List<CDOID> ids, boolean subscribeMode, boolean clear) void
InternalCDOView.collectViewedRevisions
(Map<CDOID, InternalCDORevision> revisions) CDOSessionProtocol.commitDelegation
(CDOBranch branch, String userID, String comment, CDOCommitData commitData, Map<CDOID, EClass> detachedObjectTypes, Collection<CDOLob<?>> lobs, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deprecated.CDOSessionProtocol.delegateUnlockObjects
(String lockAreaID, Collection<CDOID> objectIDs, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, boolean recursive) void
CDOLockStateCache.getLockStates
(CDOBranch branch, Collection<CDOID> ids, boolean loadOnDemand, Consumer<CDOLockState> consumer) CDOSessionProtocol.getLockStates
(int viewID, Collection<CDOID> ids) Deprecated.CDOSessionProtocol.getLockStates
(int branchID, Collection<CDOID> ids, int depth) Deprecated.CDOSessionProtocol.getLockStates2
(int branchID, Collection<CDOID> ids, int depth) void
InternalCDOSession.invalidate
(CDOCommitInfo commitInfo, InternalCDOTransaction sender, boolean clearResourcePathCache, byte securityImpact, Map<CDOID, CDOPermission> newPermissions) Deprecated.As of 4.6 useInternalCDOSession.invalidate(InvalidationData)
.void
InternalCDOView.invalidate
(CDOBranch branch, long lastUpdateTime, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, Map<CDOID, InternalCDORevision> oldRevisions, boolean async) Deprecated.As of 4.2.void
InternalCDOView.invalidate
(CDOBranch branch, long lastUpdateTime, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, Map<CDOID, InternalCDORevision> oldRevisions, boolean async, boolean clearResourcePathCache) Deprecated.As of 4.6.CDOSessionProtocol.openView
(int viewID, boolean readOnly, String durableLockingID, BiConsumer<CDOID, IDurableLockingManager.LockGrade> consumer) void
InternalCDOSession.processRefreshSessionResult
(CDOSessionProtocol.RefreshSessionResult result, CDOBranch branch, List<InternalCDOView> branchViews, Map<CDOBranch, Map<CDOID, InternalCDORevision>> viewedRevisions) CDOSessionProtocol.refresh
(long lastUpdateTime, Map<CDOBranch, Map<CDOID, InternalCDORevision>> viewedRevisions, int initialChunkSize, boolean enablePassiveUpdates) void
CDOLockStateCache.removeLockStates
(CDOBranch branch, Collection<CDOID> ids, Consumer<CDOLockState> consumer) void
InternalCDOSession.InvalidationData.setNewPermissions
(Map<CDOID, CDOPermission> newPermissions) void
InternalCDOView.ViewInvalidationData.setOldRevisions
(Map<CDOID, InternalCDORevision> oldRevisions) void
CDOSessionProtocol.unlockObjects
(CDOView view, Collection<CDOID> objectIDs, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType) Deprecated.CDOSessionProtocol.unlockObjects2
(CDOView view, Collection<CDOID> objectIDs, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, boolean recursive) ModifierConstructorDescriptionObjectAlreadyLockedException
(CDOID id, CDOBranch branch, Throwable cause) OpenSessionResult
(int sessionID, String userID, String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, String storeType, Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation) Deprecated.As of 4.4 useOpenSessionResult(CDODataInput, int)
.ModifierConstructorDescriptionMergeData
(CDOBranchPoint target, CDOBranchPoint source, CDOBranchPoint sourceBase, CDOBranchPoint targetBase, CDORevisionAvailabilityInfo targetInfo, CDORevisionAvailabilityInfo sourceInfo, CDORevisionAvailabilityInfo sourceBaseInfo, CDORevisionAvailabilityInfo targetBaseInfo, Set<CDOID> ids, CDOChangeSet targetChanges, CDOChangeSet sourceChanges) MergeData
(CDOBranchPoint target, CDORevisionAvailabilityInfo targetInfo, CDOBranchPoint targetBase, CDORevisionAvailabilityInfo targetBaseInfo, Set<CDOID> targetIDs, CDOChangeSet targetChanges, CDOBranchPoint source, CDORevisionAvailabilityInfo sourceInfo, CDOBranchPoint sourceBase, CDORevisionAvailabilityInfo sourceBaseInfo, Set<CDOID> sourceIDs, CDOChangeSet sourceChanges, CDOBranchPoint resultBase)
CDOIDUtil.createLongWithClassifier(long, CDOClassifierRef)
.