Uses of Interface
org.eclipse.emf.cdo.common.model.CDOPackageRegistry
Package
Description
Some useful commit info handler implementations.
Common concepts for dealing with models and types.
Common concepts for dealing with protocols and CDO-specific I/O.
Common utility classes, some common interfaces and exceptions.
Client concepts for dealing with Net4j-based sessions to remote repositories.
Server concepts for dealing with repositories and stores.
Server implementation of a generic OCL query handler.
Client concepts for dealing with sessions to CDO repositories.
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.
-
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.common.commit.handler
ModifierConstructorDescriptionBinaryCommitInfoLog
(OutputStream stream, CDOPackageRegistry packageRegistry) BinaryCommitInfoLog
(OutputStream stream, CDOPackageRegistry packageRegistry, CDORevisionUnchunker unchunker) -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.common.model
Modifier and TypeMethodDescriptionCDOPackageUnit.getPackageRegistry()
Returns the package registry this package unit is managed by.CDOPackageRegistryPopulator.getTarget()
Modifier and TypeMethodDescriptionstatic CDOPackageInfo
CDOModelUtil.getPackageInfo
(Object value, CDOPackageRegistry packageRegistry) static boolean
CDOPackageRegistryPopulator.populate
(CDOPackageRegistry target) static boolean
CDOPackageRegistryPopulator.populate
(EPackage.Registry source, CDOPackageRegistry target) ModifierConstructorDescriptionCDOPackageRegistryPopulator
(EPackage.Registry source, CDOPackageRegistry target) -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionCDODataInput.getPackageRegistry()
CDODataOutput.getPackageRegistry()
-
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.common.util
Modifier and TypeMethodDescriptionstatic CDODataInput
CDOCommonUtil.createCDODataInput
(org.eclipse.net4j.util.io.ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore) static CDODataOutput
CDOCommonUtil.createCDODataOutput
(org.eclipse.net4j.util.io.ExtendedDataOutput extendedDataOutputStream, CDOPackageRegistry packageRegistry, CDOIDProvider idProvider) Deprecated.static CDODataOutput
CDOCommonUtil.createCDODataOutput
(org.eclipse.net4j.util.io.ExtendedDataOutput extendedDataOutputStream, CDOPackageRegistry packageRegistry, CDOIDProvider idProvider, CDORevisionUnchunker unchunker) -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.net4j
Modifier and TypeMethodDescriptionvoid
CDONet4jSessionConfiguration.setPackageRegistry
(CDOPackageRegistry packageRegistry) A special package registry can be set before the session is opened and can not be changed thereafter. -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionIRepository.getPackageRegistry()
Returns the EMFpackage registry
that is used by this repository. -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.server.ocl
Modifier and TypeMethodDescriptionprotected org.eclipse.ocl.expressions.OCLExpression<EClassifier>
OCLQueryHandler.createInitExpression
(org.eclipse.ocl.types.OCLStandardLibrary<EClassifier> stdLib, CDOPackageRegistry packageRegistry, Object value) protected static EClassifier
OCLQueryHandler.ContextParameter.getArbitraryContextClassifier
(CDOPackageRegistry packageRegistry) protected EClassifier
OCLQueryHandler.getArbitraryContextClassifier
(CDOPackageRegistry packageRegistry) Deprecated.As of 4.2 no longer supported.protected void
OCLQueryHandler.initEnvironment
(org.eclipse.ocl.Environment<?, EClassifier, ?, ?, ?, ?, ?, ?, ?, org.eclipse.ocl.ecore.Constraint, EClass, EObject> environment, CDOPackageRegistry packageRegistry, Map<String, Object> parameters) -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.session
-
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.spi.common.model
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOPackageRegistry in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionCDODataInputImpl.Default.getPackageRegistry()
CDODataOutputImpl.getPackageRegistry()
CDOCommonUtil.createCDODataOutput(ExtendedDataOutput, CDOPackageRegistry, CDOIDProvider, CDORevisionUnchunker)
.