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

Packages that use CDOResourceNode
org.eclipse.emf.cdo.eresource   
org.eclipse.emf.cdo.eresource.impl   
org.eclipse.emf.cdo.eresource.util   
org.eclipse.emf.cdo.eresource.validation   
org.eclipse.emf.cdo.view   
 

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

Subinterfaces of CDOResourceNode in org.eclipse.emf.cdo.eresource
 interface CDOResource
          A representation of the model object 'CDO Resource'.
 interface CDOResourceFolder
          A representation of the model object 'CDO Resource Folder'.
 

Methods in org.eclipse.emf.cdo.eresource that return types with arguments of type CDOResourceNode
 org.eclipse.emf.common.util.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 CDOResourceFolderImpl
          An implementation of the model object 'CDO Resource Folder'.
 class CDOResourceImpl
          An implementation of the model object 'CDO Resource'.
 class CDOResourceNodeImpl
          An implementation of the model object 'CDO Resource Node'.
 

Methods in org.eclipse.emf.cdo.eresource.impl that return types with arguments of type CDOResourceNode
 org.eclipse.emf.common.util.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.eresource.validation
 

Method parameters in org.eclipse.emf.cdo.eresource.validation with type arguments of type CDOResourceNode
 boolean CDOResourceFolderValidator.validateNodes(org.eclipse.emf.common.util.EList<CDOResourceNode> value)
           
 

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

Methods in org.eclipse.emf.cdo.view that return CDOResourceNode
 CDOResourceNode CDOView.getResourceNode(java.lang.String path)
          Returns the resource node with the given path, or null if no such resource node exists.
 

Methods in org.eclipse.emf.cdo.view that return types with arguments of type CDOResourceNode
 java.util.List<CDOResourceNode> CDOView.queryResources(CDOResourceFolder folder, java.lang.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.
 org.eclipse.net4j.util.collection.CloseableIterator<CDOResourceNode> CDOView.queryResourcesAsync(CDOResourceFolder folder, java.lang.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.
 


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