Uses of Enum Class
org.eclipse.emf.cdo.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
Modifier 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
Modifier and TypeMethodDescriptionCDOViewEventProducer.CDOObjectStateChangedEvent.getNewState()
CDOViewEventProducer.CDOObjectStateChangedEvent.getOldState()
Modifier 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
Modifier and TypeMethodDescriptionfinal CDOState
CDOObjectImpl.cdoInternalSetState
(CDOState state) final CDOState
CDOObjectImpl.cdoState()
Modifier and TypeMethodDescriptionfinal CDOState
CDOObjectImpl.cdoInternalSetState
(CDOState state) -
Uses of CDOState in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionInternalCDOObject.cdoInternalSetState
(CDOState state) InternalCDOView.getViewAndState
(CDOState state) InternalCDOView.ViewAndState.getViewAndState
(CDOState state) void
InternalCDOView.handleObjectStateChanged
(InternalCDOObject object, CDOState oldState, CDOState newState)