Uses of Class
org.eclipse.emf.cdo.CDOState

Packages that use CDOState
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOState in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOState
 CDOState CDOObject.cdoState()
          Returns the local state of this object.
static CDOState CDOState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDOState[] CDOState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CDOState in org.eclipse.emf.cdo.view
 

Methods in org.eclipse.emf.cdo.view with parameters of type CDOState
 void CDOObjectHandler.objectStateChanged(CDOView view, CDOObject object, CDOState oldState, CDOState newState)
           
 

Uses of CDOState in org.eclipse.emf.internal.cdo
 

Methods in org.eclipse.emf.internal.cdo that return CDOState
 CDOState CDOObjectImpl.cdoInternalSetState(CDOState state)
           
 CDOState CDOObjectImpl.cdoState()
           
 

Methods in org.eclipse.emf.internal.cdo with parameters of type CDOState
 CDOState CDOObjectImpl.cdoInternalSetState(CDOState state)
           
 

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

Fields in org.eclipse.emf.spi.cdo declared as CDOState
 CDOState InternalCDOView.ViewAndState.state
           
 

Methods in org.eclipse.emf.spi.cdo that return CDOState
 CDOState InternalCDOObject.cdoInternalSetState(CDOState state)
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOState
 CDOState InternalCDOObject.cdoInternalSetState(CDOState state)
           
 InternalCDOView.ViewAndState InternalCDOView.getViewAndState(CDOState state)
           
 InternalCDOView.ViewAndState InternalCDOView.ViewAndState.getViewAndState(CDOState state)
           
 void InternalCDOView.handleObjectStateChanged(InternalCDOObject object, CDOState oldState, CDOState newState)
           
 

Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOState
InternalCDOView.ViewAndState(InternalCDOView view, CDOState state)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.