Interface ICommandInterfaceAccessor


  • public interface ICommandInterfaceAccessor
    Component that provides access to the command interface.
    • Method Detail

      • getRoot

        CommandInterfaceRoot getRoot​(IBmEngine engine)
        Gets the command interface root.
        Parameters:
        engine - the BM engine.
        Returns:
        the command interface root.
      • getRoot

        CommandInterfaceRoot getRoot​(IBmTransaction transaction)
        Gets the command interface root.
        Parameters:
        transaction - the BM transaction.
        Returns:
        the command interface root.