Uses of Interface
org.eclipse.emf.cdo.view.CDOAdapterPolicy
Package
Description
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 CDOAdapterPolicy in org.eclipse.emf.cdo.view
Modifier and TypeFieldDescriptionstatic final CDOAdapterPolicy
CDOAdapterPolicy.ALL
A default adapter policy that always triggers special behavior.static final CDOAdapterPolicy
CDOAdapterPolicy.CDO
A default adapter policy that only triggers special behavior if the adapter under test implementsCDOAdapter
.static final CDOAdapterPolicy
CDOAdapterPolicy.NONE
A default adapter policy that never triggers any special behavior.Modifier and TypeMethodDescriptionCDOView.Options.getChangeSubscriptionPolicies()
Returns the current set ofchange subscription policies
.CDOView.Options.getClearAdapterPolicy()
CDOViewSet.getDefaultClearAdapterPolicy()
CDOView.Options.getStrongReferencePolicy()
Returns the strong reference policy in use.Modifier and TypeMethodDescriptionvoid
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.setClearAdapterPolicy
(CDOAdapterPolicy policy) void
CDOViewSet.setDefaultClearAdapterPolicy
(CDOAdapterPolicy defaultClearAdapterPolicy) void
CDOView.Options.setStrongReferencePolicy
(CDOAdapterPolicy policy) Sets the policy that determines what object/adapter pairs of thisview
are supposed to be protected against garbage collection. -
Uses of CDOAdapterPolicy in org.eclipse.emf.spi.cdo
Modifier and TypeClassDescriptionstatic class
Deprecated.As of 4.0 use CDOMergingConflictResolverstatic class
If the meaning of this type isn't clear, there really should be more of a description here...