|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CDOCommonView | |
|---|---|
| org.eclipse.emf.cdo.common | Common concepts that are differently extended in clients and servers. |
| org.eclipse.emf.cdo.common.lock | Common concepts for dealing with durable locks and views. |
| 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.spi.common | Common service provider interfaces and useful base implementations. |
| org.eclipse.emf.cdo.spi.server | Server service provider interfaces and useful base implementations. |
| org.eclipse.emf.cdo.transaction | Client concepts for dealing with transactions, distributed transactions and their save points. |
| org.eclipse.emf.cdo.view | Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. |
| org.eclipse.emf.spi.cdo | 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.common | |
|---|---|
interface |
CDOCommonTransaction
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 | |
|---|---|
CDOCommonView |
CDOCommonSession.getView(int viewID)
|
CDOCommonView[] |
CDOCommonSession.getViews()
|
| Uses of CDOCommonView in org.eclipse.emf.cdo.common.lock |
|---|
| Methods in org.eclipse.emf.cdo.common.lock with parameters of type CDOCommonView | |
|---|---|
static CDOLockChangeInfo |
CDOLockUtil.createLockChangeInfo(long timestamp,
CDOCommonView view,
CDOBranch viewedBranch,
CDOLockChangeInfo.Operation op,
IRWLockManager.LockType lockType,
CDOLockState[] cdoLockStates)
|
static CDOLockOwner |
CDOLockUtil.createLockOwner(CDOCommonView view)
|
| Method parameters in org.eclipse.emf.cdo.common.lock with type arguments of type CDOCommonView | |
|---|---|
static CDOLockState |
CDOLockUtil.createLockState(RWOLockManager.LockState<Object,? extends CDOCommonView> lockState)
|
| Uses of CDOCommonView in org.eclipse.emf.cdo.common.util |
|---|
| Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonView | |
|---|---|
protected 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.server | |
|---|---|
interface |
ITransaction
The server-side representation of a client transaction. |
interface |
IView
The server-side representation of a client view. |
| Uses of CDOCommonView in org.eclipse.emf.cdo.spi.common |
|---|
| Methods in org.eclipse.emf.cdo.spi.common that return CDOCommonView | |
|---|---|
CDOCommonView |
AbstractQueryResult.getView()
|
| Constructors in org.eclipse.emf.cdo.spi.common with parameters of type CDOCommonView | |
|---|---|
AbstractQueryResult(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.server | |
|---|---|
interface |
InternalTransaction
|
interface |
InternalView
|
| Uses of CDOCommonView in org.eclipse.emf.cdo.transaction |
|---|
| Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.transaction | |
|---|---|
interface |
CDOTransaction
A read-write view to the current (i.e. latest) state of the object graph in the repository. |
| Classes in org.eclipse.emf.cdo.transaction that implement CDOCommonView | |
|---|---|
class |
CDOPushTransaction
A transaction that persists changes to the object graph locally on commit and can later load
these changes and push them to the repository. |
| Uses of CDOCommonView in org.eclipse.emf.cdo.view |
|---|
| Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.view | |
|---|---|
interface |
CDOView
A read-only view to the state of the object graph in the repository of the underlying session at a
specific time at a specific branch. |
| Uses of CDOCommonView in org.eclipse.emf.spi.cdo |
|---|
| Subinterfaces of CDOCommonView in org.eclipse.emf.spi.cdo | |
|---|---|
interface |
InternalCDOTransaction
|
interface |
InternalCDOView
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||