Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: BRIDGE 7.5.1: new features added

...

For more information on the OData Adapter, please refer to OData Adapter and Importing OData.

Alias Reader

The Alias Reader enables you to get the details that have been specified on any alias from the component diagram. You can now get the alias details with an action node with stereotype <<AliasReader>>. This adapter replaces the deployment macros get...FromAlias().

For more information on the Alias Reader, please refer to Alias Reader.

Persistent State Control Adapter

The Persistent State Control Adapter gives access to persistent state metadata directly from within a service (self context). With this adapter, you can:

  • list all persistent state owners
  • get the name of an owner
  • list all available persistent state classes
  • get an object count per persistent state class
  • get the persistent state metadata
  • query persistent state objects
  • delete persistent state objects

The query functionality in particular is powerful and allows for very complex queries.
See Retrieving Persistent State Metadata with the PersistentStateControl Adapter for more details.

xUML RUNTIME API

As of BRIDGE 7.5.0, the xUML Runtime provides a REST interface to the controller service of each xUML service. Initially, you can access persistent state resources via this API, but we plan to add more service related resources.

Image Added

Bridges as of BRIDGE 7.5.0 provide an OpenAPI 2.0 Specification of the controller service for documentation and testing purposes. Via a link on the xUML service page, you can access a REST service documentation page where you can inspect the service interface and make HTTP calls on the service.

Continuous Delivery with the BRIDGE

...