Uses of Enum Class
org.eclipse.emf.cdo.common.branch.CDOBranchChangedEvent.ChangeKind
Package
Description
Common concepts for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with branches.
Server service provider interfaces and useful base implementations.
-
Uses of CDOBranchChangedEvent.ChangeKind in org.eclipse.emf.cdo.common.branch
Modifier and TypeMethodDescriptionCDOBranchChangedEvent.getChangeKind()
Returns the enum constant of this class with the specified name.static CDOBranchChangedEvent.ChangeKind[]
CDOBranchChangedEvent.ChangeKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOBranchChangedEvent.ChangeKind in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeMethodDescriptionvoid
InternalCDOBranchManager.handleBranchChanged
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.void
InternalCDOBranchManager.handleBranchChanged
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind, int... branchIDs) -
Uses of CDOBranchChangedEvent.ChangeKind in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalSession.sendBranchNotification
(CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
InternalSession.sendBranchNotification
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.As of 4.15 useInternalSession.sendBranchNotification(ChangeKind, CDOBranch...)
.void
InternalSessionManager.sendBranchNotification
(InternalSession sender, CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
InternalSessionManager.sendBranchNotification
(InternalSession sender, InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.void
ISessionProtocol.sendBranchNotification
(CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
ISessionProtocol.sendBranchNotification
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.
InternalCDOBranchManager.handleBranchChanged(InternalCDOBranch, ChangeKind, int...)
.