OpenAssetIO / OpenAssetIO-Manager-BAL

A contrived "asset management system" for OpenAssetIO integration test cases.
Apache License 2.0
5 stars 4 forks source link

[Core] Update use of `Context.access` to direct args #68

Closed foundrytom closed 10 months ago

foundrytom commented 10 months ago

https://github.com/OpenAssetIO/OpenAssetIO/issues/1054 changed the signatures of key API methods so that the access is included as a parameter, instead of being hidden in the Context.

Closes #67

foundrytom commented 10 months ago

@feltech @elliotcmorris Made a start on this, not been able to test it yet as the OpenAssetIO side hasn't been done yet, so this is purely based on the spec in https://github.com/OpenAssetIO/OpenAssetIO/issues/1054.