Uses of Enum Class
org.eclipse.emf.cdo.CDOState
Packages that use CDOState
Package
Description
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Exposes
CDOObjectImpl
for extension in generated EMF models.Client service provider interfaces and useful base implementations.
-
Uses of CDOState in org.eclipse.emf.cdo
Methods in org.eclipse.emf.cdo that return CDOStateModifier and TypeMethodDescriptionCDOObject.cdoState()
Returns the localstate
of this object.static CDOState
Returns the enum constant of this class with the specified name.static CDOState[]
CDOState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOState in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that return CDOStateModifier and TypeMethodDescriptionCDOViewEventProducer.CDOObjectStateChangedEvent.getNewState()
CDOViewEventProducer.CDOObjectStateChangedEvent.getOldState()
Methods in org.eclipse.emf.cdo.view with parameters of type CDOStateModifier and TypeMethodDescriptionvoid
CDOObjectHandler.objectStateChanged
(CDOView view, CDOObject object, CDOState oldState, CDOState newState) void
CDOStaleReferencePolicy.DynamicProxy.Enhanced.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 CDOStateModifier and TypeMethodDescriptionfinal CDOState
CDOObjectImpl.cdoInternalSetState
(CDOState state) final CDOState
CDOObjectImpl.cdoState()
Methods in org.eclipse.emf.internal.cdo with parameters of type CDOStateModifier and TypeMethodDescriptionfinal CDOState
CDOObjectImpl.cdoInternalSetState
(CDOState state) -
Uses of CDOState in org.eclipse.emf.spi.cdo
Fields in org.eclipse.emf.spi.cdo declared as CDOStateMethods in org.eclipse.emf.spi.cdo that return CDOStateMethods in org.eclipse.emf.spi.cdo with parameters of type CDOStateModifier and TypeMethodDescriptionInternalCDOObject.cdoInternalSetState
(CDOState state) InternalCDOView.getViewAndState
(CDOState state) 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