Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonView
Packages that use CDOCommonView
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with durable locks and views.
Common utility classes, some common interfaces and exceptions.
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDOCommonView in org.eclipse.emf.cdo.common
Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.commonModifier and TypeInterfaceDescriptioninterface
Abstracts the information about CDO transactions that is common to both client and server side.Methods in org.eclipse.emf.cdo.common that return CDOCommonView -
Uses of CDOCommonView in org.eclipse.emf.cdo.common.lock
Methods in org.eclipse.emf.cdo.common.lock with parameters of type CDOCommonViewModifier and TypeMethodDescriptionstatic CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated.static CDOLockOwner
CDOLockUtil.createLockOwner
(CDOCommonView view) Method parameters in org.eclipse.emf.cdo.common.lock with type arguments of type CDOCommonViewModifier and TypeMethodDescriptionstatic CDOLockState
CDOLockUtil.convertLockState
(org.eclipse.net4j.util.concurrent.RWOLockManager.LockState<Object, ? extends CDOCommonView> lockState) static CDOLockState
CDOLockUtil.createLockState
(org.eclipse.net4j.util.concurrent.RWOLockManager.LockState<Object, ? extends CDOCommonView> lockState) Deprecated.As of 4.15 useCDOLockUtil.convertLockState(LockState)
. -
Uses of CDOCommonView in org.eclipse.emf.cdo.common.util
Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonViewModifier and TypeMethodDescriptionprotected void
CDOCommonEventAdapter.onViewClosed
(CDOCommonView element) protected void
CDOCommonEventAdapter.onViewOpened
(CDOCommonView view) -
Uses of CDOCommonView in org.eclipse.emf.cdo.server
Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.serverModifier and TypeInterfaceDescriptioninterface
The server-side representation of a clienttransaction
.interface
The server-side representation of a clientview
. -
Uses of CDOCommonView in org.eclipse.emf.cdo.spi.common
Methods in org.eclipse.emf.cdo.spi.common that return CDOCommonViewConstructors in org.eclipse.emf.cdo.spi.common with parameters of type CDOCommonViewModifierConstructorDescriptionAbstractQueryResult
(CDOCommonView view, CDOQueryInfo queryInfo, int queryID) -
Uses of CDOCommonView in org.eclipse.emf.cdo.spi.server
Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.spi.serverModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOCommonView in org.eclipse.emf.cdo.transaction
Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.transactionModifier and TypeInterfaceDescriptioninterface
A read-write view to the current (i.e.Classes in org.eclipse.emf.cdo.transaction that implement CDOCommonViewModifier and TypeClassDescriptionclass
Atransaction
that persists changes to the object graph locally on commit and can later load these changes and push them to therepository
. -
Uses of CDOCommonView in org.eclipse.emf.cdo.view
Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.view -
Uses of CDOCommonView in org.eclipse.emf.spi.cdo
Subinterfaces of CDOCommonView in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...
CDOLockUtil.createLockChangeInfo(CDOBranchPoint, CDOLockOwner, Collection, Collection)
.