Package com._1c.g5.v8.dt.cmi
Interface ICommandInterfaceAccessor
-
public interface ICommandInterfaceAccessor
Component that provides access to the command interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandInterfaceRoot
getRoot(IBmEngine engine)
Gets the command interface root.CommandInterfaceRoot
getRoot(IBmTransaction transaction)
Gets the command interface root.
-
-
-
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.
-
-