Uses of Interface
org.eclipse.emf.cdo.eresource.CDOBinaryResource
Packages that use CDOBinaryResource
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.
-
Uses of CDOBinaryResource in org.eclipse.emf.cdo.eresource
Methods in org.eclipse.emf.cdo.eresource that return CDOBinaryResourceModifier and TypeMethodDescriptionCDOResourceFolder.addBinaryResource
(String name) EresourceFactory.createCDOBinaryResource()
Returns a new object of class 'CDO Binary Resource'. -
Uses of CDOBinaryResource in org.eclipse.emf.cdo.eresource.impl
Classes in org.eclipse.emf.cdo.eresource.impl that implement CDOBinaryResourceModifier and TypeClassDescriptionclass
An implementation of the model object 'CDO Binary Resource'.Methods in org.eclipse.emf.cdo.eresource.impl that return CDOBinaryResourceModifier and TypeMethodDescriptionCDOResourceFolderImpl.addBinaryResource
(String name) EresourceFactoryImpl.createCDOBinaryResource()
-
Uses of CDOBinaryResource in org.eclipse.emf.cdo.eresource.util
Methods in org.eclipse.emf.cdo.eresource.util with parameters of type CDOBinaryResourceModifier and TypeMethodDescriptionEresourceSwitch.caseCDOBinaryResource
(CDOBinaryResource object) Returns the result of interpreting the object as an instance of 'CDO Binary Resource'. -
Uses of CDOBinaryResource in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return CDOBinaryResourceModifier and TypeMethodDescriptionCDOPushTransaction.createBinaryResource
(String path) CDOTransaction.createBinaryResource
(String path) CDOPushTransaction.getBinaryResource
(String path) CDOPushTransaction.getOrCreateBinaryResource
(String path) CDOTransaction.getOrCreateBinaryResource
(String path) -
Uses of CDOBinaryResource in org.eclipse.emf.cdo.ui
Methods in org.eclipse.emf.cdo.ui with parameters of type CDOBinaryResourceModifier and TypeMethodDescriptionvoid
CDOItemProvider.fillBinaryResource
(IMenuManager manager, CDOBinaryResource resource) -
Uses of CDOBinaryResource in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that return CDOBinaryResource