Uses of Interface
org.eclipse.emf.cdo.common.id.CDOWithID

Packages that use CDOWithID
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.cdo.eresource The generated EMF API of the CDO repository file system. 
org.eclipse.emf.cdo.eresource.impl The generated EMF implementation of the CDO repository file system. 
org.eclipse.emf.cdo.etypes The generated EMF API of the CDO system data types and native annotations. 
org.eclipse.emf.cdo.etypes.impl The generated EMF implementation of the CDO system data types and native annotations. 
org.eclipse.emf.cdo.security   
org.eclipse.emf.cdo.security.impl   
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models. 
 

Uses of CDOWithID in org.eclipse.emf.cdo
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo
 interface CDOObject
          A specialized subinterface of EObject that is exposed by all CDO objects and allows access to special CDO properties and features of those objects.
 

Uses of CDOWithID in org.eclipse.emf.cdo.eresource
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo.eresource
 interface CDOBinaryResource
          A representation of the model object 'CDO Binary Resource'.
 interface CDOFileResource<IO>
          A representation of the model object 'CDO File Resource'.
 interface CDOResource
          A representation of the model object 'CDO Resource'.
 interface CDOResourceFolder
          A representation of the model object 'CDO Resource Folder'.
 interface CDOResourceLeaf
          A representation of the model object 'CDO Resource Leaf'.
 interface CDOResourceNode
          A representation of the model object 'CDO Resource Node'.
 interface CDOTextResource
          A representation of the model object 'CDO Text Resource'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.eresource.impl
 

Classes in org.eclipse.emf.cdo.eresource.impl that implement CDOWithID
 class CDOBinaryResourceImpl
          An implementation of the model object 'CDO Binary Resource'.
 class CDOFileResourceImpl<IO>
          An implementation of the model object 'CDO File Resource'.
 class CDOResourceFolderImpl
          An implementation of the model object 'CDO Resource Folder'.
 class CDOResourceImpl
          An implementation of the model object 'CDO Resource'.
 class CDOResourceLeafImpl
          An implementation of the model object 'CDO Resource Leaf'.
 class CDOResourceNodeImpl
          An implementation of the model object 'CDO Resource Node'.
 class CDOTextResourceImpl
          An implementation of the model object 'CDO Text Resource'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.etypes
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo.etypes
 interface Annotation
          A representation of the model object 'Annotation'.
 interface ModelElement
          A representation of the model object 'Model Element'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.etypes.impl
 

Classes in org.eclipse.emf.cdo.etypes.impl that implement CDOWithID
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class ModelElementImpl
          An implementation of the model object 'Model Element'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.security
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo.security
 interface Assignee
          A representation of the model object 'Assignee'
 interface Check
          A representation of the model object 'Check'
 interface ClassCheck
          A representation of the model object 'Class Check'
 interface Directory
          A representation of the model object 'Container'
 interface Group
          A representation of the model object 'Group'
 interface PackageCheck
          A representation of the model object 'Package Check'
 interface Realm
          A representation of the model object 'Realm'
 interface ResourceCheck
          A representation of the model object 'Resource Check'
 interface Role
          A representation of the model object 'Role'
 interface SecurityElement
          A representation of the model object 'Element'
 interface SecurityItem
          A representation of the model object 'Item'
 interface User
          A representation of the model object 'User'
 interface UserPassword
          A representation of the model object 'User Password'
 

Uses of CDOWithID in org.eclipse.emf.cdo.security.impl
 

Classes in org.eclipse.emf.cdo.security.impl that implement CDOWithID
 class AssigneeImpl
          An implementation of the model object 'Assignee'
 class CheckImpl
          An implementation of the model object 'Check'
 class ClassCheckImpl
          An implementation of the model object 'Class Check'
 class DirectoryImpl
          An implementation of the model object 'Container'
 class GroupImpl
          An implementation of the model object 'Group'
 class PackageCheckImpl
          An implementation of the model object 'Package Check'
 class RealmImpl
          An implementation of the model object 'Realm'
 class ResourceCheckImpl
          An implementation of the model object 'Resource Check'
 class RoleImpl
          An implementation of the model object 'Role'
 class SecurityElementImpl
          An implementation of the model object 'Element'
 class SecurityItemImpl
          An implementation of the model object 'Item'
 class UserImpl
          An implementation of the model object 'User'
 class UserPasswordImpl
          An implementation of the model object 'User Password'
 

Uses of CDOWithID in org.eclipse.emf.cdo.view
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo.view
 interface CDOStaleObject
          A marker interface for stale objects as produced by CDOStaleReferencePolicy.PROXY.
 

Uses of CDOWithID in org.eclipse.emf.internal.cdo
 

Classes in org.eclipse.emf.internal.cdo that implement CDOWithID
 class CDOObjectImpl
          The base class of all native objects.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.