Uses of Interface
org.eclipse.emf.cdo.view.CDOAdapterPolicy

Packages that use CDOAdapterPolicy
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 CDOAdapterPolicy in org.eclipse.emf.cdo.view
 

Fields in org.eclipse.emf.cdo.view declared as CDOAdapterPolicy
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.
 

Methods in org.eclipse.emf.cdo.view that return CDOAdapterPolicy
 CDOAdapterPolicy[] CDOView.Options.getChangeSubscriptionPolicies()
          Returns the current set of change subscription policies.
 CDOAdapterPolicy CDOView.Options.getStrongReferencePolicy()
           
 

Methods in org.eclipse.emf.cdo.view with parameters of type CDOAdapterPolicy
 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.
 

Uses of CDOAdapterPolicy in org.eclipse.emf.spi.cdo
 

Classes in org.eclipse.emf.spi.cdo that implement CDOAdapterPolicy
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.