Skip to content
logoBack to home screen

Ordered Link Property Assignment

This metadata is used to map a complex property, either a single or multiple aggregation, using an additional linking entity.

Metadata Property NameType Signature
OrderedLinkPropertyAssignmentcom.braintribe.model.accessdeployment.smart.meta.OrderedLinkPropertyAssignment

General

This metadata functions in exactly the same manner as Link Property Assignment, except that you can map lists using this metadata.

For more information about Link Property Assignment, see Link Property Assignment.

Inheriting the same five properties from Link Property Assignment, this metadata adds an additional property, called Link Index.

PropertyDescriptionType
Link IndexControls the ordering of properties assigned to list. The values for this property must be of the type integer, begin at 0 and be sequentialInt
Link AccessThe access through which the linking entity can be accessed.IncrementalAccess
Other KeyThe property belonging to the complex property type that is joined to a corresponding property in the linking entity, as defined by Link Other KeyGmProperty
KeyThe property belonging to the integration entity that is joined to a corresponding property in the linking entity, as defined by Link KeyGmProperty
Link Other KeyThe property belonging to the linking entity that is joined to a corresponding property in the complex property type, as defined by Other KeyGmProperty
Link KeyThe property belonging to the linking entity that is joined to a corresponding property in the integration entity, as defined by KeyGmProperty