Interface IBmTransactionEx


  • public interface IBmTransactionEx
    Experimental transaction interface. Must no be used as it is not guaranteed whether it will be supported in future versions.
    • Method Detail

      • getTopObjectIdByFqn

        long getTopObjectIdByFqn​(String fqn)
        Gets top-level object ID by FQN.
        Parameters:
        fqn - The FQN to get ID by. May not be null
        Returns:
        the ID of -1L if there is no object with the specified FQN.