Uses of Enum Class
org.eclipse.emf.cdo.common.CDOCommonRepository.Type
Packages that use CDOCommonRepository.Type
Package
Description
Common concepts that are differently extended in clients and servers.
Common utility classes, some common interfaces and exceptions.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of CDOCommonRepository.Type in org.eclipse.emf.cdo.common
Methods in org.eclipse.emf.cdo.common that return CDOCommonRepository.TypeModifier and TypeMethodDescriptionCDOCommonRepository.TypeChangedEvent.getNewType()
CDOCommonRepository.TypeChangedEvent.getOldType()
CDOCommonRepository.getType()
Returns the type of this repository.static CDOCommonRepository.Type
Returns the enum constant of this class with the specified name.static CDOCommonRepository.Type[]
CDOCommonRepository.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOCommonRepository.Type in org.eclipse.emf.cdo.common.util
Methods in org.eclipse.emf.cdo.common.util that return CDOCommonRepository.TypeModifier and TypeMethodDescriptionRepositoryTypeChangedEvent.getNewType()
RepositoryTypeChangedEvent.getOldType()
Constructors in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonRepository.TypeModifierConstructorDescriptionRepositoryTypeChangedEvent
(org.eclipse.net4j.util.event.INotifier source, CDOCommonRepository.Type oldType, CDOCommonRepository.Type newType) -
Uses of CDOCommonRepository.Type in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOCommonRepository.TypeModifier and TypeMethodDescriptionvoid
InternalSession.sendRepositoryTypeNotification
(CDOCommonRepository.Type oldType, CDOCommonRepository.Type newType) void
InternalSessionManager.sendRepositoryTypeNotification
(CDOCommonRepository.Type oldType, CDOCommonRepository.Type newType) void
ISessionProtocol.sendRepositoryTypeNotification
(CDOCommonRepository.Type oldType, CDOCommonRepository.Type newType) void
InternalRepository.setType
(CDOCommonRepository.Type type) -
Uses of CDOCommonRepository.Type in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return CDOCommonRepository.TypeModifier and TypeMethodDescriptionCDOSessionProtocol.OpenSessionResult.getRepositoryType()
Deprecated.CDOSessionProtocol.OpenSessionResult.getType()
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOCommonRepository.TypeModifier and TypeMethodDescriptionvoid
InternalCDOSession.handleRepositoryTypeChanged
(CDOCommonRepository.Type oldType, CDOCommonRepository.Type newType) Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOCommonRepository.TypeModifierConstructorDescriptionOpenSessionResult
(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)
.
CDOSessionProtocol.OpenSessionResult.getType()
.