Refactor codebase to make use of transaction

Issue #184 new
Regent L'Archeveque created an issue

Overall strategy

We should keep in the transaction domain the elements that are modified by the user.

  • Reduce getter/setter @generated_NOT
  • Implement code logic in the core Facade (without transaction)
  • Implement code transaction in the UI facade

Impacts

The following Invocator Session components must be removed:

  • Topology
  • Instances
  • Registered Types
  • Current Time Time Sources

Comments (1)

  1. Log in to comment