Uses of Interface
org.eclipse.emf.spi.cdo.InternalCDOSession
Packages that use InternalCDOSession
Package
Description
Server service provider interfaces and useful base implementations.
Server provider interfaces (SPI) for CDO
workspaces
.Reusable UI components specific to the CDO Model Repository.
Client service provider interfaces and useful base implementations.
-
Uses of InternalCDOSession in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return InternalCDOSession -
Uses of InternalCDOSession in org.eclipse.emf.cdo.spi.workspace
Methods in org.eclipse.emf.cdo.spi.workspace that return InternalCDOSession -
Uses of InternalCDOSession in org.eclipse.emf.cdo.ui
Methods in org.eclipse.emf.cdo.ui with parameters of type InternalCDOSessionModifier and TypeMethodDescriptionprotected Object
CDOInteractiveExceptionHandler.processSession
(org.eclipse.net4j.util.container.IManagedContainer container, String productGroup, String factoryType, String description, InternalCDOSession session) -
Uses of InternalCDOSession in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return InternalCDOSessionModifier and TypeMethodDescriptionInternalCDOSessionConfiguration.createSession()
InternalCDORemoteSessionManager.getLocalSession()
CDOLockStateCache.getSession()
InternalCDOSessionConfiguration.getSession()
InternalCDOView.getSession()
Methods in org.eclipse.emf.spi.cdo with parameters of type InternalCDOSessionModifier and TypeMethodDescriptionvoid
InternalCDORemoteSessionManager.setLocalSession
(InternalCDOSession localSession) void
InternalCDOView.setSession
(InternalCDOSession session) CDOPermissionUpdater.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions) CDOPermissionUpdater2.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions, CDOCommitInfo commitInfo) CDOPermissionUpdater3.updatePermissions
(InternalCDOSession session, Map<CDOBranchPoint, Set<InternalCDORevision>> revisions, CDOCommitInfo commitInfo) default Map<CDORevision,
CDOPermission> CDOPermissionUpdater3.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions) Deprecated.
CDOPermissionUpdater3.updatePermissions(InternalCDOSession, Map, CDOCommitInfo)
.