[midPoint-git] [Evolveum/midpoint] 71f426: Create a sample correlation case notification
mederly
noreply at github.com
Tue Mar 8 21:45:23 CET 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 71f42624f3681f94c3fff4a773e9f0f71a1c7099
https://github.com/Evolveum/midpoint/commit/71f42624f3681f94c3fff4a773e9f0f71a1c7099
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
M infra/schema/src/main/resources/xml/ns/public/common/common-case-management-3.xsd
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/expr/MidpointFunctions.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/ScriptExpressionFactory.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/jsr223/Jsr223ScriptEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/CaseManagementEvent.java
M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/WorkItemEvent.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/events/BaseEventImpl.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/events/CaseManagementEventImpl.java
M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/events/WorkItemEventImpl.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/AbstractIdMatchTest.java
M testing/story/src/test/resources/correlation/idmatch/000-system-configuration.xml
A testing/story/src/test/resources/correlation/idmatch/002-message-template-correlation.xml
Log Message:
-----------
Create a sample correlation case notification
A sample template for correlation case (work item) notification has been
created in story tests. To make it work, a couple of auxiliary methods
were added to CaseManagementEvent objects.
Unrelated change:
- Now we allow unqualified names of expression languages, like
"<language>velocity</language>".
More information about the midPoint-svn
mailing list