Interface IBmUnfinishedCommitInfo


  • public interface IBmUnfinishedCommitInfo
    Unfinished commit info.
    • Method Detail

      • getAttachedObjectInfos

        List<IBmObjectInfo> getAttachedObjectInfos()
        Gets attached object infos.
        Returns:
        a list of attached object infos if any, otherwise null.
      • getModifiedObjectInfos

        List<IBmObjectInfo> getModifiedObjectInfos()
        Gets modified object infos.
        Returns:
        a list of modified object infos if any, otherwise null.
      • getRemovedObjectInfos

        List<IBmObjectInfo> getRemovedObjectInfos()
        Gets removed object infos.
        Returns:
        a list of removed object infos if any, otherwise null.
      • getUpdatedFqnInfos

        List<IBmUpdatedFqnInfo> getUpdatedFqnInfos()
        Gets information about the FQNs updated by this transaction.
        Returns:
        a list of the infos if any, owtherwise null.