You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/flowable-app-engine/src/test/java/org/flowable/app/engine/test/repository/AppDefinitionQueryTest.java
+7
Original file line number
Diff line number
Diff line change
@@ -90,25 +90,30 @@ public void testQueryNoParams() {
Copy file name to clipboardExpand all lines: modules/flowable-app-engine/src/test/java/org/flowable/app/engine/test/repository/DeploymentQueryTest.java
+13-2
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,17 @@ public void deleteTestDeployments() {
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/history/CmmnHistoricVariableInstanceQueryImpl.java
+5
Original file line number
Diff line number
Diff line change
@@ -179,4 +179,9 @@ public List<HistoricVariableInstance> listPage(int firstResult, int maxResults)
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/runtime/CmmnVariableInstanceQueryImpl.java
+5
Original file line number
Diff line number
Diff line change
@@ -178,4 +178,9 @@ public List<VariableInstance> listPage(int firstResult, int maxResults) {
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/runtime/GenericEventListenerInstanceQueryImpl.java
+5
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,11 @@ public List<GenericEventListenerInstance> listPage(int firstResult, int maxResul
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/runtime/SignalEventListenerInstanceQueryImpl.java
+5
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,11 @@ public List<SignalEventListenerInstance> listPage(int firstResult, int maxResult
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/runtime/UserEventListenerInstanceQueryImpl.java
+5
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,11 @@ public List<UserEventListenerInstance> listPage(int firstResult, int maxResults)
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine/src/test/java/org/flowable/cmmn/test/history/HistoricPlanItemInstanceQueryTest.java
+8
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ public void testByCaseDefinitionId() {
55
55
if (CmmnHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel.ACTIVITY, cmmnEngineConfiguration)) {
0 commit comments