Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

The AQ_InstanceList container shows instances of an entity, and of subtypes of that entity (see Containers for Lists). The container can contain an expression to filter the entities shown. The instances to show can also be filtered by accessing the container through a multi-valued relation (i.e., setting the context for the container).

Parameters

 

NameDescriptionTypeRequired
referrer-pathAttribute/relation path to determine which instances to show, starting from a particular entity.Stringfalse
entityName of the entity of which the instances will be shown.Stringtrue
noinstancecontainerContainer that will be shown when there are no instances to show.Stringfalse
headercontainerContainer of the header.Stringfalse
whereclauseExpression to determine which instances to show. Only to be used when the container is accessed through a relation.Stringfalse
sortattributeAttribute that is used to sort the instances.Stringfalse
sortorderThe order in which the list will be sorted.“ascending” or “descending”false
pagingsizeThe number of entries that you want to display on a single page.Integerfalse

 

At runtime this container will show a paginated list of instances, that can be sorted by the end user. There exists also the possibility to search for an entry, using the search box. This box matches the filled in text with entries in all columns. This means that an entry is shown if the the string is present as substring in any column. No wildcards are possible.