Diagram in Expression Language: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(Created page with " ==Diagram Properties== Datatables are stored to QPR ProcessAnalyzer database as database tables. Each datatable belongs to a project. {| class="wikitable" !'''Property''' ! '''Description''' |- ||ColumnNames (String*) ||Returns Datatable column names as a string array in the order they are in the DataTable. |- ||ColumnMappings (Dictionary) ||Returns column mappings configured for this Datatable. Returned data is a dictionary, where keys are mapping names (...")
 
No edit summary
Line 1: Line 1:
Diagram is a drawing canvas where elements can be added to create user-defined business process and architecture designs. Each diagram belongs to the model in QPR ProcessAnalyzer and there can be several diagrams in each model.


==Diagram Properties==
==Diagram Properties==
Datatables are stored to QPR ProcessAnalyzer database as database tables. Each datatable belongs to a [[#Project|project]].
{| class="wikitable"
{| class="wikitable"
!'''Property'''
!'''Property'''
! '''Description'''
! '''Description'''
|-
|-
||ColumnNames (String*)
||
||Returns Datatable column names as a string array in the order they are in the DataTable.
||
|-
|-
||ColumnMappings (Dictionary)
||
||Returns column mappings configured for this Datatable. Returned data is a dictionary, where keys are mapping names (''CaseId'', ''EventType'', ''Timestamp'') and value is the column name. The ColumnMappings property returns null if column mappings have not been defined for the Datatable.
||
Example:
|-
<pre>
||
let caseIdColumnName = DatatableById(123).ColumnMappings("CaseId");
||
</pre>
|}
 
== Diagram functions ==
{| class="wikitable"
!'''Function'''
!'''Parameters'''
! '''Description'''
|-
|-
||ColumnTypes (Dictionary*)
||
||
* vv
||
||
||
|}
|}

Revision as of 12:04, 12 October 2023

Diagram is a drawing canvas where elements can be added to create user-defined business process and architecture designs. Each diagram belongs to the model in QPR ProcessAnalyzer and there can be several diagrams in each model.

Diagram Properties

Property Description

Diagram functions

Function Parameters Description
  • vv