Uses of Interface
org.eclipse.emf.cdo.common.model.CDOPackageUnit
Packages that use 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
Methods in org.eclipse.emf.cdo.common.commit that return types with arguments of type CDOPackageUnit -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model that return CDOPackageUnitModifier 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) Methods in org.eclipse.emf.cdo.common.model with parameters of type CDOPackageUnitModifier and TypeMethodDescriptionstatic CDOPackageUnit
CDOModelUtil.copyPackageUnit
(CDOPackageUnit packageUnit) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return CDOPackageUnitModifier and TypeMethodDescriptionCDODataInput.readCDOPackageUnit
(ResourceSet resourceSet) CDODataInput.readCDOPackageUnits
(ResourceSet resourceSet) Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOPackageUnitModifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOPackageUnit
(CDOPackageUnit packageUnit, boolean withPackages) void
CDODataOutput.writeCDOPackageUnits
(CDOPackageUnit... packageUnit) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.server.spi.security
Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type CDOPackageUnitModifier and TypeMethodDescriptionprotected void
AnnotationHandler.handlePackageUnits
(InternalSecurityManager securityManager, CDOPackageUnit[] packageUnits) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.commit
Method parameters in org.eclipse.emf.cdo.spi.common.commit with type arguments of type CDOPackageUnitModifier 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
Subinterfaces of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.modelModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDOPackageUnitModifier and TypeMethodDescriptionEPackage[]
InternalCDOPackageRegistry.PackageLoader.loadPackages
(CDOPackageUnit packageUnit) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOPackageUnitModifier and TypeMethodDescriptionCDODataInputImpl.readCDOPackageUnit
(ResourceSet resourceSet) CDODataInputImpl.readCDOPackageUnits
(ResourceSet resourceSet) Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOPackageUnitModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOPackageUnit
(CDOPackageUnit packageUnit, boolean withPackages) void
CDODataOutputImpl.writeCDOPackageUnits
(CDOPackageUnit... packageUnits) -
Uses of CDOPackageUnit in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOPackageUnitModifier 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
Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOPackageUnitMethods in org.eclipse.emf.spi.cdo with parameters of type CDOPackageUnitModifier and TypeMethodDescriptionvoid
CDOSessionProtocol.RefreshSessionResult.addPackageUnit
(CDOPackageUnit packageUnit)