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

Packages that use CDOResourceNode
org.eclipse.emf.cdo.eresource The generated EMF API of the CDO repository file system. 
org.eclipse.emf.cdo.eresource.impl The generated EMF implementation of the CDO repository file system. 
org.eclipse.emf.cdo.eresource.util The generated EMF utilities of the CDO repository file system. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.ui.ide Reusable UI IDE components specific to the CDO Model Repository. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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

Subinterfaces of CDOResourceNode in org.eclipse.emf.cdo.eresource
 interface CDOBinaryResource
          A representation of the model object 'CDO Binary Resource'.
 interface CDOFileResource<IO>
          A representation of the model object 'CDO File Resource'.
 interface CDOResource
          A representation of the model object 'CDO Resource'.
 interface CDOResourceFolder
          A representation of the model object 'CDO Resource Folder'.
 interface CDOResourceLeaf
          A representation of the model object 'CDO Resource Leaf'.
 interface CDOTextResource
          A representation of the model object 'CDO Text Resource'.
 

Methods in org.eclipse.emf.cdo.eresource that return types with arguments of type CDOResourceNode
 EList<CDOResourceNode> CDOResourceFolder.getNodes()
          Returns the value of the 'Nodes' containment reference list.
 

Uses of CDOResourceNode in org.eclipse.emf.cdo.eresource.impl
 

Classes in org.eclipse.emf.cdo.eresource.impl that implement CDOResourceNode
 class CDOBinaryResourceImpl
          An implementation of the model object 'CDO Binary Resource'.
 class CDOFileResourceImpl<IO>
          An implementation of the model object 'CDO File Resource'.
 class CDOResourceFolderImpl
          An implementation of the model object 'CDO Resource Folder'.
 class CDOResourceImpl
          An implementation of the model object 'CDO Resource'.
 class CDOResourceLeafImpl
          An implementation of the model object 'CDO Resource Leaf'.
 class CDOResourceNodeImpl
          An implementation of the model object 'CDO Resource Node'.
 class CDOTextResourceImpl
          An implementation of the model object 'CDO Text Resource'.
 

Methods in org.eclipse.emf.cdo.eresource.impl that return types with arguments of type CDOResourceNode
 EList<CDOResourceNode> CDOResourceFolderImpl.getNodes()
           
 

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

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

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

Methods in org.eclipse.emf.cdo.transaction that return CDOResourceNode
 CDOResourceNode[] CDOPushTransaction.getElements()
           
 CDOResourceNode CDOPushTransaction.getResourceNode(String path)
           
 

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOResourceNode
 List<CDOResourceNode> CDOPushTransaction.queryResources(CDOResourceFolder folder, String name, boolean exactMatch)
           
 CloseableIterator<CDOResourceNode> CDOPushTransaction.queryResourcesAsync(CDOResourceFolder folder, String name, boolean exactMatch)
           
 

Uses of CDOResourceNode in org.eclipse.emf.cdo.ui.ide
 

Methods in org.eclipse.emf.cdo.ui.ide that return CDOResourceNode
 CDOResourceNode[] Node.ResourcesNode.getChildren()
           
 

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

Methods in org.eclipse.emf.cdo.view that return CDOResourceNode
 CDOResourceNode CDOView.getResourceNode(String path)
          Returns the resource node with the given path.
 

Methods in org.eclipse.emf.cdo.view that return types with arguments of type CDOResourceNode
 List<CDOResourceNode> CDOView.queryResources(CDOResourceFolder folder, String name, boolean exactMatch)
          Returns a list of the resources in the given folder with a name equal to or starting with the value of the name parameter.
 CloseableIterator<CDOResourceNode> CDOView.queryResourcesAsync(CDOResourceFolder folder, String name, boolean exactMatch)
          Returns an iterator over the resources in the given folder with a name equal to or starting with the value of the name parameter.
 

Uses of CDOResourceNode in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDOResourceNode in org.eclipse.emf.spi.cdo
 interface InternalCDOResource
          Internal protocol for the CDOResource.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.