Folder Bridge Base contains two packages: Base Components and Base Types.

PackageContentDescriptionRelated Documentation
Base ComponentsAdd OnsThe Designer comes with a set of adapters that allow you to access a variety of backends via different interfaces. This package contains the data model to use the available adapters.
Basic Behavior

Subpackage Basic Behavior contains utility classes with static operations and all corresponding types for usage in your own data model.

Base Types
  • Any
  • String
  • Float
  • Integer
  • DateTime
  • Boolean
  • Blob
The Designer supports seven base types. You can use them for modeling your own classes. Expand the classes in the package Base Types to access the corresponding class operations.


  • No labels