openmct/platform/containment
Andrew Henry 63bf856d89
Enable persistence operations from Object Providers (#3200)
* Implement 'save' method in Object API

* Refactor legacy persistence code to work with new save object API

* Added 'isPersistable' check to object API

* Fixed incompatibility between object API changes and composition policies

* Make save method private

Co-authored-by: Deep Tailor <deep.j.tailor@nasa.gov>
2020-07-17 09:58:03 -07:00
..
src Enable persistence operations from Object Providers (#3200) 2020-07-17 09:58:03 -07:00
test Enable persistence operations from Object Providers (#3200) 2020-07-17 09:58:03 -07:00
bundle.js Experimental unit tests for the Telemetry Table component (#2533) 2019-11-27 16:04:52 -08:00
README.md [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00

Implements support for rules which determine which objects are allowed to contain other objects, typically by type.