Uses of Class
org.eclipse.emf.cdo.common.util.CDOResourceNodeNotFoundException
Packages that use CDOResourceNodeNotFoundException
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
-
Uses of CDOResourceNodeNotFoundException in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that throw CDOResourceNodeNotFoundExceptionModifier and TypeMethodDescriptionCDOTransaction.createResourceFolder
(String path) CDOPushTransaction.getBinaryResource
(String path) CDOPushTransaction.getResource
(String path) CDOPushTransaction.getResource
(String path, boolean loadOnDemand) CDOPushTransaction.getResourceFolder
(String path) CDOPushTransaction.getResourceNode
(String path) CDOPushTransaction.getTextResource
(String path) -
Uses of CDOResourceNodeNotFoundException in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that throw CDOResourceNodeNotFoundExceptionModifier and TypeMethodDescriptionCDOView.getBinaryResource
(String path) CDOView.getResource
(String path) Same asgetResource(String, true)
.CDOView.getResource
(String path, boolean loadOnDemand) CDOView.getResourceFolder
(String path) CDOView.getResourceNode
(String path) Returns the resource node with the given path.CDOView.getTextResource
(String path)