Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchProvider
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with branches.
Common concepts for dealing with commits and change sets.
Common concepts for dealing with durable locks and views.
Common concepts for dealing with revisions and revision lists.
Common concepts for dealing with revision deltas and feature deltas.
Server concepts for dealing with repositories and stores.
Client concepts for dealing with sessions to CDO repositories.
Common service provider interfaces and useful base implementations for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common service provider interfaces and useful base implementations for dealing with object locks.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
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 CDOBranchProvider in org.eclipse.emf.cdo
-
Uses of CDOBranchProvider in org.eclipse.emf.cdo.common
Modifier and TypeInterfaceDescriptioninterface
Abstracts the information about CDO transactions that is common to both client and server side.interface
Abstracts the information about CDO views that is common to both client and server side. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.common.branch
Modifier and TypeInterfaceDescriptioninterface
Represents a stream of changes that is isolated from other streams of changes.static interface
Anevent
fired from abranch
when it gets deleted.interface
interface
Deprecated.interface
Apoint in time
in a particularbranch
.interface
A persistent, namedbranch point
.interface
-
Uses of CDOBranchProvider in org.eclipse.emf.cdo.common.commit
Modifier and TypeInterfaceDescriptioninterface
A cache for thecommit infos
of a branch or of an entire repository.static interface
A virtualhistory
element that can be returned fromIContainer.getElements()
ifCDOCommitHistory.isAppendingTriggerLoadElement()
istrue
to indicate that the history is notfully
loaded, yet.interface
Commit data
in the context of acommit info manager
with additional commit informations. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.common.lock
Modifier and TypeInterfaceDescriptioninterface
Represents a change in the lock state of a set of objects.interface
interface
A client-side representation of all the locks on a single CDOObject.static interface
Encapsulates the persistable information about a single durable CDO view likebranch point
and acquired locks. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.common.revision
Modifier and TypeInterfaceDescriptioninterface
interface
An entity that has a defined lifetime (creation plus revision) and a version in abranch
.interface
static interface
Anevent
fired from arevision cache
forrevisions
that are evicted because they are no longer strongly referenced when free memory runs low.interface
-
Uses of CDOBranchProvider in org.eclipse.emf.cdo.common.revision.delta
Modifier and TypeInterfaceDescriptioninterface
Represents the change delta between tworevisions
of a CDO object. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.server
Modifier and TypeInterfaceDescriptioninterface
Represents the execution state of aquery
in the server towards aquery handler
.static interface
Represents the query execution state of aresources query
.static interface
Represents the query execution state of aresources query
that is supposed to deliver one exact resource, ornull
.static interface
Represents the query execution state of aXRefs query
.interface
The server-side representation of a clienttransaction
.interface
The server-side representation of a clientview
. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.session
Modifier and TypeInterfaceDescriptioninterface
Asession event
fired when passive updates (commit notifications) are being received from a remote repository.interface
Asession event
fired when lock-change notifications are received from a remote repository. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.spi.common.lock
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
class
If the meaning of this type isn't clear, there really should be more of a description here...class
A synthetic revision that represents the initial period of an object in abranch
when the object is still associated with a revision from one of the baseline branches. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
Deprecated. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.transaction
Modifier and TypeInterfaceDescriptioninterface
Provides a context for commit operations.interface
A read-write view to the current (i.e.Modifier and TypeClassDescriptionclass
Atransaction
that persists changes to the object graph locally on commit and can later load these changes and push them to therepository
. -
Uses of CDOBranchProvider in org.eclipse.emf.cdo.view
Modifier and TypeInterfaceDescriptioninterface
interface
Aview event
fired whenlock changes
are being received from a remote repository. -
Uses of CDOBranchProvider in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
Provides a context for a commit operation.interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionstatic final class
If the meaning of this type isn't clear, there really should be more of a description here...
CDOBranchChangedEvent
.