Uses of Interface
org.eclipse.emf.cdo.eresource.CDOResource

Packages that use CDOResource
org.eclipse.emf.cdo   
org.eclipse.emf.cdo.defs   
org.eclipse.emf.cdo.eresource   
org.eclipse.emf.cdo.eresource.impl   
org.eclipse.emf.cdo.eresource.util   
org.eclipse.emf.cdo.transaction   
org.eclipse.emf.cdo.view   
 

Uses of CDOResource in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOResource
 CDOResource CDOObject.cdoDirectResource()
          Returns the directly containing resource of this object, or null if this object is not an element of the contents list of any CDO resource.
 CDOResource CDOObject.cdoResource()
          Returns the resource of this object, no matter where this object is located in the containment tree of that resource, or null if this object is not contained in a CDO resource.
 

Uses of CDOResource in org.eclipse.emf.cdo.defs
 

Methods in org.eclipse.emf.cdo.defs that return CDOResource
 CDOResource ResourceMode.getResource(java.lang.String path, CDOTransaction cdoTransaction)
           
 

Uses of CDOResource in org.eclipse.emf.cdo.eresource
 

Methods in org.eclipse.emf.cdo.eresource that return CDOResource
 CDOResource 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 CDOResource
 class CDOResourceImpl
          An implementation of the model object 'CDO Resource'.
 

Methods in org.eclipse.emf.cdo.eresource.impl that return CDOResource
 CDOResource EresourceFactoryImpl.createCDOResource()
           
 

Uses of CDOResource in org.eclipse.emf.cdo.eresource.util
 

Methods in org.eclipse.emf.cdo.eresource.util with parameters of type CDOResource
 T EresourceSwitch.caseCDOResource(CDOResource object)
          Returns the result of interpreting the object as an instance of 'CDO Resource'.
 

Uses of CDOResource in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return CDOResource
 CDOResource CDOTransaction.createResource(java.lang.String path)
           
 CDOResource CDOTransaction.getOrCreateResource(java.lang.String path)
           
 

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOResource
 java.util.Map<CDOID,CDOResource> CDOTransaction.getNewResources()
           
 java.util.Map<CDOID,CDOResource> CDOCommitContext.getNewResources()
          Returns a map of the new resources that are to be committed with this commit context.
 

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

Methods in org.eclipse.emf.cdo.view that return CDOResource
 CDOResource CDOView.getResource(java.lang.String path)
          Same as getResource(String, true).
 CDOResource CDOView.getResource(java.lang.String path, boolean loadOnDemand)
           
 CDOResource CDOView.getRootResource()
          Returns the root resource of the repository.
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.