Uses of Interface
org.eclipse.emf.cdo.session.CDOSession
Packages that use CDOSession
Package
Description
Interfaces for working with
repositories
.Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
Server integration of the CDO Lifecycle Management.
The generated EMF utilities of the CDO Lifecycle Management model.
Client concepts for dealing with Net4j-based sessions to remote repositories.
Concepts and default implementations for the CDO security user interface.
Server concepts for dealing with repositories and stores.
Client concepts for dealing with sessions to CDO repositories.
Client concepts for the communication and collaboration with other sessions.
Client concepts for dealing with transactions, distributed transactions and their save points.
Reusable UI components specific to the CDO Model Repository.
Classes that help to open EMF Compare user interfaces on CDO models.
A library with reusable widgets.
Client utility classes, some common interfaces and exceptions.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDOSession in org.eclipse.emf.cdo.explorer.repositories
Methods in org.eclipse.emf.cdo.explorer.repositories that return CDOSessionMethods in org.eclipse.emf.cdo.explorer.repositories with parameters of type CDOSession -
Uses of CDOSession in org.eclipse.emf.cdo.lm.client
Methods in org.eclipse.emf.cdo.lm.client with parameters of type CDOSessionModifier and TypeMethodDescriptionISystemDescriptor.createModuleResourceSet
(CDOSession moduleSession, CDOBranchPoint branchPoint) ISystemDescriptor.createModuleResourceSet
(CDOSession moduleSession, CDOBranchPoint branchPoint, boolean readOnly) Method parameters in org.eclipse.emf.cdo.lm.client with type arguments of type CDOSessionModifier and TypeMethodDescriptionboolean
ISystemDescriptor.withModuleSession
(String moduleName, Consumer<CDOSession> consumer) boolean
ISystemDescriptor.withModuleSession
(CDORepository moduleRepository, Consumer<CDOSession> consumer) -
Uses of CDOSession in org.eclipse.emf.cdo.lm.server
Methods in org.eclipse.emf.cdo.lm.server that return CDOSessionModifier and TypeMethodDescriptionfinal CDOSession
AbstractLifecycleManager.getModuleSession
(String moduleName) Methods in org.eclipse.emf.cdo.lm.server with parameters of type CDOSessionModifier and TypeMethodDescriptionAbstractLifecycleManager.initSystemRepository
(CDOSession session) Deprecated.protected void
AbstractLifecycleManager.initSystemRepository
(CDOSession session, BiConsumer<String, String> moduleInfoComsumer) -
Uses of CDOSession in org.eclipse.emf.cdo.lm.util
Methods in org.eclipse.emf.cdo.lm.util that return CDOSessionMethods in org.eclipse.emf.cdo.lm.util with parameters of type CDOSessionModifier and TypeMethodDescriptionlong
CoreDeliveryMerger.mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) long
LMMerger.mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) Merges the changes from the given source branch point into the given target branch and returns the time stamp of the resulting commit into the merge target branch, orCDOBranchPoint.INVALID_DATE
if no commit has happened.default long
LMMerger2.mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) Deprecated.As of 1.2 implementLMMerger2.mergeDelivery(LMMergeInfos)
.protected CDOTransaction
CoreDeliveryMerger.openTransaction
(CDOSession session, CDOBranch branch) void
LMMerger2.LMMergeInfos.setSession
(CDOSession session) -
Uses of CDOSession in org.eclipse.emf.cdo.net4j
Subinterfaces of CDOSession in org.eclipse.emf.cdo.net4jModifier and TypeInterfaceDescriptioninterface
A Net4j-specific CDOsession
.interface
Deprecated.UseCDONet4jSession
. -
Uses of CDOSession in org.eclipse.emf.cdo.security.ui
Methods in org.eclipse.emf.cdo.security.ui with parameters of type CDOSessionModifier and TypeMethodDescriptionISecurityManagementContext.connect
(CDOSession session) Obtains a view in which to open the security resource for editing.ISecurityManagementContext.Default.connect
(CDOSession session) -
Uses of CDOSession in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDOSessionMethods in org.eclipse.emf.cdo.server with parameters of type CDOSessionModifier and TypeMethodDescriptionstatic void
CDOServerUtil.execute
(CDOSession context, Consumer<ISession> consumer) static IRepository
CDOServerUtil.getRepository
(CDOSession session) static ISession
CDOServerUtil.getServerSession
(CDOSession session) -
Uses of CDOSession in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDOSessionModifier and TypeMethodDescriptionCDOSession.Options.getContainer()
Returns thesession
of this options object.CDOSessionConfiguration.SessionOpenedEvent.getOpenedSession()
CDOCollectionLoadingPolicy.getSession()
CDORepositoryInfo.getSession()
Returns the session.CDOSessionProvider.getSession()
CDOSessionRegistry.getSession
(int id) CDOSessionRegistry.Registration.getSession()
Returns theCDOSession
of this registration.CDOUserInfoManager.getSession()
CDOSessionRegistry.getSessions()
Returns all registeredsessions
.CDOSessionEvent.getSource()
CDOSessionConfiguration.openSession()
Opens the session for this configuration.Methods in org.eclipse.emf.cdo.session with parameters of type CDOSessionModifier and TypeMethodDescriptionint
CDOSessionRegistry.getID
(CDOSession session) void
CDORetryExceptionHandler.handleException
(CDOSession session, int attempt, Exception exception) void
CDOSession.ExceptionHandler.handleException
(CDOSession session, int attempt, Exception exception) void
CDOCollectionLoadingPolicy.setSession
(CDOSession session) -
Uses of CDOSession in org.eclipse.emf.cdo.session.remote
Methods in org.eclipse.emf.cdo.session.remote that return CDOSessionModifier and TypeMethodDescriptionCDORemoteSessionManager.getLocalSession()
Returns thelocal session
this CDORemoteSessionManager belongs to. -
Uses of CDOSession in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return CDOSession -
Uses of CDOSession in org.eclipse.emf.cdo.ui
Methods in org.eclipse.emf.cdo.ui that return CDOSessionModifier and TypeMethodDescriptionfinal CDOSession
Authorizer.getSession()
CDOTopicProvider.Topic.getSession()
Methods in org.eclipse.emf.cdo.ui with parameters of type CDOSessionModifier and TypeMethodDescriptionprotected Dialog
CDOInteractiveExceptionHandler.createDialog
(CDOSession session, int attempt, Exception exception) boolean
CDOItemProvider.fillGenerated
(MenuManager manager, CDOSession session) void
CDOItemProvider.fillSession
(IMenuManager manager, CDOSession session) void
CDOInteractiveExceptionHandler.handleException
(CDOSession session, int attempt, Exception exception) Constructors in org.eclipse.emf.cdo.ui with parameters of type CDOSessionModifierConstructorDescriptionAbstractAuthorizingDialog
(Shell parentShell, CDOSession session) Authorizer
(Authorizer.AuthorizerContext<E> context, CDOSession session) ExceptionDialog
(Shell parentShell, CDOSession session, int attempt, Exception exception) -
Uses of CDOSession in org.eclipse.emf.cdo.ui.compare
Methods in org.eclipse.emf.cdo.ui.compare with parameters of type CDOSessionModifier and TypeMethodDescriptionstatic boolean
CDOCompareEditorUtil.openDialog
(CDOSession session, CDOBranchPoint leftPoint, CDOBranchPoint rightPoint) -
Uses of CDOSession in org.eclipse.emf.cdo.ui.widgets
Methods in org.eclipse.emf.cdo.ui.widgets that return CDOSessionModifier and TypeMethodDescriptionfinal CDOSession
CommitHistoryComposite.Input.getSession()
ComposeBranchPointComposite.getSession()
Deprecated.As of 4.4 no longer supported.SelectBranchComposite.getSession()
Deprecated.Methods in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOSessionModifier and TypeMethodDescriptionprotected CDOCommitHistory
CommitHistoryComposite.createHistory
(CDOSession session, CDOBranch branch, CDOObject object) protected SelectBranchComposite
ComposeBranchPointComposite.createSelectBranchComposite
(CDOSession session, CDOBranch branch) Deprecated.As of 4.4 useComposeBranchPointComposite.createBranchViewer()
.Constructors in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOSessionModifierConstructorDescriptionComposeBranchPointComposite
(Composite parent, int style, CDOSession session, CDOBranchPoint branchPoint, boolean allowTimeStamp) Deprecated.Input
(CDOSession session, CDOBranch branch, CDOObject object) SelectBranchComposite
(Composite parent, int style, CDOSession session, CDOBranch branch) Deprecated.SelectBranchComposite
(Composite parent, int style, CDOSession session, CDOBranch branch, boolean withHistory) Deprecated. -
Uses of CDOSession in org.eclipse.emf.cdo.util
Methods in org.eclipse.emf.cdo.util that return CDOSessionMethods in org.eclipse.emf.cdo.util with parameters of type CDOSessionModifier and TypeMethodDescriptionstatic URI
CDOURIUtil.createResourceURI
(CDOSession session, String path) Deprecated.This method is subject to removal in a future release.static boolean
CDOUtil.isSessionDirty
(CDOSession session) -
Uses of CDOSession in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that return CDOSessionModifier and TypeMethodDescriptionCDOView.getSession()
Returns thesession
this view was opened by. -
Uses of CDOSession in org.eclipse.emf.spi.cdo
Subinterfaces of CDOSession in org.eclipse.emf.spi.cdoModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.spi.cdo that return CDOSessionConstructors in org.eclipse.emf.spi.cdo with parameters of type CDOSessionModifierConstructorDescriptionDeprecated.
AbstractLifecycleManager.initSystemRepository(CDOSession, BiConsumer)
.