Diagram in Expression Language: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 22: | Line 22: | ||
! '''Description''' | ! '''Description''' | ||
|- | |- | ||
||DeletePermanently | |||
|| | || | ||
|| | ||Deletes the diagram permanently. | ||
|- | |||
|| | ||Modify | ||
|| | ||Dictionary of changes properties | ||
||Changes the provided properties of the diagram. Parameter is a dictionary containing the properties to be updated. Supported properties are: | |||
* '''ModelId''' (integer): Model id (to move the diagram into different model). | |||
* '''Name''' (string): Diagram name. | |||
* '''Description''' (string): Diagram description. | |||
* '''Content''' (dictionary): Diagram content as dictionary. | |||
Example: | |||
<pre> | |||
</pre> | |||
|} | |} |
Revision as of 12:51, 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 |
---|---|---|
DeletePermanently | Deletes the diagram permanently. | |
Modify | Dictionary of changes properties | Changes the provided properties of the diagram. Parameter is a dictionary containing the properties to be updated. Supported properties are:
Example: |