Uses of Interface
org.eclipse.emf.cdo.common.model.CDOPackageUnit
Package
Description
Common concepts for dealing with commits and change sets.
Common concepts for dealing with models and types.
Common concepts for dealing with protocols and CDO-specific I/O.
Server provider interfaces (SPI) for the server integration of the
Security
model.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 models and types
Common base implementations for dealing with I/O of CDO data structures.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client service provider interfaces and useful base implementations.
-
Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.commit
-
Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.model
Modifier and TypeMethodDescriptionstatic CDOPackageUnit
CDOModelUtil.copyPackageUnit
(CDOPackageUnit packageUnit) static CDOPackageUnit
CDOModelUtil.createPackageUnit()
CDOPackageInfo.getPackageUnit()
Returns the package unit containing this package info.CDOPackageRegistry.getPackageUnit
(String id) CDOPackageRegistry.getPackageUnit
(EPackage ePackage) CDOPackageRegistry.getPackageUnits()
Returns all package units that are registered in this package registry.CDOPackageRegistry.getPackageUnits
(long startTime, long endTime) Modifier and TypeMethodDescriptionstatic CDOPackageUnit
CDOModelUtil.copyPackageUnit
(CDOPackageUnit packageUnit) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionCDODataInput.readCDOPackageUnit
(ResourceSet resourceSet) CDODataInput.readCDOPackageUnits
(ResourceSet resourceSet) Modifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOPackageUnit
(CDOPackageUnit packageUnit, boolean withPackages) void
CDODataOutput.writeCDOPackageUnits
(CDOPackageUnit... packageUnit) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.server.spi.security
Modifier and TypeMethodDescriptionprotected void
AnnotationHandler.handlePackageUnits
(InternalSecurityManager securityManager, CDOPackageUnit[] packageUnits) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeMethodDescriptionstatic CDOCommitData
CDOCommitInfoUtil.createCommitData
(List<CDOPackageUnit> newPackageUnits, List<CDOIDAndVersion> newObjects, List<CDORevisionKey> changedObjects, List<CDOIDAndVersion> detachedObjects) -
Uses of CDOPackageUnit 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...Modifier and TypeMethodDescriptionEPackage[]
InternalCDOPackageRegistry.PackageLoader.loadPackages
(CDOPackageUnit packageUnit) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionCDODataInputImpl.readCDOPackageUnit
(ResourceSet resourceSet) CDODataInputImpl.readCDOPackageUnits
(ResourceSet resourceSet) Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOPackageUnit
(CDOPackageUnit packageUnit, boolean withPackages) void
CDODataOutputImpl.writeCDOPackageUnits
(CDOPackageUnit... packageUnits) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.transaction
Modifier and TypeMethodDescriptionCDOCommitContext.getNewPackageUnits()
Returns a list of the newpackage units
that are to be committed with this commit context. -
Uses of CDOPackageUnit in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
CDOSessionProtocol.RefreshSessionResult.addPackageUnit
(CDOPackageUnit packageUnit)