You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

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

Compare with Current View Page History

Version 1 Next »

 

The AQ_InstanceList container shows instances of an entity, and of subtypes of that entity. 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.

  • No labels