public interface CDOCommitContext extends CDOBranchProvider
Modifier and Type | Method and Description |
---|---|
CDOBranch |
getBranch() |
java.lang.String |
getCommitComment() |
CDOCommitData |
getCommitData() |
CDOBranchPoint |
getCommitMergeSource() |
java.util.Map<CDOID,CDOObject> |
getDetachedObjects()
Returns a map of the detached
objects that are to be committed with this commit context. |
java.util.Map<CDOID,CDOObject> |
getDirtyObjects()
Returns a map of the dirty
objects that are to be committed with this commit context. |
java.util.Collection<CDOID> |
getIDsToUnlock() |
java.util.Collection<CDOLob<?>> |
getLobs() |
java.util.Collection<CDOLockState> |
getLocksOnNewObjects() |
java.util.Map<CDOID,CDOObject> |
getNewObjects()
Returns a map of the new
objects that are to be committed with this commit context. |
java.util.List<CDOPackageUnit> |
getNewPackageUnits()
Returns a list of the new
package units that are to be committed with this commit context. |
java.util.Map<CDOID,CDORevisionDelta> |
getRevisionDeltas()
Returns a map of the
revision deltas that are to be committed with this commit context. |
CDOTransaction |
getTransaction()
Returns the
transaction associated with this commit context. |
java.lang.String |
getUserID() |
int |
getViewID() |
boolean |
isAutoReleaseLocks()
Deprecated.
As of 4.5 no longer supported. See
getIDsToUnlock() . |
boolean |
isPartialCommit() |
java.lang.String getUserID()
int getViewID()
CDOBranch getBranch()
getBranch
in interface CDOBranchProvider
CDOTransaction getTransaction()
transaction
associated with this commit context.boolean isPartialCommit()
CDOCommitData getCommitData()
java.lang.String getCommitComment()
CDOBranchPoint getCommitMergeSource()
java.util.List<CDOPackageUnit> getNewPackageUnits()
package units
that are to be committed with this commit context.java.util.Map<CDOID,CDOObject> getNewObjects()
objects
that are to be committed with this commit context.java.util.Map<CDOID,CDOObject> getDirtyObjects()
objects
that are to be committed with this commit context.java.util.Map<CDOID,CDOObject> getDetachedObjects()
objects
that are to be committed with this commit context.java.util.Map<CDOID,CDORevisionDelta> getRevisionDeltas()
revision deltas
that are to be committed with this commit context.java.util.Collection<CDOLob<?>> getLobs()
@Deprecated boolean isAutoReleaseLocks()
getIDsToUnlock()
.java.util.Collection<CDOLockState> getLocksOnNewObjects()
java.util.Collection<CDOID> getIDsToUnlock()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html