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 The generated EMF API of the CDO security model. 
org.eclipse.emf.cdo.security.impl The generated EMF implementation of the CDO security model. 
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. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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 ClassPermission
          A representation of the model object 'Class Permissionermission'
 interface Directory
          A representation of the model object 'Container'.
 interface Group
          A representation of the model object 'Group'.
 interface PackagePermission
          A representation of the model object 'Package Permission'
 interface Permission
          A representation of the model object 'Permission'
 interface Realm
          A representation of the model object 'Realm'.
 interface ResourcePermission
          A representation of the model object 'Resource Permission'
 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 ClassPermissionImpl
          An implementation of the model object 'Class Permission'
 class DirectoryImpl
          An implementation of the model object 'Container'
 class GroupImpl
          An implementation of the model object 'Group'
 class PackagePermissionImpl
          An implementation of the model object 'Package Permission'
 class PermissionImpl
          An implementation of the model object 'Permission'
 class RealmImpl
          An implementation of the model object 'Realm'
 class ResourcePermissionImpl
          An implementation of the model object 'Resource Permission'
 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.
 

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

Subinterfaces of CDOWithID in org.eclipse.emf.spi.cdo
 interface InternalCDOObject
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalCDOResource
          Internal protocol for the CDOResource.
 



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