|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDODataInput | |
---|---|
org.eclipse.emf.cdo.common.id | Common concepts for dealing with object and revision IDs. |
org.eclipse.emf.cdo.common.model | Common concepts for dealing with models and types. |
org.eclipse.emf.cdo.common.util | Common utility classes, some common interfaces and exceptions. |
org.eclipse.emf.cdo.server | Server concepts for dealing with repositories and stores. |
org.eclipse.emf.cdo.server.db | Server concepts for dealing with DB stores and accessors. |
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 | Common service provider interfaces and useful base implementations. |
org.eclipse.emf.cdo.spi.common.branch | Common service provider interfaces and useful base implementations for dealing with branches. |
org.eclipse.emf.cdo.spi.common.model | Common service provider interfaces and useful base implementations for dealing with models and types |
org.eclipse.emf.cdo.spi.common.revision | Common service provider interfaces and useful base implementations for dealing with revisions and deltas. |
Uses of CDODataInput in org.eclipse.emf.cdo.common.id |
---|
Constructors in org.eclipse.emf.cdo.common.id with parameters of type CDODataInput | |
---|---|
CDOIDReference(CDODataInput in)
|
Uses of CDODataInput in org.eclipse.emf.cdo.common.model |
---|
Methods in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput | |
---|---|
Object |
CDOType.readValue(CDODataInput in)
|
Constructors in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput | |
---|---|
CDOClassifierRef(CDODataInput in)
|
Uses of CDODataInput in org.eclipse.emf.cdo.common.util |
---|
Methods in org.eclipse.emf.cdo.common.util that return CDODataInput | |
---|---|
static CDODataInput |
CDOCommonUtil.createCDODataInput(ExtendedDataInputStream inputStream,
CDOPackageRegistry packageRegistry,
CDOBranchManager branchManager,
CDOCommitInfoManager commitManager,
CDORevisionFactory revisionFactory,
CDOListFactory listFactory,
CDOLobStore lobStore)
|
Constructors in org.eclipse.emf.cdo.common.util with parameters of type CDODataInput | |
---|---|
CDOFetchRule(CDODataInput in,
CDOPackageRegistry packageManager)
|
Uses of CDODataInput in org.eclipse.emf.cdo.server |
---|
Methods in org.eclipse.emf.cdo.server with parameters of type CDODataInput | |
---|---|
void |
IStoreAccessor.Raw.rawImport(CDODataInput in,
int fromBranchID,
int toBranchID,
long fromCommitTime,
long toCommitTime,
OMMonitor monitor)
Deserializes backend data that has been serialized by the rawExport() method of a different instance of the same implementation of raw store
accessor . |
Uses of CDODataInput in org.eclipse.emf.cdo.server.db |
---|
Methods in org.eclipse.emf.cdo.server.db with parameters of type CDODataInput | |
---|---|
void |
IIDHandler.rawImport(Connection connection,
CDODataInput in,
long fromCommitTime,
long toCommitTime,
OMMonitor fork)
|
Collection<InternalCDOPackageUnit> |
IMetaDataManager.rawImport(Connection connection,
CDODataInput in,
long fromCommitTime,
long toCommitTime,
OMMonitor monitor)
|
Uses of CDODataInput in org.eclipse.emf.cdo.server.db.mapping |
---|
Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type CDODataInput | |
---|---|
void |
IMappingStrategy.rawImport(IDBStoreAccessor accessor,
CDODataInput in,
long fromCommitTime,
long toCommitTime,
OMMonitor monitor)
|
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common |
---|
Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDODataInput | |
---|---|
void |
CDORawReplicationContext.replicateRaw(CDODataInput in,
OMMonitor monitor)
|
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.branch |
---|
Constructors in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDODataInput | |
---|---|
InternalCDOBranchManager.BranchLoader.BranchInfo(CDODataInput in)
|
|
InternalCDOBranchManager.BranchLoader.SubBranchInfo(CDODataInput in)
|
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.model |
---|
Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDODataInput | |
---|---|
void |
InternalCDOPackageInfo.read(CDODataInput in)
|
void |
InternalCDOPackageUnit.read(CDODataInput in,
ResourceSet resourceSet)
|
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.revision |
---|
Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInput | |
---|---|
protected InternalCDORevision |
RevisionInfo.doReadResult(CDODataInput in)
Deprecated. Not called anymore by the framework |
void |
BaseCDORevision.read(CDODataInput in)
|
void |
DelegatingCDORevision.read(CDODataInput in)
|
void |
InternalCDORevision.read(CDODataInput in)
|
void |
StubCDORevision.read(CDODataInput in)
|
static RevisionInfo |
RevisionInfo.read(CDODataInput in,
CDOBranchPoint requestedBranchPoint)
|
void |
RevisionInfo.readResult(CDODataInput in)
|
static InternalCDORevision |
RevisionInfo.readResult(CDODataInput in,
CDOID id,
CDOBranch branch)
|
protected void |
RevisionInfo.readRevision(CDODataInput in)
|
protected void |
RevisionInfo.Available.readRevision(CDODataInput in)
|
protected void |
BaseCDORevision.readSystemValues(CDODataInput in)
|
Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInput | |
---|---|
RevisionInfo.Available(CDODataInput in,
CDOBranchPoint requestedBranchPoint)
|
|
RevisionInfo(CDODataInput in,
CDOBranchPoint requestedBranchPoint)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |