Package com._1c.g5.v8.dt.cmi
Interface ICommandInterfaceAccessor
- All Known Implementing Classes:
CommandInterfaceAccessor
public interface ICommandInterfaceAccessor
Component that provides access to the command interface.
-
Method Summary
Modifier and TypeMethodDescriptionGets the command interface root.getRoot
(IBmTransaction transaction) Gets the command interface root.
-
Method Details
-
getRoot
Gets the command interface root.- Parameters:
engine
- the BM engine.- Returns:
- the command interface root.
-
getRoot
Gets the command interface root.- Parameters:
transaction
- the BM transaction.- Returns:
- the command interface root.
-