| Summary: | IDomain.execute(ITransactionalOperation) should accept IProgressMonitor and pass it on. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0.0 | ||
| Target Milestone: | 4.1.0 (Neon.1) M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Pushed the following changes to origin/master and origin/R4_0_maintenance: - Added IDomain.execute(ITransactionalOperation, IProgressMonitor) to complement IDomain.execute(ITransactionalOperation). - Moved implementation of AbstractDomain.execute(ITransactionalOperation) over to new execute method, and have it delegate to new method instead, passing over a NullProgressMonitor. - Deprecated execute(ITransactionalOperation), which should no longer be used. - Increased version of MVC and related doc, tests, example, and sdk bundles and features to 1.1.0. Resolving as fixed in 4.1.0 (Neon.1) M1. |