|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDOResource | |
---|---|
org.eclipse.emf.cdo.client | |
org.eclipse.emf.cdo.client.impl | |
org.eclipse.emf.cdo.client.ocl | |
org.eclipse.emf.cdo.client.protocol |
Uses of CDOResource in org.eclipse.emf.cdo.client |
---|
Methods in org.eclipse.emf.cdo.client that return CDOResource | |
---|---|
CDOResource |
CDOPersistable.cdoGetResource()
|
CDOResource |
ResourceManager.getResource(int rid)
Returns the CDOResource instance with the given RID and loads
that CDOResource if necessary. |
CDOResource |
ResourceGetter.getResource(int rid)
For internal use only. |
CDOResource |
ResourceGetter.getResource(long oid)
For internal use only. |
Methods in org.eclipse.emf.cdo.client with parameters of type CDOResource | |
---|---|
void |
CDOPersistable.cdoSetResource(CDOResource resource)
|
org.eclipse.emf.ecore.EObject |
ResourceManager.createEObject(org.eclipse.emf.ecore.EClass eClass,
long oid,
int oca,
CDOResource resource)
For internal use only. |
org.eclipse.emf.common.util.EList |
ResourceManager.queryCrossReferences(org.eclipse.emf.ecore.EObject object,
CDOResource resource)
TODO Document method queryCrossReferences The queryCrossReferences method. |
java.util.Set |
ResourceManager.queryExtent(org.eclipse.emf.ecore.EClass context,
boolean exactMatch,
CDOResource resource)
Sends a request to the CDO server to query all CDOPersistable instances in the given CDOResource or in all
resources of the CDO repository that are instances of the context EClass
or of any of its subclasses. |
java.util.Set |
ResourceManager.queryExtent(org.eclipse.emf.ecore.EClass context,
CDOResource resource)
Convenience method to query polymorphic extents, returns the same result as queryExtent(context, false, resource) . |
void |
ResourceManager.registerResource(CDOResource resource)
For internal use only. |
void |
ResourceManager.registerResourcePath(CDOResource cdoResource,
java.lang.String path)
For internal use only. |
Uses of CDOResource in org.eclipse.emf.cdo.client.impl |
---|
Classes in org.eclipse.emf.cdo.client.impl that implement CDOResource | |
---|---|
class |
CDOResourceImpl
|
Methods in org.eclipse.emf.cdo.client.impl that return CDOResource | |
---|---|
CDOResource |
CDOPersistentImpl.cdoGetResource()
|
CDOResource |
CDOFactoryImpl.createCDOResourceFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
CDOResource |
ResourceManagerImpl.getResource(int rid)
|
CDOResource |
ResourceGetterImpl.getResource(int rid)
|
CDOResource |
ResourceGetterImpl.getResource(long oid)
|
Methods in org.eclipse.emf.cdo.client.impl with parameters of type CDOResource | |
---|---|
void |
CDOPersistentImpl.cdoSetResource(CDOResource resource)
|
org.eclipse.emf.ecore.EObject |
ResourceManagerImpl.createEObject(org.eclipse.emf.ecore.EClass eClass,
long oid,
int oca,
CDOResource resource)
|
static void |
ResourceManagerImpl.initPersistable(org.eclipse.emf.ecore.EObject persistable,
CDOResource resource,
long oid,
int oca)
|
protected void |
ResourceManagerImpl.notifyRemovedResource(CDOResource resource)
|
org.eclipse.emf.common.util.EList |
ResourceManagerImpl.queryCrossReferences(org.eclipse.emf.ecore.EObject object,
CDOResource resource)
|
java.util.Set |
ResourceManagerImpl.queryExtent(org.eclipse.emf.ecore.EClass context,
boolean exactMatch,
CDOResource resource)
|
java.util.Set |
ResourceManagerImpl.queryExtent(org.eclipse.emf.ecore.EClass context,
CDOResource resource)
|
void |
ResourceManagerImpl.registerResource(CDOResource resource)
|
void |
ResourceManagerImpl.registerResourcePath(CDOResource cdoResource,
java.lang.String path)
|
Uses of CDOResource in org.eclipse.emf.cdo.client.ocl |
---|
Fields in org.eclipse.emf.cdo.client.ocl declared as CDOResource | |
---|---|
protected CDOResource |
ResourceExtentMap.resource
|
Constructors in org.eclipse.emf.cdo.client.ocl with parameters of type CDOResource | |
---|---|
ResourceExtentMap(CDOResource resource)
|
|
ResourceExtentMap(java.util.Map delegate,
CDOResource resource)
|
Uses of CDOResource in org.eclipse.emf.cdo.client.protocol |
---|
Methods in org.eclipse.emf.cdo.client.protocol that return CDOResource | |
---|---|
protected CDOResource |
AbstractCDOClientRequest.getResource(int rid)
|
protected CDOResource |
AbstractCDOClientRequest.getResource(long oid)
|
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |