Using Commands to interact with DOORS

A command is a small and direct interaction between the Java program and the DOORS client. When executed, the modification made by the command occurs on the DOORS database itself, not on the DOORS EMF model loaded in memory.

Refer to the Javadoc of commands for more details on updating DOORS data through commands.

Related reference
API Reference