Nicholas Kolba
Nicholas Kolba
Given a UUID/window name pair, there currently isn't any simple way to check if the window exists. Only options are System.getAllWIndows, Application.getChildWindows, or Window.wrap - then test an API for...
Added entries for Interop Security Scorecard and FDC3 Sandbox.
added sail protocol handler registration
- [x] raiseIntent - signature - [x] raiseIntentForContext - signature - [ ] route to instance if an instance identifier is provided - [ ] deprecate old signatures Ensure proper...
https://fdc3.finos.org/schemas/2.0/app-directory#tag/Application/paths/~1v2~1apps~1%7BappId%7D/get - [ ] update AppD metadata in directory - [ ] handle updated data in the DesktopAgent - [ ] HomeView - [ ] Resolvers - [ ] open...
https://fdc3.finos.org/docs/api/ref/DesktopAgent#raiseintent > If you wish to raise an intent without a context, use the fdc3.nothing context type. This type exists so that apps can explicitly declare support for raising an...
https://fdc3.finos.org/docs/api/ref/Metadata#intentresolution - [ ] returns an *IntentResult* type - union context or a channel (i.e. privateChannel) - [ ] remove the *data* prop
https://fdc3.finos.org/docs/api/ref/PrivateChannel - [ ] onAddContextListener - [ ] onUnsubscribe - [ ] onDisconnect - [ ] disconnect