Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation Entity Service Attribute Types  Dokument im Navigationsbaum lokalisieren

For each entity service, you can see a tree structure listing each attribute associated with the service. The following attributes are created automatically with each new entity service:

     key – the Global Unique Identification (GUID) key of the service

     createdBy – the creator of the service

     createdAt – the time of service creation

     lastChangedBy – the performer of the last change

     lastChangedAt – the time of the last change

In the table below, you can see the icon associated with each different attribute type.

Icon

Attribute Type

Description

Diese Grafik wird im zugehörigen Text erklärt

Normal attribute

Attribute without any special status.

Diese Grafik wird im zugehörigen Text erklärt

Primary key (GUID)

The global unique identifier (GUID) is used to uniquely identify the entity service. It is used internally by CAF at runtime.

All key attributes are mandatory, with a cardinality of 1..1.

Diese Grafik wird im zugehörigen Text erklärt

Custom key

Custom key identifier for the entity service. By default, this key is used when encapsulating external services.

One entity service may contain more than one custom key (complex custom key).

 Achtung

The custom key must be unique, so you should select it carefully. For example, you can use citizen number, car license number, or user ID as custom key.

You should also select a proper data type.

All key attributes are mandatory, with a cardinality 1..1.

Diese Grafik wird im zugehörigen Text erklärt

Complex attribute

Represents a collection of attributes. In the future, it may include multi-level nested subattributes. If an attribute is complex, its data type cannot be selected.

Diese Grafik wird im zugehörigen Text erklärt

Relation to other service

Represents a reference to attributes of another entity. References cannot be mapped.

 

Ende des Inhaltsbereichs