| Package | Description |
|---|---|
| org.eclipse.emf.internal.cdo |
Exposes
CDOObjectImpl for extension in generated EMF models. |
| org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
| Modifier and Type | Method and Description |
|---|---|
InternalCDOView |
CDOObjectImpl.cdoView() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CDOObjectImpl.instanceToRevisionFeature(InternalCDOView view,
InternalCDOObject object,
EStructuralFeature feature,
Object setting) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalCDOTransaction
If the meaning of this type isn't clear, there really should be more of a description here...
|
| Modifier and Type | Field and Description |
|---|---|
InternalCDOView |
InternalCDOView.ViewAndState.view |
| Modifier and Type | Method and Description |
|---|---|
InternalCDOView |
InternalCDOObject.cdoView() |
InternalCDOView |
CDOStore.getView() |
InternalCDOView |
InternalCDOViewSet.resolveView(String repositoryUUID) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalCDOViewSet.add(InternalCDOView view) |
static InternalCDOView.ViewAndState[] |
InternalCDOView.ViewAndState.create(InternalCDOView view) |
void |
InternalCDOSession.handleLockNotification(CDOLockChangeInfo lockChangeInfo,
InternalCDOView sender) |
void |
InternalCDOView.handleLockNotification(InternalCDOView sender,
CDOLockChangeInfo lockChangeInfo) |
static Iterator<InternalCDOObject> |
FSMUtil.iterator(Collection<?> instances,
InternalCDOView view) |
static Iterator<InternalCDOObject> |
FSMUtil.iterator(Iterator<?> delegate,
InternalCDOView view) |
void |
InternalCDOViewSet.remove(InternalCDOView view) |
void |
InternalCDOSession.viewDetached(InternalCDOView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalCDOSession.processRefreshSessionResult(CDOSessionProtocol.RefreshSessionResult result,
CDOBranch branch,
List<InternalCDOView> branchViews,
Map<CDOBranch,Map<CDOID,InternalCDORevision>> viewedRevisions) |
| Constructor and Description |
|---|
InternalCDOView.ViewAndState(InternalCDOView view,
CDOState state) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.