Uses of Interface
org.eclipse.emf.cdo.eresource.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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
An implementation of the model object 'CDO Resource'.Modifier and TypeMethodDescriptionCDOResourceFolderImpl.addResource
(String name) EresourceFactoryImpl.createCDOResource()
-
Uses of CDOResource in org.eclipse.emf.cdo.eresource.util
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
CDOItemProvider.fillResource
(IMenuManager manager, CDOResource resource) -
Uses of CDOResource in org.eclipse.emf.cdo.util
Modifier 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. -
Uses of CDOResource in org.eclipse.emf.cdo.view
Modifier 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
Modifier and TypeMethodDescriptionfinal CDOResource
CDOObjectImpl.cdoDirectResource()
final CDOResource
CDOObjectImpl.cdoResource()
Modifier and TypeMethodDescriptionfinal void
CDOObjectImpl.cdoInternalSetResource
(CDOResource resource) -
Uses of CDOResource in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
CDOStore.setContainer
(InternalEObject eObject, CDOResource newResource, InternalEObject newEContainer, int newContainerFeatureID)