Uses of Interface
org.eclipse.emf.cdo.view.CDOAdapterPolicy
Packages that use 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
Fields in org.eclipse.emf.cdo.view declared as CDOAdapterPolicyModifier 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.Methods in org.eclipse.emf.cdo.view that return CDOAdapterPolicyModifier and TypeMethodDescriptionCDOView.Options.getChangeSubscriptionPolicies()
Returns the current set ofchange subscription policies
.CDOView.Options.getClearAdapterPolicy()
The returned adapter policy may optionally implementCDOListWrapper
, seeCDOObjectImpl.eAdapters()
.CDOViewSet.getDefaultClearAdapterPolicy()
CDOView.Options.getStrongReferencePolicy()
Returns the strong reference policy in use.Methods in org.eclipse.emf.cdo.view with parameters of type CDOAdapterPolicyModifier 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
Classes in org.eclipse.emf.spi.cdo that implement CDOAdapterPolicyModifier 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...