Uses of Interface
org.eclipse.emf.cdo.eresource.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
Modifier 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'.Modifier and TypeMethodDescriptionCDOResourceFolder.getNodes()
Returns the value of the 'Nodes' containment reference list. -
Uses of CDOResourceNode in org.eclipse.emf.cdo.eresource.impl
Modifier 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'. -
Uses of CDOResourceNode in org.eclipse.emf.cdo.eresource.util
Modifier 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
Modifier and TypeMethodDescriptionCDOPushTransaction.getElements()
CDOPushTransaction.getResourceNode
(String path) Modifier 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
Modifier and TypeMethodDescriptionvoid
CDOItemProvider.fillResourceNode
(IMenuManager manager, CDOResourceNode node) -
Uses of CDOResourceNode in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionCDOView.getResourceNode
(String path) Returns the resource node with the given path.Modifier 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