You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Corresponding with release | 17.5 |
---|
This library contains all elements for basic Blueriq modelling.
Changes in this version:
- Changed AQ_File_Upload: added parameter 'RelationToFileInstance' to save uploaded file instances to a relation
Asset types in this version
Name | Description |
---|---|
Asset type that contains subject and a body. | |
Static | Asset type that contains text. |
Flow types in this version
Custom schema elements in this version
Name | Description |
---|---|
This element explains how a certain attribute was derived by the inference engine. You can include this element in your response to the caller of the webservice. This custom schema element has been deprecated in favor of AQ_JustificationTreeV2 and it will be removed in a future version of Blueriq. | |
This element explains how a certain attribute was derived by the inference engine. You can include this element in your response to the caller of the webservice. |
Service types in this version
Name | Description |
---|---|
Activate a specific instance in a flow, for displaying on a page, use in conditions, subflows or pages. | |
The service can store, update and delete documents in a document management system (DMS). | |
This type of service is used to retrieve information from the current document for displaying purposes. The attribute types that are used in the parameters should match the type of information returned by the service to avoid type conversion errors. | |
Reads data from a CSV file. | |
Delete one or more instances. N.B. Use type or attribute-path to select, not both | |
Delete a specific file. | |
Retrieve meta data from an uploaded file. | |
Move a file from one connection to another. | |
This service transfers the configured authentication claims from the session to the profile. | |
This service transfers the configured message headers from the session to the profile. | |
The AQ_GetRequestParameters service can be used to retrieve one or more URL arguments and place them on attributes in the profile. | |
Create an instance and set attributes and relations for it. | |
Update an instance by setting or clearing attributes and relations. | |
The mail service is a service which can send an email using an asset as body text optionally containing HTML tags. | |
Use this service when you want to export profile data (possibly with a data mapping) to an external system, such as a datawarehouse. | |
This service calls a Rest webservice. All unmapped events will be redirected to the default exit node of the service call, even errors. | |
The AQ_StartProject service starts an exposed flow in another project. | |
AQ_StoreDecision | This service stores a decision graph in the trace database. |
Validation rule types in this version
Name | Description |
---|---|
Validates a string as International Bank Account Number (IBAN) | |
Container types in this version
Name | Description |
---|---|
This container retreives a document from a document management system (DMS) using a CMIS connection. | |
This container executes the selected decision tree. This container has no containment. | |
This container retrieves a number of decision trees that match the given symptom. | |
This container can be used for embedding an external flow from a different Blueriq application. | |
With this container it is possible to download a file. | |
With this container it is possible to upload several files at once. added parameter 'RelationToFileInstance' to save uploaded file instances to a relation. | |
With this container it is possible to start a flow on refresh. | |
This container connects an instance of one entity to the instance of a related entity. | |
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-value relation (i.e., setting the context for the container). | |
Use this container to add justification to the outcome of your calculation or assessment. | |
Use this container to add justification to the outcome of your calculation or assessment. Improved version of AQ_Justifications. | |
This container type creates a navigation menu on the page. Each name of the first page in SinglePageFlow that is modelled in the PagesFlow will be displayed as a menu item. Optionally it is able to show the correctness of all pages. | |
A container that displays statistics. |
Presentation styles in this version
Name | Description |
---|---|
toggle | Displays an attribute with a two-valued domain as a toggle. Ideally used on a boolean attribute. |
Content styles in this version
Name | Description |
---|---|
instance_linker | This content style shows a way to link instances. |
justification | This content style shows the justifications texts. |
visualization |
Content styles in this version
Name | Description |
---|---|
AQ_Boolean | Standard input field for Boolean |
AQ_Boolean_Toggle | Boolean input field with presentation Toggle |
AQ_Currency | Standard input field for Currency |
AQ_Date | Standard input field for Date |
AQ_DateTime | Standard input field for DateTime |
AQ_Integer | Standard input field for Integer |
AQ_Number | Standard input field for Number |
AQ_Percentage | Standard input field for Percentage |
AQ_String | Standard input field for String |
Parameters in this version
Name | Description |
---|---|
AQ_ExplainText | This parameter can be used to add a explain text to a field type that can be used on a page. |
AQ_PlaceholderText | This parameter can be used to add a placeholder text to a field type that can be used on a page. |
AQ_QuestionText | This parameter can be used to add a explain text to a field type that can be used on a page. |
Mask types in this version
Name | Description |
---|---|
This masktype is used to display a date. Weekdays, days, months and years can be displayed in words. The specification language determines which language is used for the conversion. | |
This masktype is used to make the first character of the selected part of the string uppercase and the rest of the selection lowercase. | |
This masktype is used to display numbers. Check the Aquima helpfiles for a complete description of the patterns to use in this masktype. | |
This masktype is used to display integers in words as ordinal numbers, e.g. 1 will be displayed as 'first' in English. The specification language determines which language is used for the conversion. | |
This masktype is used to create special formatting of numbers or strings. The specified regular expression is used to select parts of the input and replace that with the string that you defined in the replace parameter. | |
This mask type displays a value of type integer in roman numerals | |
This masktype is used to make the the characters of the selected part of the string uppercase or lowercase. | |
This masktype displays a boolean value in words, e.g. TRUE will be displayed as yes for the english language. The specification language determines which language is used for the conversion. | |
This masktype displays a value of type currency in words. The specification language determines which language is used for the conversion. | |
This masktype is used to display an integer value that represents a weekday in words, e.g. 1 can be displayed as Sunday for the english language. The specification language determines which language is used for the conversion. | |
This mask returns a user friendly representation of the delta of a date with today. | |
This masktype displays a value of type integer in words. The specification language determines which language is used for the conversion. | |
This masktype is used to display an integer value that represents a month in words, e.g. 1 will be displayed as January for the English language. The specification language determines which language is used for the conversion. | |
This masktype displays a value of type number in words. The specification language determines which language is used for the conversion. |
Masks in this version
Name | Description |
---|---|
Acronym | Adds a dot (.) behind every character and makes it uppercase |
AllLowercase | All small caps |
AllUppercase | Capitalize all |
FirstUppercase | Capitalize first word in sentence, rest in small caps. |
Bool_InWords | Boolean in words |
Bool_InWordsAbbr | Boolean in words abbreviated |
Curr_Dollar_ValueInWords | Dollar value in words |
Curr_Dollar_ValueInWords_ZeroCents | Dollar value in words, zero cents |
Curr_Euro_2Digits_1000Sep | Euro value, two digits with thousand separator |
Curr_Euro_2DigitsNoZeros | Euro value, two non zero digits |
Curr_Euro_2DigitsNoZeros_1000Sep | Euro value, two non zero digits with thousand separator |
Curr_Euro_3DigitsNoZeros | Euro value, three non zero digits |
Curr_Euro_3DigitsNoZeros_1000Sep | Euro value, three non zero digits with thousand separator |
Curr_Euro_NoDigits | Euro value, no digits |
Curr_Euro_NoDigits_1000Sep | Euro value, no digits with thousand separator |
Curr_Euro_ValueInWords | Euro value in words |
Curr_Euro_ValueInWords_ZeroCents | Euro value in words, zero cents |
Curr_Pound_ValueInWords | Pound value in words |
Curr_Pound_ValueInWords_Zeropennies | Pound value in words, zero pence |
Date_day | Day from date in words |
Date_dayofweek | Week day |
Date_dayofweekddmonthyyyy_SpaceSep | weekday day month in words year, in numbers with zeros |
Date_dd | Day from date in numbers |
Date_ddMM_MinSep | Day-month in numbers with zeros |
Date_ddMM_SlashSep | Day/month in numbers with zeros |
Date_ddMM_SpaceSep | Day month in numbers with zeros |
Date_ddMMyy_MinSep | day-month-year short, in numbers with zeros |
Date_ddMMyy_SlashSep | day/month/year short, in numbers with zeros |
Date_ddMMyy_SpaceSep | day month year short, in numbers with zeros |
Date_ddMMyyyy_MinSep | day-month-year, in numbers with zeros |
Date_ddMMyyyy_NoSep | daymonthyear, in numbers with zeros |
Date_ddMMyyyy_SlashSep | day/month/year, in numbers with zeros |
Date_ddMMyyyy_SpaceSep | day month year, in numbers with zeros |
Date_ddmonthyyyy_MinSep | day-month in words-year, in numbers with zeros |
Date_ddmonthyyyy_SlashSep | day/month in words/year, in numbers with zeros |
Date_ddmonthyyyy_SpaceSep | day month in words year, in numbers with zeros |
Date_ddshortmonthyyyy_MinSep | day-month short-year, in numbers with zeros |
Date_ddshortmonthyyyy_SlashSep | day/month short/year, in numbers with zeros |
Date_ddshortmonthyyyy_SpaceSep | day month short year, in numbers with zeros |
Date_dmonthyyyy_SpaceSep | short day month in words year, in numbers with zeros |
Date_MM | Month from date in numbers |
Date_month | Month from date in words |
Date_RelativeToToday_InWords | Date relative to today in words |
Date_shortmonth | Abreviated month from date |
Date_Year | Year from date in words |
Date_yyyy | Year from date in numbers |
Date_yyyyMMdd_MinSep | year-month-day, in numbers with zeros |
Date_yyyyMMdd_SpaceSep | year month in words day, in numbers with zeros |
Date_yyyymonthdd_MinSep | month day year, in numbers with zeros, month in words |
Date_yyyymonthdd_SpaceSep | year month day, in numbers with zeros |
Date_yyyyshortmonthdd_MinSep | year-month short-day, in numbers with zeros |
Date_yyyyshortmonthdd_SlashSep | year/month short/day, in numbers with zeros |
Date_yyyyshortmonthdd_SpaceSep | year month short day, in numbers with zeros |
DayOfWeek | Day of the week, starts on Sunday |
DayOfWorkWeek | Day of the workweek, starts on Monday |
Date_ddMMyy_hhmm_12hours | Day-month-year(short) hours:minutes, 12-hour clock |
Date_ddMMyy_hhmmss_12hours | Day-month-year(short) hours:minutes:seconds, 12-hour clock |
Date_ddMMyy_HHmmss_24hours | Day-month-year(short) hours:minutes:seconds, 24-hour clock |
Date_ddMMyyyy_hhmm_12hours | Day-month-year hours:minutes, 12-hour clock |
Date_ddMMyyyy_hhmmss_12hours | Day-month-year hours:minutes:seconds, 12-hour clock |
Date_ddMMyyyy_HHmmss_24hours | Day-month-year hours:minutes:seconds, 24-hour clock |
Date_dMMyy_HHmmss_24hours | Day-month-year(short) hours:minutes:seconds, 24-hour clock |
Date_dMMyy_hmm_12hours | Day-month-year(short) hours:minutes, 12-hour clock |
Date_dMMyy_hmmss_12hours | Day-month-year(short) hours:minutes:seconds, 12-hour clock |
Date_dMMyyyy_HHmmss_24hours | Day-month-year hours:minutes:seconds, 24-hour clock |
Date_dMMyyyy_hmm_12hours | Day-month-year hours:minutes, 12-hour clock |
Date_dMMyyyy_hmmss_12hours | Day-month-year hours:minutes:seconds, 12-hour clock |
Date_dmonthyyyy_HHmmss_24hours | Day month(long) year hours:minutes, 24-hour clock |
Date_dmonthyyyy_hmm_12hours | Day month(long) year hours:minutes, 12-hour clock |
Time_hhmm_12hours | Hours:minutes, 12-hour clock AM/PM, with zero`s |
Time_HHmm_24hours | Hours:minutes, 24-hour clock |
Time_hhmmss_12hours | Hours:minutes:seconds, 12-hour clock AM/PM, with zero`s |
Time_HHmmss_24hours | Hours:minutes:seconds, 24-hour clock |
Time_hmm_12hours | Hours:minutes, 12-hour clock AM/PM, hours without zero |
Time_hmmss_12hours | Hours:minutes:seconds, 12-hour clock AM/PM, hours without zero |
Int_InWords | Integer in words |
Int_MonthInWords | Month in words |
RomanNumeralsLow | Write integer in lowercase roman numerals |
RomanNumeralsUp | Write integer in uppercase roman numerals |
Num_1Digit | One digit |
Num_2Digits | Two digits |
Num_2Digits_1000Sep | Two digits with thousand separator |
Num_2Digits_InWords | Two digit number in words |
Num_2DigitsNoZeros | Two non zero digits |
Num_2DigitsNoZeros_1000Sep | Two non zero digits with thousand separator |
Num_3Digits | Three digits |
Num_3DigitsNoZeros | Three non zero digits |
Num_3DigitsNoZeros_1000Sep | Three non zero digits with thousand separator |
Num_4Digits | Four digits |
Num_5Digits | Five digits |
Num_6Digits | Six digits |
Num_Absolute | The absolute value of a number |
Num_NoDigits | No digits |
Num_NoDigits_1000Sep | No digits with thousand separator |
Num_Ordinal_InWords | Ordinal number in words (Dutch and English supported). |
Perc_1Digit_1000Sep | One digit percentage with thousand separator |
Perc_2Digit_1000Sep | Two digit percentage with thousand separator |
Perc_3Digit_1000Sep | Three digit percentage with thousand separator |
Perc_1000Sep | Percentage with thousand separator |
BankAccountNr_NL | Dutch bank account number |
BankAccountNr_NL | Dutch bank account number |
SocialSecurityNumber_Dutch | Dutch social security number |
String_ZipCode_NL | Dutch zip code |