Verwendungen von Schnittstelle
org.eclipse.emf.cdo.common.branch.CDOBranchPoint
Packages, die CDOBranchPoint verwenden
Package
Beschreibung
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 protocols and CDO-specific I/O.
Common concepts for dealing with revisions and revision lists.
Common concepts for dealing with permissions and protectable entities.
Interfaces for working with
checkouts.Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
The generated EMF implementation of the CDO Lifecycle Management Security model.
The generated EMF utilities of the CDO Lifecycle Management model.
The generated EMF API of the CDO security model.
The generated EMF implementation of the CDO security model.
The generated EMF utilities of the CDO security model.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
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 base implementations for dealing with I/O of CDO data structures.
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.
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.
-
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.commonModifizierer und TypSchnittstelleBeschreibunginterfaceAbstracts the information about CDO transactions that is common to both client and server side.interfaceAbstracts the information about CDO views that is common to both client and server side. -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common.branch
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.common.branchModifizierer und TypSchnittstelleBeschreibunginterfaceRepresents a stream of changes that is isolated from other streams of changes.interfaceA persistent, namedbranch point.Methoden in org.eclipse.emf.cdo.common.branch, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungCDOBranch.getBase()Returns the immutable base branch point of this branch, the point in the parent branch that marks the creation of this branch.CDOBranchCreationContext.getBase()CDOBranch.getBasePath()Returns an array of thebasebranch points starting from the base of themain branchdown to and including the base of this branch.CDOBranchPointRange.getEndPoint()Returns the end point of this branch point range, nevernull.CDOBranch.getHead()Returns the floating end point of this branch, a pair of this branch and the fixed special time stampunspecified.CDOBranchTag.TagMovedEvent.getNewBranchPoint()CDOBranchTag.TagMovedEvent.getOldBranchPoint()CDOBranch.getPoint(long timeStamp) Returns the branch point in this branch with the given time stamp.CDOBranchPointRange.getStartPoint()Returns the start point of this branch point range, nevernull.CDOBranchPointRef.resolve(CDOBranchManager branchManager) Methoden in org.eclipse.emf.cdo.common.branch mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungCDOBranchManager.createTag(String name, CDOBranchPoint branchPoint) voidCDOBranchTag.move(CDOBranchPoint branchPoint) Konstruktoren in org.eclipse.emf.cdo.common.branch mit Parametern vom Typ CDOBranchPoint -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common.commit
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.common.commitModifizierer und TypSchnittstelleBeschreibungstatic interfaceA virtualhistoryelement that can be returned fromIContainer.getElements()ifCDOCommitHistory.isAppendingTriggerLoadElement()istrueto indicate that the history is notfullyloaded, yet.interfaceCommit datain the context of acommit info managerwith additional commit informations.Methoden in org.eclipse.emf.cdo.common.commit, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungCDOChangeSet.getAncestorPoint()CDOCommitInfo.getMergeSource() -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common.lock
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.common.lockModifizierer und TypSchnittstelleBeschreibunginterfaceRepresents a change in the lock state of a set of objects.static interfaceEncapsulates the persistable information about a single durable CDO view likebranch pointand acquired locks.Methoden in org.eclipse.emf.cdo.common.lock mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungCDOLockUtil.createLockArea(String durableLockingID, String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) IDurableLockingManager.createLockArea(String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) static CDOLockChangeInfoCDOLockUtil.createLockChangeInfo(CDOBranchPoint branchPoint, CDOLockOwner lockOwner, Collection<CDOLockDelta> lockDeltas, Collection<CDOLockState> lockStates) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common.protocol
Methoden in org.eclipse.emf.cdo.common.protocol, die CDOBranchPoint zurückgebenMethoden in org.eclipse.emf.cdo.common.protocol mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungvoidCDODataOutput.writeCDOBranchPoint(CDOBranchPoint branchPoint) voidCDODataOutput.writeCDORevision(CDORevision revision, int referenceChunk, CDOBranchPoint securityContext) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common.revision
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.common.revisionModifizierer und TypSchnittstelleBeschreibunginterfaceAn entity that has a defined lifetime (creation plus revision) and a version in abranch.interfaceMethoden in org.eclipse.emf.cdo.common.revision mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungbooleanCDORevisionManager.containsRevision(CDOID id, CDOBranchPoint branchPoint) Returnstrueif therevision cachecontains arevisionwith the givenIDat the givenbranch point(branch + timestamp),falseotherwise.static CDOChangeSetCDORevisionUtil.createChangeSet(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetData data) static CDOChangeSetDataCDORevisionUtil.createChangeSetData(Set<CDOID> ids, CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDORevisionManager revisionManager) voidCDORevisionCache.forEachValidRevision(CDOBranchPoint branchPoint, boolean considerBranchBases, Consumer<CDORevision> consumer) Passes eachrevisionthat is valid at the givenbranch point(or optionally at the base ranch points) into the given consumer.CDORevisionManager.getObjectLifetime(CDOID id, CDOBranchPoint branchPoint) CDORevisionCache.getRevision(CDOID id, CDOBranchPoint branchPoint) CDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) Returns therevisionwith the givenIDat the givenbranch point(branch + timestamp), optionally demand loading it if it is not already in thecache.CDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) Returns therevisionswith the givenIDsat the givenbranch point(branch + timestamp), optionally demand loading them if they are not already in thecache.CDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, List<CDORevision> additionalRevisions) Returns therevisionswith the givenIDsat the givenbranch point(branch + timestamp), optionally demand loading them if they are not already in thecache.booleanCDORevision.isValid(CDOBranchPoint branchPoint) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.common.security
Methoden in org.eclipse.emf.cdo.common.security mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungCDOPermissionProvider.Constant.getPermission(CDORevision revision, CDOBranchPoint securityContext) CDOPermissionProvider.getPermission(CDORevision revision, CDOBranchPoint securityContext) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.explorer.checkouts
Methoden in org.eclipse.emf.cdo.explorer.checkouts, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungCDOCheckout.getBranchPoint()CDOCheckout.getBranchPoint(CDOCheckout fromCheckout) CDOCheckout.getBranchPoints()Methoden in org.eclipse.emf.cdo.explorer.checkouts mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungbooleanCDOCheckout.addBranchPoint(CDOBranchPoint branchPoint) voidCDOCheckout.setBranchPoint(CDOBranchPoint branchPoint) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.lm.client
Methoden in org.eclipse.emf.cdo.lm.client mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungISystemDescriptor.createModuleResourceSet(CDOSession moduleSession, CDOBranchPoint branchPoint) ISystemDescriptor.createModuleResourceSet(CDOSession moduleSession, CDOBranchPoint branchPoint, boolean readOnly) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.lm.security.impl
Methoden in org.eclipse.emf.cdo.lm.security.impl mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungprotected final booleanLMFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.lm.util
Methoden in org.eclipse.emf.cdo.lm.util, die CDOBranchPoint zurückgebenMethoden in org.eclipse.emf.cdo.lm.util mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibunglongCoreDeliveryMerger.mergeDelivery(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) longLMMerger.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_DATEif no commit has happened.default longLMMerger2.mergeDelivery(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) Veraltet.voidLMMerger2.LMMergeInfos.setSourceBranchPoint(CDOBranchPoint sourceBranchPoint) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.security
Methoden in org.eclipse.emf.cdo.security mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungbooleanPermission.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) booleanPermissionFilter.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.security.impl
Methoden in org.eclipse.emf.cdo.security.impl mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungprotected booleanAndFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected booleanClassFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected booleanExpressionFilterImpl.filter(CDOObject object, CDOBranchPoint securityContext) protected booleanLinkedFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected booleanNotFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected abstract booleanObjectFilterImpl.filter(CDOObject object, CDOBranchPoint securityContext) protected booleanObjectFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected booleanOrFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected booleanPackageFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected abstract booleanPermissionFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) protected booleanResourceFilterImpl.filter(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) booleanClassPermissionImpl.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) Veraltet.booleanFilterPermissionImpl.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) protected abstract booleanObjectPermissionImpl.isApplicable(CDOObject object, CDOBranchPoint securityContext) Veraltet.booleanObjectPermissionImpl.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) Veraltet.booleanPackagePermissionImpl.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) Veraltet.booleanPermissionFilterImpl.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext, int level) booleanResourcePermissionImpl.isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) Veraltet. -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.security.util
Methoden in org.eclipse.emf.cdo.security.util, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungprotected CDOBranchPointSecurityValidator.getSecurityContext(Realm realm, Map<Object, Object> context) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.server
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.serverModifizierer und TypSchnittstelleBeschreibunginterfaceRepresents the execution state of aqueryin the server towards aquery handler.static interfaceRepresents the query execution state of aresources query.static interfaceRepresents the query execution state of aresources querythat is supposed to deliver one exact resource, ornull.static interfaceRepresents the query execution state of aXRefs query.interfaceThe server-side representation of a clienttransaction.interfaceThe server-side representation of a clientview.Methoden in org.eclipse.emf.cdo.server, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungIStoreAccessor.CommitContext.getBranchPoint()Returns the branch ID and timestamp of this commit operation.IStoreAccessor.CommitContext.getCommitMergeSource()Methoden in org.eclipse.emf.cdo.server mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungabstract CDOPermissionIRepositoryProtector.RevisionAuthorizer.authorizeRevision(ISession session, IRepositoryProtector.UserInfo userInfo, CDOBranchPoint securityContext, CDORevisionProvider revisionProvider, CDORevision revision) IStoreAccessor.DurableLocking2.createLockArea(String durableLockingID, String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) IPermissionManager.getPermission(CDORevision revision, CDOBranchPoint securityContext, String userID) Veraltet.IPermissionManager.getPermission(CDORevision revision, CDOBranchPoint securityContext, ISession session) ISession.openTransaction(int viewID, CDOBranchPoint branchPoint) ISession.openTransaction(int viewID, CDOBranchPoint branchPoint, String durableLockingID) static CDOViewCDOServerUtil.openView(ISession session, CDOBranchPoint branchPoint) static CDOViewCDOServerUtil.openView(ISession session, CDOBranchPoint branchPoint, boolean legacyModeEnabled) Veraltet.As of 4.2 the legacy mode is always enabled, useCDOServerUtil.openView(ISession, CDOBranchPoint).static CDOViewCDOServerUtil.openView(ISession session, CDOBranchPoint branchPoint, boolean legacyModeEnabled, CDORevisionProvider revisionProvider) Veraltet.As of 4.2 the legacy mode is always enabled, useCDOServerUtil.openView(ISession, CDOBranchPoint, CDORevisionProvider).static CDOViewCDOServerUtil.openView(ISession session, CDOBranchPoint branchPoint, CDORevisionProvider revisionProvider) ISession.openView(int viewID, CDOBranchPoint branchPoint) ISession.openView(int viewID, CDOBranchPoint branchPoint, String durableLockingID) voidIStoreAccessor.Raw2.rawStore(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Stores the givencommitin the backend represented by thisraw store accessorwithout going through a regularcommit.IStoreAccessor.readResourceID(CDOID folderID, String name, CDOBranchPoint branchPoint) Returns theCDOIDof the resource node with the given folderID and name if a resource with this folderID and name exists in the store,nullotherwise.IStoreAccessor.readRevision(CDOID id, CDOBranchPoint branchPoint, int listChunk, CDORevisionCacheAdder cache) Reads a revision from the back-end that was valid at the given timeStamp in the given branch. -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.server.db.mapping
Methoden in org.eclipse.emf.cdo.server.db.mapping mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungIClassMapping.createResourceQueryStatement(IDBStoreAccessor accessor, CDOID folderId, String name, boolean exactMatch, CDOBranchPoint branchPoint) Create a prepared statement which returns all IDs of instances of the corresponding class.voidIClassMappingUnitSupport.readUnitRevisions(IDBStoreAccessor accessor, CDOBranchPoint branchPoint, CDOID rootID, CDORevisionHandler revisionHandler) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.session
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.sessionModifizierer und TypSchnittstelleBeschreibunginterfaceAsession eventfired when passive updates (commit notifications) are being received from a remote repository.interfaceAsession eventfired when lock-change notifications are received from a remote repository.Methoden in org.eclipse.emf.cdo.session mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungCDOSession.compareRevisions(CDOBranchPoint source, CDOBranchPoint target) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.branch
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.branchModifizierer und TypSchnittstelleBeschreibunginterfaceIf the meaning of this type isn't clear, there really should be more of a description here...Felder in org.eclipse.emf.cdo.spi.common.branch, die deklariert sind als CDOBranchPointMethoden in org.eclipse.emf.cdo.spi.common.branch, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungstatic CDOBranchPointCDOBranchUtil.adjustBranchPoint(CDOBranchPoint branchPoint, CDOBranchManager branchManager) static CDOBranchPointCDOBranchUtil.adjustTime(CDOBranchPoint branchPoint, long deltaMillis) InternalCDOBranchManager.BranchLoader4.changeTag(AtomicInteger modCount, String oldName, String newName, CDOBranchPoint branchPoint) InternalCDOBranchManager.changeTagWithModCount(AtomicInteger modCount, String oldName, String newName, CDOBranchPoint branchPoint) static CDOBranchPointCDOBranchUtil.copyBranchPoint(CDOBranchPoint source) static CDOBranchPointCDOBranchUtil.getAncestor(CDOBranchPoint point1, CDOBranchPoint point2) static CDOBranchPoint[]CDOBranchUtil.getPath(CDOBranchPoint point) static CDOBranchPointCDOBranchUtil.normalizeBranchPoint(CDOBranch branch, long timeStamp) static CDOBranchPointCDOBranchUtil.normalizeBranchPoint(CDOBranchPoint branchPoint) static CDOBranchPointCDOBranchUtil.readBranchPointOrNull(CDODataInput in) Methoden in org.eclipse.emf.cdo.spi.common.branch mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungstatic CDOBranchPointCDOBranchUtil.adjustBranchPoint(CDOBranchPoint branchPoint, CDOBranchManager branchManager) static CDOBranchPointCDOBranchUtil.adjustTime(CDOBranchPoint branchPoint, long deltaMillis) InternalCDOBranchManager.BranchLoader4.changeTag(AtomicInteger modCount, String oldName, String newName, CDOBranchPoint branchPoint) InternalCDOBranchManager.changeTagWithModCount(AtomicInteger modCount, String oldName, String newName, CDOBranchPoint branchPoint) static CDOBranchPointCDOBranchUtil.copyBranchPoint(CDOBranchPoint source) static CDOBranchPointRangeCDOBranchUtil.createRange(CDOBranchPoint startPoint, CDOBranchPoint endPoint) static voidCDOBranchUtil.forEachBranchPoint(CDOBranchPoint branchPoint, boolean considerBranchBases, Predicate<CDOBranchPoint> consumer) static CDOBranchPointCDOBranchUtil.getAncestor(CDOBranchPoint point1, CDOBranchPoint point2) static CDOBranchPoint[]CDOBranchUtil.getPath(CDOBranchPoint point) InternalCDOBranchManager.getTagChangeKind(String oldName, String newName, CDOBranchPoint branchPoint) voidInternalCDOBranchManager.handleTagChanged(int modCount, String oldName, String newName, CDOBranchPoint branchPoint) static booleanCDOBranchUtil.isContainedBy(CDOBranchPoint contained, CDOBranchPoint container) Returnstrueif the first given branch point "contained" is reachable from the second given branch point "container" by following thebranch basesupwards,falseotherwise.voidInternalCDOBranchManager.moveTag(CDOBranchTag tag, CDOBranchPoint branchPoint) static CDOBranchPointCDOBranchUtil.normalizeBranchPoint(CDOBranchPoint branchPoint) static voidCDOBranchUtil.writeBranchPointOrNull(CDODataOutput out, CDOBranchPoint point) Methodenparameter in org.eclipse.emf.cdo.spi.common.branch mit Typargumenten vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungstatic voidCDOBranchUtil.forEachBranchPoint(CDOBranchPoint branchPoint, boolean considerBranchBases, Predicate<CDOBranchPoint> consumer) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.commit
Klassen in org.eclipse.emf.cdo.spi.common.commit, die CDOBranchPoint implementierenModifizierer und TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.cdo.spi.common.commit, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungCDORevisionAvailabilityInfo.getBranchPoint()CDOChangeSetSegment.getEndPoint()Methoden in org.eclipse.emf.cdo.spi.common.commit mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungbooleanCDOChangeSetSegment.contains(CDOBranchPoint branchPoint) static booleanCDOChangeSetSegment.contains(CDOChangeSetSegment[] segments, CDOBranchPoint branchPoint) InternalCDOCommitInfoManager.createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, CDOCommitData commitData) static CDOChangeSetSegment[]CDOChangeSetSegment.createFrom(long startTime, CDOBranchPoint endPoint) static CDOChangeSetSegment[]CDOChangeSetSegment.createFrom(CDOBranchPoint startPoint, CDOBranchPoint endPoint) static voidCDOChangeSetSegment.handleSegments(long startTime, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) static voidCDOChangeSetSegment.handleSegments(CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) static voidCDOChangeSetSegment.handleSegments(CDOBranchPoint endPoint, CDOChangeSetSegment.Handler handler) voidCDORevisionAvailabilityInfo.setBranchPoint(CDOBranchPoint branchPoint) Konstruktoren in org.eclipse.emf.cdo.spi.common.commit mit Parametern vom Typ CDOBranchPointModifiziererKonstruktorBeschreibungCDORevisionAvailabilityInfo(CDOBranchPoint branchPoint) CDORevisionAvailabilityInfo(CDOBranchPoint branchPoint, CDORevisionManager revisionManager) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.lock
Klassen in org.eclipse.emf.cdo.spi.common.lock, die CDOBranchPoint implementierenModifizierer und TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here... -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.protocol
Methoden in org.eclipse.emf.cdo.spi.common.protocol, die CDOBranchPoint zurückgebenMethoden in org.eclipse.emf.cdo.spi.common.protocol mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungvoidCDODataOutputImpl.writeCDOBranchPoint(CDOBranchPoint branchPoint) voidCDODataOutputImpl.writeCDORevision(CDORevision revision, int referenceChunk, CDOBranchPoint securityContext) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.revision
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.spi.common.revisionModifizierer und TypSchnittstelleBeschreibunginterfaceIf the meaning of this type isn't clear, there really should be more of a description here...Klassen in org.eclipse.emf.cdo.spi.common.revision, die CDOBranchPoint implementierenModifizierer und TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classclassIf the meaning of this type isn't clear, there really should be more of a description here...classA synthetic revision that represents the initial period of an object in abranchwhen the object is still associated with a revision from one of the baseline branches.Felder in org.eclipse.emf.cdo.spi.common.revision, die deklariert sind als CDOBranchPointModifizierer und TypFeldBeschreibungprotected final CDOBranchPointManagedRevisionProvider.branchPointMethoden in org.eclipse.emf.cdo.spi.common.revision, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungManagedRevisionProvider.getBranchPoint()final CDOBranchPointRevisionInfo.getRequestedBranchPoint()Methoden in org.eclipse.emf.cdo.spi.common.revision mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungintStubCDORevision.compareTo(CDOBranchPoint o) booleanDelegatingCDORevisionManager.containsRevision(CDOID id, CDOBranchPoint branchPoint) DelegatingCDORevisionManager.getObjectLifetime(CDOID id, CDOBranchPoint branchPoint) DelegatingCDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) DelegatingCDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) InternalCDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) DelegatingCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) DelegatingCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates, boolean loadOnDemand, SyntheticCDORevision[] synthetics) DelegatingCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, List<CDORevision> additionalRevisions) DelegatingCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionCache.getRevisions(CDOBranchPoint branchPoint) InternalCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) booleanAbstractCDORevision.isValid(CDOBranchPoint branchPoint) booleanDelegatingCDORevision.isValid(CDOBranchPoint branchPoint) InternalCDORevisionManager.RevisionLoader2.loadObjectLifetime(CDOID id, CDOBranchPoint branchPoint) InternalCDORevisionManager.RevisionLoader.loadRevisions(List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth) Veraltet.InternalCDORevisionManager.RevisionLoader3.loadRevisions(List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates) voidDelegatingCDORevisionManager.prefetchRevisions(CDOID id, CDOBranchPoint branchPoint, int prefetchDepth, boolean prefetchLockStates, Consumer<CDORevision> consumer) voidInternalCDORevisionManager.prefetchRevisions(CDOID id, CDOBranchPoint branchPoint, int prefetchDepth, boolean prefetchLockStates, Consumer<CDORevision> consumer) static CDORevisionManagedRevisionProvider.provideRevision(CDORevisionManager revisionManager, CDOID id, CDOBranchPoint branchPoint) static RevisionInfoRevisionInfo.read(CDODataInput in, CDOBranchPoint requestedBranchPoint) voidBaseCDORevision.setBranchPoint(CDOBranchPoint branchPoint) voidDelegatingCDORevision.setBranchPoint(CDOBranchPoint branchPoint) voidInternalCDORevision.setBranchPoint(CDOBranchPoint branchPoint) voidStubCDORevision.setBranchPoint(CDOBranchPoint branchPoint) voidBaseCDORevision.write(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) voidDelegatingCDORevision.write(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) voidInternalCDORevision.write(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) voidStubCDORevision.write(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) voidRevisionInfo.writeResult(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) static voidRevisionInfo.writeResult(CDODataOutput out, InternalCDORevision revision, boolean writePointerTarget, int referenceChunk, CDOBranchPoint securityContext) static voidRevisionInfo.writeResult(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) Veraltet.protected voidRevisionInfo.Available.writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) protected voidRevisionInfo.writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) Konstruktoren in org.eclipse.emf.cdo.spi.common.revision mit Parametern vom Typ CDOBranchPointModifiziererKonstruktorBeschreibungprotectedAvailable(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) protectedAvailable(CDODataInput in, CDOBranchPoint requestedBranchPoint) Detached(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) ManagedRevisionProvider(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) Missing(CDOID id, CDOBranchPoint requestedBranchPoint) Normal(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Pointer(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion, CDOBranchVersion targetBranchVersion) protectedRevisionInfo(CDOID id, CDOBranchPoint requestedBranchPoint) protectedRevisionInfo(CDODataInput in, CDOBranchPoint requestedBranchPoint) WithSynthetics(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.spi.server
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.spi.serverModifizierer und TypSchnittstelleBeschreibunginterfaceIf the meaning of this type isn't clear, there really should be more of a description here...interfaceIf the meaning of this type isn't clear, there really should be more of a description here...Klassen in org.eclipse.emf.cdo.spi.server, die CDOBranchPoint implementierenModifizierer und TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here...classVeraltet.Methoden in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungvoidInternalView.changeTarget(CDOBranchPoint branchPoint, List<CDOID> invalidObjects, List<CDORevisionDelta> allChangedObjects, List<CDOID> allDetachedObjects) voidInternalSession.collectContainedRevisions(InternalCDORevision revision, CDOBranchPoint branchPoint, int referenceChunk, Set<CDOID> revisions, List<CDORevision> additionalRevisions) Store.createExactMatchContext(CDOID folderID, String name, CDOBranchPoint branchPoint) InternalRepository.getChangeSet(CDOBranchPoint startPoint, CDOBranchPoint endPoint) InternalSession.openTransaction(int viewID, CDOBranchPoint branchPoint) InternalSession.openTransaction(int viewID, CDOBranchPoint branchPoint, String durableLockingID) InternalSession.openView(int viewID, CDOBranchPoint branchPoint) InternalSession.openView(int viewID, CDOBranchPoint branchPoint, String durableLockingID) StoreAccessorBase.readResourceID(CDOID folderID, String name, CDOBranchPoint branchPoint) voidInternalSession.sendTagNotification(int modCount, String oldName, String newName, CDOBranchPoint branchPoint) voidInternalSessionManager.sendTagNotification(InternalSession sender, int modCount, String oldName, String newName, CDOBranchPoint branchPoint) voidISessionProtocol.sendTagNotification(int modCount, String oldName, String newName, CDOBranchPoint branchPoint) voidInternalView.setBranchPoint(CDOBranchPoint branchPoint) voidInternalCommitContext.setCommitMergeSource(CDOBranchPoint mergeSource) protected voidStoreAccessor.writeCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Konstruktoren in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ CDOBranchPointModifiziererKonstruktorBeschreibungDurableLockArea(String durableLockingID, String userID, CDOBranchPoint branchPoint, boolean readOnly, Map<CDOID, IDurableLockingManager.LockGrade> locks) Veraltet. -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.transaction
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.transactionModifizierer und TypSchnittstelleBeschreibunginterfaceA read-write view to the current (i.e.Klassen in org.eclipse.emf.cdo.transaction, die CDOBranchPoint implementierenModifizierer und TypKlasseBeschreibungclassAtransactionthat persists changes to the object graph locally on commit and can later load these changes and push them to therepository.Methoden in org.eclipse.emf.cdo.transaction, die CDOBranchPoint zurückgebenMethoden in org.eclipse.emf.cdo.transaction mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungstatic booleanCDOTransactionCommentator.appendBranchPoint(StringBuilder builder, CDOBranchPoint branchPoint) static booleanCDOTransactionCommentator.appendMerge(StringBuilder builder, CDOBranchPoint mergeSource) CDOPushTransaction.compareRevisions(CDOBranchPoint source) CDOPushTransaction.merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOBranchPoint targetBase, CDOMerger merger) CDOPushTransaction.merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger) CDOPushTransaction.merge(CDOBranchPoint source, CDOMerger merger) CDOTransaction.merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOBranchPoint targetBase, CDOMerger merger) Merges the changes between the given source base point and the given source point into this transaction.CDOTransaction.merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger) Merges the changes between the given source base point and the given source point into this transaction.CDOTransaction.merge(CDOBranchPoint source, CDOMerger merger) Merges the changes from the given source point into this transaction and possibly considers previous merges from thatbranchby inspecting themerge sourceinformation of thecommit history.CDOTransactionContainer.openTransaction(CDOBranchPoint target) Opens and returns a newtransactionon a new EMFresource set.CDOTransactionOpener.openTransaction(CDOBranchPoint target, ResourceSet resourceSet) Opens and returns a newtransactionon the given EMFresource set.CDOPushTransaction.revertTo(CDOBranchPoint branchPoint) CDOTransaction.revertTo(CDOBranchPoint branchPoint) booleanCDOPushTransaction.setBranchPoint(CDOBranchPoint branchPoint) booleanCDOPushTransaction.setBranchPoint(CDOBranchPoint branchPoint, IProgressMonitor monitor) static booleanCDOTransactionCommentator.setRevertComment(CDOTransaction transaction, CDOBranchPoint revertTo) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.ui
Methoden in org.eclipse.emf.cdo.ui mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungprotected voidCDOEventHandler.viewTargetChanged(CDOBranchPoint branchPoint) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.ui.compare
Methoden in org.eclipse.emf.cdo.ui.compare mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungstatic booleanCDOCompareEditorUtil.openDialog(CDOCommitInfo leftCommitInfo, CDOBranchPoint rightPoint) static booleanCDOCompareEditorUtil.openDialog(CDOSession session, CDOBranchPoint leftPoint, CDOBranchPoint rightPoint) static booleanCDOCompareEditorUtil.openDialog(CDOViewOpener viewOpener, CDOBranchPoint leftPoint, CDOBranchPoint rightPoint, CDOView[] originView) static booleanCDOCompareEditorUtil.openDialog(CDOViewOpener viewOpener, CDOTransactionOpener transactionOpener, CDOBranchPoint leftPoint, CDOBranchPoint rightPoint, CDOView[] originView) static booleanCDOCompareEditorUtil.openEditor(CDOCommitInfo leftCommitInfo, CDOBranchPoint rightPoint, boolean activate) static booleanCDOCompareEditorUtil.openEditor(CDOViewOpener viewOpener, CDOBranchPoint leftPoint, CDOBranchPoint rightPoint, CDOView[] originView, boolean activate) static booleanCDOCompareEditorUtil.openEditor(CDOViewOpener viewOpener, CDOTransactionOpener transactionOpener, CDOBranchPoint leftPoint, CDOBranchPoint rightPoint, CDOView[] originView, boolean activate) CDOCompareEditorUtil.TransactionOpenerAndEditorCloser.openTransaction(CDOBranchPoint target, ResourceSet resourceSet) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.ui.widgets
Methoden in org.eclipse.emf.cdo.ui.widgets, die CDOBranchPoint zurückgebenMethoden in org.eclipse.emf.cdo.ui.widgets mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungprotected voidComposeBranchPointComposite.branchPointChanged(CDOBranchPoint branchPoint) protected ObjectComposeBranchPointComposite.getBranchViewerInput(CDOBranchPoint branchPoint) voidComposeBranchPointComposite.setBranchPoint(CDOBranchPoint branchPoint) Konstruktoren in org.eclipse.emf.cdo.ui.widgets mit Parametern vom Typ CDOBranchPointModifiziererKonstruktorBeschreibungComposeBranchPointComposite(Composite parent, boolean allowTimeStamp, CDOBranchPoint branchPoint) ComposeBranchPointComposite(Composite parent, int style, CDOSession session, CDOBranchPoint branchPoint, boolean allowTimeStamp) Veraltet. -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.util
Methoden in org.eclipse.emf.cdo.util, die CDOBranchPoint zurückgebenMethoden in org.eclipse.emf.cdo.util mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungstatic CDOBranchCDOUtil.createBranch(CDOBranchPoint base, String name) Konstruktoren in org.eclipse.emf.cdo.util mit Parametern vom Typ CDOBranchPointModifiziererKonstruktorBeschreibungInvalidObjectException(CDOID id, CDOBranchPoint branchPoint) ObjectNotFoundException(CDOID id, CDOBranchPoint branchPoint) -
Verwendungen von CDOBranchPoint in org.eclipse.emf.cdo.view
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.cdo.viewModifizierer und TypSchnittstelleBeschreibunginterfaceinterfaceAview eventfired whenlock changesare being received from a remote repository.Methoden in org.eclipse.emf.cdo.view, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungCDOViewTargetChangedEvent.getBranchPoint()CDOViewTargetChangedEvent.getOldBranchPoint()Methoden in org.eclipse.emf.cdo.view mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungCDOView.compareRevisions(CDOBranchPoint source) CDORevisionPrefetchingPolicy.loadAhead(CDORevisionManager revisionManager, CDOBranchPoint branchPoint, EObject targetObject, EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID) CDOViewContainer.openView(CDOBranchPoint target) Opens and returns a newviewon a new EMFresource set.CDOViewOpener.openView(CDOBranchPoint target, ResourceSet resourceSet) Opens and returns a newviewon the given EMFresource set.booleanCDOView.setBranchPoint(CDOBranchPoint branchPoint) Same as callingsetBranchPoint(branchPoint.getBranch(), branchPoint.getTimeStamp()).booleanCDOView.setBranchPoint(CDOBranchPoint branchPoint, IProgressMonitor monitor) Same as callingCDOView.setBranchPoint(CDOBranchPoint)with aIProgressMonitor.protected voidCDOPrefetcherManager.viewChanged(CDOView view, CDOBranchPoint oldBranchPoint, CDOBranchPoint newBranchPoint) protected voidCDOViewSetHandler.viewChanged(CDOView view, CDOBranchPoint oldBranchPoint, CDOBranchPoint newBranchPoint) Subclasses may override. -
Verwendungen von CDOBranchPoint in org.eclipse.emf.spi.cdo
Unterschnittstellen von CDOBranchPoint in org.eclipse.emf.spi.cdoModifizierer und TypSchnittstelleBeschreibunginterfaceinterfaceIf the meaning of this type isn't clear, there really should be more of a description here...interfaceIf the meaning of this type isn't clear, there really should be more of a description here...Klassen in org.eclipse.emf.spi.cdo, die CDOBranchPoint implementierenModifizierer und TypKlasseBeschreibungstatic final classIf the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.spi.cdo, die CDOBranchPoint zurückgebenModifizierer und TypMethodeBeschreibungInternalCDOSession.MergeData.getAncestor()Veraltet.As of 4.6 useInternalCDOSession.MergeData.getTargetBase().InternalCDOTransaction.getCommitMergeSource()InternalCDOSession.getCommittedSinceLastRefresh(CDOID id) CDOSessionProtocol.MergeDataResult.getResultBase()InternalCDOSession.MergeData.getResultBase()InternalCDOSession.MergeData.getSource()InternalCDOSession.MergeData.getSourceBase()InternalCDOSession.MergeData.getTarget()InternalCDOSession.MergeData.getTargetBase()Veraltet.CDOSessionProtocol.openView(int viewID, boolean readOnly, String durableLockingID, BiConsumer<CDOID, IDurableLockingManager.LockGrade> consumer) Methoden in org.eclipse.emf.spi.cdo mit Parametern vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungInternalCDOTransaction.applyChangeSet(CDOChangeSetData changeSetData, CDORevisionProvider targetBaseProvider, CDORevisionProvider targetProvider, CDOBranchPoint source, boolean keepVersions) org.eclipse.net4j.util.collection.Pair<CDOChangeSetData, org.eclipse.net4j.util.collection.Pair<Map<CDOID, CDOID>, List<CDOID>>> InternalCDOTransaction.applyChangeSetData(CDOChangeSetData changeSetData, CDORevisionProvider targetBaseProvider, CDORevisionProvider targetProvider, CDOBranchPoint source) InternalCDOSession.createRevisionAvailabilityInfo(CDOBranchPoint branchPoint) Veraltet.As of 4.2 not used anymore.InternalCDOSession.getMergeData(CDOBranchPoint target, CDOBranchPoint source, CDOBranchPoint sourceBase, boolean computeChangeSets) InternalCDOSession.getMergeData(CDOBranchPoint target, CDOBranchPoint source, CDOBranchPoint targetBase, CDOBranchPoint sourceBase, boolean computeChangeSets) voidCDOSessionProtocol.openView(int viewID, boolean readOnly, CDOBranchPoint branchPoint) voidCDOSessionProtocol.CommitTransactionResult.setBranchPoint(CDOBranchPoint branchPoint) voidInternalCDOTransaction.setCommitMergeSource(CDOBranchPoint mergeSource) voidInternalCDOSession.setCommittedSinceLastRefresh(CDOID id, CDOBranchPoint branchPoint) voidCDOSessionProtocol.MergeDataResult.setResultBase(CDOBranchPoint resultBase) voidCDOSessionProtocol.switchTarget(int viewID, CDOBranchPoint branchPoint, List<InternalCDOObject> invalidObjects, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Methodenparameter in org.eclipse.emf.spi.cdo mit Typargumenten vom Typ CDOBranchPointModifizierer und TypMethodeBeschreibungCDOSessionProtocol.loadPermissions3(Map<CDOBranchPoint, Set<InternalCDORevision>> revisions) CDOPermissionUpdater3.updatePermissions(InternalCDOSession session, Map<CDOBranchPoint, Set<InternalCDORevision>> revisions, CDOCommitInfo commitInfo) Konstruktoren in org.eclipse.emf.spi.cdo mit Parametern vom Typ CDOBranchPointModifiziererKonstruktorBeschreibungCommitTransactionResult(CDOIDProvider idProvider, byte rollbackReason, String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, List<CDOObjectReference> xRefs, boolean clearResourcePathCache) Veraltet.As of 4.3CommitTransactionResult(CDOIDProvider idProvider, String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, List<CDOObjectReference> xRefs) Veraltet.As of 4.2CommitTransactionResult(CDOIDProvider idProvider, CDOBranchPoint branchPoint, long previousTimeStamp) Veraltet.As of 4.2CommitTransactionResult(CDOIDProvider idProvider, CDOBranchPoint branchPoint, long previousTimeStamp, boolean clearResourcePathCache) Veraltet.As of 4.3MergeData(CDOBranchPoint target, CDOBranchPoint source, CDOBranchPoint sourceBase, CDOBranchPoint targetBase, CDORevisionAvailabilityInfo targetInfo, CDORevisionAvailabilityInfo sourceInfo, CDORevisionAvailabilityInfo sourceBaseInfo, CDORevisionAvailabilityInfo targetBaseInfo, Set<CDOID> ids, CDOChangeSet targetChanges, CDOChangeSet sourceChanges) MergeData(CDOBranchPoint target, CDORevisionAvailabilityInfo targetInfo, CDOBranchPoint targetBase, CDORevisionAvailabilityInfo targetBaseInfo, Set<CDOID> targetIDs, CDOChangeSet targetChanges, CDOBranchPoint source, CDORevisionAvailabilityInfo sourceInfo, CDOBranchPoint sourceBase, CDORevisionAvailabilityInfo sourceBaseInfo, Set<CDOID> sourceIDs, CDOChangeSet sourceChanges, CDOBranchPoint resultBase)
LMMerger2.mergeDelivery(LMMergeInfos).