Interface CDOCommitContext

    • Method Detail

      • getUserID

        java.lang.String getUserID()
        Since:
        4.1
      • getViewID

        int getViewID()
        Since:
        4.1
      • isPartialCommit

        boolean isPartialCommit()
        Since:
        4.0
      • getCommitComment

        java.lang.String getCommitComment()
        Since:
        4.1
      • getCommitMergeSource

        CDOBranchPoint getCommitMergeSource()
        Since:
        4.6
      • getNewPackageUnits

        java.util.List<CDOPackageUnit> getNewPackageUnits()
        Returns a list of the new package units that are to be committed with this commit context.
      • getNewObjects

        java.util.Map<CDOID,​CDOObject> getNewObjects()
        Returns a map of the new objects that are to be committed with this commit context.
      • getDirtyObjects

        java.util.Map<CDOID,​CDOObject> getDirtyObjects()
        Returns a map of the dirty objects that are to be committed with this commit context.
      • getDetachedObjects

        java.util.Map<CDOID,​CDOObject> getDetachedObjects()
        Returns a map of the detached objects that are to be committed with this commit context.
      • getLobs

        java.util.Collection<CDOLob<?>> getLobs()
        Since:
        4.0
      • isAutoReleaseLocks

        @Deprecated
        boolean isAutoReleaseLocks()
        Deprecated.
        As of 4.5 no longer supported. See getIDsToUnlock().
        Since:
        4.1
      • getLocksOnNewObjects

        java.util.Collection<CDOLockState> getLocksOnNewObjects()
        Since:
        4.1
      • getIDsToUnlock

        java.util.Collection<CDOID> getIDsToUnlock()
        Since:
        4.6