Uses of Interface
org.eclipse.emf.cdo.eresource.CDOResourceNode
Packages that use CDOResourceNode
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.
Client concepts for dealing with transactions, distributed transactions and their save points.
Reusable UI components specific to the CDO Model Repository.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
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.eresourceModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'CDO Binary Resource'.interface
CDOFileResource<IO>
A representation of the model object 'CDO File Resource'.interface
A representation of the model object 'CDO Resource'.interface
A representation of the model object 'CDO Resource Folder'.interface
A representation of the model object 'CDO Resource Leaf'.interface
A representation of the model object 'CDO Text Resource'.Methods in org.eclipse.emf.cdo.eresource that return CDOResourceNodeMethods in org.eclipse.emf.cdo.eresource that return types with arguments of type CDOResourceNodeModifier and TypeMethodDescriptionCDOResourceFolder.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 CDOResourceNodeModifier and TypeClassDescriptionclass
An implementation of the model object 'CDO Binary Resource'.class
An implementation of the model object 'CDO File Resource'.class
An implementation of the model object 'CDO Resource Folder'.class
An implementation of the model object 'CDO Resource'.class
An implementation of the model object 'CDO Resource Leaf'.class
An implementation of the model object 'CDO Resource Node'.class
An implementation of the model object 'CDO Text Resource'.Methods in org.eclipse.emf.cdo.eresource.impl that return CDOResourceNodeMethods in org.eclipse.emf.cdo.eresource.impl that return types with arguments of type CDOResourceNode -
Uses of CDOResourceNode in org.eclipse.emf.cdo.eresource.util
Methods in org.eclipse.emf.cdo.eresource.util with parameters of type CDOResourceNodeModifier and TypeMethodDescriptionEresourceSwitch.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 CDOResourceNodeModifier and TypeMethodDescriptionCDOPushTransaction.getElements()
CDOPushTransaction.getResourceNode
(String path) Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOResourceNodeModifier and TypeMethodDescriptionCDOPushTransaction.queryResources
(CDOResourceFolder folder, String name, boolean exactMatch) org.eclipse.net4j.util.collection.CloseableIterator<CDOResourceNode>
CDOPushTransaction.queryResourcesAsync
(CDOResourceFolder folder, String name, boolean exactMatch) -
Uses of CDOResourceNode in org.eclipse.emf.cdo.ui
Methods in org.eclipse.emf.cdo.ui with parameters of type CDOResourceNodeModifier and TypeMethodDescriptionvoid
CDOItemProvider.fillResourceNode
(IMenuManager manager, CDOResourceNode node) -
Uses of CDOResourceNode in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that return CDOResourceNodeModifier and TypeMethodDescriptionCDOView.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 CDOResourceNodeModifier and TypeMethodDescriptionCDOView.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.org.eclipse.net4j.util.collection.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