|
1 | 1 | --- |
2 | 2 | title: "10.0" |
3 | | -parent: "metamodel-10" |
| 3 | +url: /releasenotes/sdk/metamodel-10.0/ |
| 4 | +weight: 100 |
4 | 5 | --- |
5 | 6 |
|
6 | 7 | ## 10.0.0 |
7 | 8 |
|
8 | 9 | ### Microflows |
9 | 10 |
|
10 | 11 | #### AggregateListAction (Element) |
11 | | -* We introduced the `expression` property. |
12 | | -* We introduced the `useExpression` property. |
13 | | -* We introduced the `reduceReturnDataType` property. |
14 | | -* We introduced the `reduceInitialValueExpression` property. |
| 12 | + |
| 13 | +* We introduced the `expression`, `useExpression`, `reduceReturnDataType`, and `reduceInitialValueExpression` properties. |
15 | 14 |
|
16 | 15 | #### RestOperationCallAction (Element) |
17 | | -* We introduced this element. Info: "Calling a REST operation action" |
18 | 16 |
|
19 | | -#### ClearFromClientAction (Element) |
20 | | -* We introduced this element. |
| 17 | +* We introduced this element for calling a REST operation action. |
| 18 | + |
| 19 | +#### ClearFromClientAction, NotifyWorkflowAction (Elements) |
| 20 | + |
| 21 | +* We introduced these elements. |
21 | 22 |
|
22 | 23 | #### LockWorkflowAction (Element) |
| 24 | + |
| 25 | +* We introduced the `workflowSelection` property. |
23 | 26 | * We deleted the `workflow` property. |
24 | | -* We introduced the `workflowSelection` property. |
25 | 27 |
|
26 | 28 | #### UnlockWorkflowAction (Element) |
27 | | -* We deleted the `workflow` property. |
28 | | -* We introduced the `workflowSelection` property. |
29 | 29 |
|
30 | | -#### NotifyWorkflowAction (Element) |
31 | | -* We introduced this element. |
| 30 | +* We introduced the `workflowSelection` property. |
| 31 | +* We deleted the `workflow` property. |
32 | 32 |
|
33 | 33 | ### Projects |
34 | 34 |
|
35 | 35 | #### ModuleSettings (ModelUnit) |
36 | | -* We introduced the `solutionIdentifier` property. |
37 | | -* We introduced the `jarDependencies` property. |
38 | | -* We introduced the `basedOnVersion` property. |
| 36 | + |
| 37 | +* We introduced the `solutionIdentifier`, `jarDependencies`, and `basedOnVersion` properties. |
39 | 38 |
|
40 | 39 | ### Settings |
41 | 40 |
|
42 | 41 | #### RuntimeSettings (Element) |
| 42 | + |
43 | 43 | * We changed the default value of the `bcryptCost` property. |
44 | 44 |
|
45 | 45 | #### WebUIProjectSettingsPart (Element) |
| 46 | + |
46 | 47 | * We deleted the `enableDownloadResources` property. |
47 | 48 |
|
48 | 49 | ### DatabaseConnector |
49 | 50 |
|
50 | 51 | #### ConnectionString (Element) |
51 | | -* We introduced this element. Info: "Using a text to define the connection string" |
| 52 | + |
| 53 | +* We introduced this element for using a text to define the connection string. |
52 | 54 |
|
53 | 55 | #### ConnectionParts (Element) |
54 | | -* We introduced this element. Info: "Using parts to define the connection string" |
| 56 | + |
| 57 | +* We introduced this element for using parts to define the connection string. |
55 | 58 |
|
56 | 59 | ### Rest |
57 | 60 |
|
58 | 61 | #### PublishedODataMicroflow (Element) |
59 | | -* We introduced the `parameters` property. Info: "The parameters of this microflow" |
| 62 | + |
| 63 | +* We introduced the `parameters` property for the parameters of the microflow. |
60 | 64 |
|
61 | 65 | #### PublishedODataMicroflowParameter (Element) |
62 | | -* We introduced this element. Info: "A microflow parameter published in an OData service" |
| 66 | + |
| 67 | +* We introduced this element for a microflow parameter published in an OData service. |
63 | 68 |
|
64 | 69 | #### ConsumedODataService (ModelUnit) |
65 | | -* We introduced this modelunit. |
| 70 | + |
| 71 | +* We introduced this model unit. |
66 | 72 |
|
67 | 73 | ### CustomWidgets |
68 | 74 |
|
69 | 75 | #### CustomWidgetType (Element) |
| 76 | + |
70 | 77 | * We deleted the `phoneGapEnabled` property. |
71 | 78 |
|
72 | 79 | ### Navigation |
73 | 80 |
|
74 | 81 | #### NavigationDocument (ModelUnit) |
75 | | -* We deleted the `reports` property. |
76 | | -* We deleted the `reportParameters` property. |
| 82 | + |
| 83 | +* We deleted the `reports` and `reportParameters` properties. |
77 | 84 |
|
78 | 85 | ### Pages |
79 | 86 |
|
80 | 87 | #### Page (ModelUnit) |
81 | | -* We introduced the `urlSegments` property. |
| 88 | + |
| 89 | +* We introduced the `urlSegments` property. |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
82 | 97 |
|
83 | 98 | #### UrlSegment (Element) |
| 99 | + |
84 | 100 | * We introduced this element. |
85 | 101 |
|
86 | 102 | #### ParameterAttributeUrlSegment (Element) |
| 103 | + |
87 | 104 | * We introduced this element. |
88 | 105 |
|
89 | 106 | #### ParameterIdUrlSegment (Element) |
| 107 | + |
90 | 108 | * We introduced this element. |
91 | 109 |
|
92 | 110 | #### StaticUrlSegment (Element) |
| 111 | + |
93 | 112 | * We introduced this element. |
94 | 113 |
|
95 | 114 | #### EntityPathSource (Element) |
| 115 | + |
96 | 116 | * We introduced the `sourceVariable` property. |
97 | 117 |
|
98 | 118 | #### RetrievalQueryParameter (Element) |
| 119 | + |
99 | 120 | * We deleted the `type` property. |
100 | 121 | * We introduced the `types` property. |
101 | 122 |
|
102 | 123 | ### Reports |
103 | 124 |
|
104 | 125 | #### ReportParameter (Element) |
| 126 | + |
105 | 127 | * We deleted the `parameterTypeRuntime` property. |
106 | 128 | * We deleted the `reportId` property. |
107 | 129 |
|
108 | 130 | ### Workflows |
109 | 131 |
|
110 | 132 | #### WaitForNotificationActivity (Element) |
| 133 | + |
111 | 134 | * We introduced this element. |
112 | 135 |
|
113 | 136 | #### MajorityCompletionCriteria (Element) |
| 137 | + |
114 | 138 | * We introduced this element. |
115 | 139 |
|
116 | 140 | #### ThresholdCompletionCriteria (Element) |
| 141 | + |
117 | 142 | * We introduced this element. |
118 | 143 |
|
119 | 144 | #### WorkflowDefinitionSelection (Element) |
| 145 | + |
120 | 146 | * We introduced this element. |
121 | 147 |
|
122 | 148 | #### WorkflowDefinitionNameSelection (Element) |
| 149 | + |
123 | 150 | * We introduced this element. |
124 | 151 |
|
125 | 152 | #### WorkflowDefinitionObjectSelection (Element) |
|
0 commit comments