Command class mappings

Commands section

Commands are used in the context of workflows to execute the business logic. They are usually very compact and specialized in one task in order to be reusable. You can assign parameters for the respective operation purpose (command chain) to them. There are also several special implementations that were written for a specific purpose and that cannot be or hardly reused. Nevertheless, you can use them as templates for your own commands. Note that commands must implement the ICommand interface.