Uses of Enum Class
org.eclipse.emf.cdo.common.id.CDOID.ObjectType
Packages that use CDOID.ObjectType
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with object and revision IDs.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Common service provider interfaces and useful base implementations for dealing with object and revision IDs.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of CDOID.ObjectType in org.eclipse.emf.cdo.common
Methods in org.eclipse.emf.cdo.common that return types with arguments of type CDOID.ObjectTypeModifier and TypeMethodDescriptionCDOCommonRepository.getObjectIDTypes()
Returns the type of CDOIDs created by the store of this repository. -
Uses of CDOID.ObjectType in org.eclipse.emf.cdo.common.id
Methods in org.eclipse.emf.cdo.common.id that return CDOID.ObjectTypeModifier and TypeMethodDescriptionstatic CDOID.ObjectType
Returns the enum constant of this class with the specified name.static CDOID.ObjectType[]
CDOID.ObjectType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.common.id with parameters of type CDOID.ObjectTypeModifier and TypeMethodDescriptionstatic AbstractCDOID
CDOIDUtil.createCDOIDObject
(CDOID.ObjectType subType) Deprecated.As of 4.2 no longer supported. -
Uses of CDOID.ObjectType in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return types with arguments of type CDOID.ObjectType -
Uses of CDOID.ObjectType in org.eclipse.emf.cdo.server.db
Methods in org.eclipse.emf.cdo.server.db that return types with arguments of type CDOID.ObjectType -
Uses of CDOID.ObjectType in org.eclipse.emf.cdo.spi.common.id
Methods in org.eclipse.emf.cdo.spi.common.id that return CDOID.ObjectType -
Uses of CDOID.ObjectType in org.eclipse.emf.cdo.spi.server
Fields in org.eclipse.emf.cdo.spi.server with type parameters of type CDOID.ObjectTypeMethods in org.eclipse.emf.cdo.spi.server that return types with arguments of type CDOID.ObjectTypeMethod parameters in org.eclipse.emf.cdo.spi.server with type arguments of type CDOID.ObjectTypeModifier and TypeMethodDescriptionprotected void
Store.setObjectIDTypes
(Set<CDOID.ObjectType> objectIDTypes) Constructor parameters in org.eclipse.emf.cdo.spi.server with type arguments of type CDOID.ObjectTypeModifierConstructorDescriptionStore
(String type, Set<CDOID.ObjectType> objectIDTypes, Set<IStore.ChangeFormat> supportedChangeFormats, Set<IStore.RevisionTemporality> supportedRevisionTemporalities, Set<IStore.RevisionParallelism> supportedRevisionParallelisms) -
Uses of CDOID.ObjectType in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOID.ObjectTypeConstructor parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOID.ObjectTypeModifierConstructorDescriptionOpenSessionResult
(int sessionID, String userID, String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, String storeType, Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation) Deprecated.As of 4.4 useOpenSessionResult(CDODataInput, int)
.