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

Packages that use CDOAdapterPolicy
org.eclipse.emf.cdo.view   
org.eclipse.emf.spi.cdo   
 

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
           
static class AbstractObjectConflictResolver.ThreeWayMerge
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.