Uses of Interface
org.eclipse.emf.spi.cdo.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
-
Uses of InternalCDOSession in org.eclipse.emf.cdo.spi.workspace
-
Uses of InternalCDOSession in org.eclipse.emf.cdo.ui
Modifier 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
Modifier and TypeMethodDescriptionInternalCDOSessionConfiguration.createSession()
InternalCDORemoteSessionManager.getLocalSession()
CDOLockStateCache.getSession()
InternalCDOSessionConfiguration.getSession()
InternalCDOView.getSession()
Modifier 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)
.