You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The Library Concept

Libraries help you to make your BPMN process executable. They contain predefined classes, interfaces, operations and parameters you can use during modeling by simple drag & drop.
Libraries are developed with the Builder. The Designer comes with a standard library which already provides all necessary Base Types.

Using libraries has several advantages for developers:

  • You can provide additional data types and operations via libraries.
  • You can reuse implementations you have already developed with the Builder.
  • You can use libraries for modularization:
    • Implementations can be recycled in various processes via libraries.
    • Multiple developers can contribute to the same process implementation by working on different libraries.
  • You can add features to the Designer, for example access to backend systems, via libraries.
  • You can use different versions of the same library as the library administration allows for versioning

Library Usage in Designer

As libraries are developed with the Builder, you need to upload them to the Designer to make them accessible in your services.

In the Designer, you upload your libraries to a namespace. This is done in the Libraries section of the Designer administration. The uploaded libraries are then available in all services created in this namespace. How to upload your libraries to the Designer is explained in detail on page Administrating Libraries.

Once a library has been uploaded, you can add it to any service created in this namespace. There are two ways to do so:

  • In the Explorer: Open the Libraries folder in your service and use the Manage Libraries button.
  • In the BPMN Model: Use the Manage Libraries button in the Service panel.

Go to page Adding and Updating Libraries for detailed information on how to add a library to a service. Page Using Libraries contains further information about the usage of libraries during modeling.

The Service Panel

The libraries you have added to a service reside in the Service panel.

If you use the panel preset of the BPMN editor, the Service panel is displayed in the upper left corner of the editor.

Refer to Customizing Editors and Panels for detailed information about panel management in general.

The Service panel gives you direct access to all libraries of your project, and thus to all of your predefined classes, interfaces, operations and parameters.

MultiExcerpt named tip_library_administration was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

A library can contain the following elements:

IconName
Package
Class
Property
Interface
Operation
Parameter

To expand an element in the tree, click on .
Use if you want to collapse a tree below an element.


Each library element can have a documentation. Hover your mouse on a library element to see if documentation is available. This is indicated by the icon. The documentation is displayed as a tooltip.

For easier reading of longer documentation, you can click the icon to see the complete documentation in a pop-up window:

The Designer provides all necessary base types in a Bridge Base standard library. This library is available in all services and cannot be removed. It contains the following xUML base types:

  • Any
  • Blob
  • Boolean
  • DateTime
  • Float
  • Integer
  • String

Most of these base types are only able to hold one single piece of information, like text in a string, true or false in a boolean, or binary data in a blob.

Refer to Available Base Types for more information on the xUML base types.

If you want to associate several bits of information, you have to define a complex type that combines a number of independent base types and possibly other complex types. Such complex types are modeled as classes. To use your own types, you can

  • define your own data structures in the Implementation folder
  • provide them via a library.

How to upload your own libraries is explained on Designer Administration > Libraries.

You can also define your own data types in folder Data Model. You can add your own packages, classes, interfaces, operations, properties and parameters.

Go to page Modeling Data Mapping for more detailed information on how to work on your own data model and how to define mappings between data types.

  • No labels