Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Improved persistent state adapter: External Persistent State Attributes

...

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.

Improved Adapters

Persistent State Adapter: External Persistent State Attributes

You can mark attributes of a persistent state class as external by applying stereotype <<External>>. This can speed-up persistent state performance if you have huge data objects (like e.g. big blobs, IDocs or PDFs) that are only used in few transitions.

External persistent data is handled differently compared to the internal data:

  • External persistent data will be stored separately. You can even store external data to a different database (see Persistent State Components).
  • External persistent data will only be loaded on demand.
  • External persistent data will only be saved if loaded before.

For more information, refer to Persistent State Classes and Getting Copies of Persistent State Objects.

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.

...