Uses of Interface
org.eclipse.emf.cdo.eresource.CDOResource
Packages that use CDOResource
Package
Description
The generated EMF API of the CDO repository file system.
The generated EMF implementation of the CDO repository file system.
The generated EMF utilities of the CDO repository file system.
Concepts and default implementations for the CDO security user interface.
Client concepts for dealing with transactions, distributed transactions and their save points.
Reusable UI components specific to the CDO Model Repository.
Client utility classes, some common interfaces and exceptions.
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 CDOResource in org.eclipse.emf.cdo
Methods in org.eclipse.emf.cdo that return CDOResourceModifier and TypeMethodDescriptionCDOObject.cdoDirectResource()
CDOObject.cdoResource()
Returns theresource
of this object, no matter where this object is located in the containment tree of that resource, ornull
if this object is not contained in a CDO resource. -
Uses of CDOResource in org.eclipse.emf.cdo.eresource
Methods in org.eclipse.emf.cdo.eresource that return CDOResourceModifier and TypeMethodDescriptionCDOResourceFolder.addResource
(String name) EresourceFactory.createCDOResource()
Returns a new object of class 'CDO Resource'. -
Uses of CDOResource in org.eclipse.emf.cdo.eresource.impl
Classes in org.eclipse.emf.cdo.eresource.impl that implement CDOResourceModifier and TypeClassDescriptionclass
An implementation of the model object 'CDO Resource'.Methods in org.eclipse.emf.cdo.eresource.impl that return CDOResourceModifier and TypeMethodDescriptionCDOResourceFolderImpl.addResource
(String name) EresourceFactoryImpl.createCDOResource()
-
Uses of CDOResource in org.eclipse.emf.cdo.eresource.util
Methods in org.eclipse.emf.cdo.eresource.util with parameters of type CDOResourceModifier and TypeMethodDescriptionEresourceSwitch.caseCDOResource
(CDOResource object) Returns the result of interpreting the object as an instance of 'CDO Resource'. -
Uses of CDOResource in org.eclipse.emf.cdo.security.ui
Methods in org.eclipse.emf.cdo.security.ui that return CDOResourceModifier and TypeMethodDescriptionISecurityManagementContext.Default.getSecurityResource
(CDOView view) ISecurityManagementContext.getSecurityResource
(CDOView view) Obtains the resource containing the security model for presentation in the Security Management editor. -
Uses of CDOResource in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return CDOResourceModifier and TypeMethodDescriptionCDOPushTransaction.createResource
(String path) CDOTransaction.createResource
(String path) CDOPushTransaction.getOrCreateResource
(String path) CDOTransaction.getOrCreateResource
(String path) CDOPushTransaction.getResource
(String path) CDOPushTransaction.getResource
(String path, boolean loadOnDemand) CDOPushTransaction.getRootResource()
-
Uses of CDOResource in org.eclipse.emf.cdo.ui
Methods in org.eclipse.emf.cdo.ui with parameters of type CDOResourceModifier and TypeMethodDescriptionvoid
CDOItemProvider.fillResource
(IMenuManager manager, CDOResource resource) -
Uses of CDOResource in org.eclipse.emf.cdo.util
Methods in org.eclipse.emf.cdo.util with parameters of type CDOResourceModifier and TypeMethodDescriptionCDOUtil.getIntrinsicIDToEObjectMap
(CDOResource resource) Returns the map used to cache the EObject that is identified by thevalue
of its ID feature.static void
CDOUtil.setIntrinsicIDToEObjectMap
(CDOResource resource, Map<String, EObject> intrinsicIDToEObjectMap) Sets the map used to cache the EObject identified by the value of its ID feature.Constructors in org.eclipse.emf.cdo.util with parameters of type CDOResource -
Uses of CDOResource in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that return CDOResourceModifier and TypeMethodDescriptionCDOView.getResource
(String path) Same asgetResource(String, true)
.CDOView.getResource
(String path, boolean loadOnDemand) CDOView.getRootResource()
Returns the root resource of the repository. -
Uses of CDOResource in org.eclipse.emf.internal.cdo
Methods in org.eclipse.emf.internal.cdo that return CDOResourceModifier and TypeMethodDescriptionfinal CDOResource
CDOObjectImpl.cdoDirectResource()
final CDOResource
CDOObjectImpl.cdoResource()
Methods in org.eclipse.emf.internal.cdo with parameters of type CDOResourceModifier and TypeMethodDescriptionfinal void
CDOObjectImpl.cdoInternalSetResource
(CDOResource resource) -
Uses of CDOResource in org.eclipse.emf.spi.cdo
Subinterfaces of CDOResource in org.eclipse.emf.spi.cdoMethods in org.eclipse.emf.spi.cdo with parameters of type CDOResourceModifier and TypeMethodDescriptionvoid
CDOStore.setContainer
(InternalEObject eObject, CDOResource newResource, InternalEObject newEContainer, int newContainerFeatureID)