| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static CDOAdapterPolicy |
CDOAdapterPolicy.ALL
A default adapter policy that always triggers special behaviour.
|
static CDOAdapterPolicy |
CDOAdapterPolicy.CDO
A default adapter policy that only triggers special behaviour if the adapter under test implements
CDOAdapter. |
static CDOAdapterPolicy |
CDOAdapterPolicy.NONE
A default adapter policy that never triggers any special behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
CDOAdapterPolicy[] |
CDOView.Options.getChangeSubscriptionPolicies()
Returns the current set of
change subscription policies. |
CDOAdapterPolicy |
CDOView.Options.getStrongReferencePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOView.Options.addChangeSubscriptionPolicy(CDOAdapterPolicy policy)
Adds a change subscription policy to this view.
|
void |
CDOView.Options.removeChangeSubscriptionPolicy(CDOAdapterPolicy policy)
Removes a change subscription policy from this view.
|
void |
CDOView.Options.setStrongReferencePolicy(CDOAdapterPolicy policy)
Sets the reference type to be used when an adapter is used to an object.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractObjectConflictResolver.MergeLocalChangesPerFeature
Deprecated.
As of 4.0 use CDOMergingConflictResolver
|
static class |
AbstractObjectConflictResolver.ThreeWayMerge
If the meaning of this type isn't clear, there really should be more of a description here...
|
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.