-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
265b7cb
commit 029b2db
Showing
25 changed files
with
1,952 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,6 @@ bootRun { | |
} | ||
} | ||
} | ||
args("-Peeen=eeen") | ||
args("-Dtwee=twee") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...d/plugin/src/main/kotlin/com/ritense/valtimo/xential/domain/GenerateDocumentProperties.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
package com.ritense.valtimo.xential.domain | ||
|
||
import com.ritense.valtimo.xential.plugin.TemplateDataEntry | ||
import java.util.UUID | ||
|
||
data class GenerateDocumentProperties( | ||
val templateId: UUID, | ||
val fileFormat: FileFormat, | ||
val documentId: String, | ||
val messageName: String, | ||
val templateData: Map<String, String> | ||
val templateData: Array<TemplateDataEntry> | ||
) |
6 changes: 6 additions & 0 deletions
6
backend/plugin/src/main/kotlin/com/ritense/valtimo/xential/plugin/TemplateDataEntry.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.ritense.valtimo.xential.plugin | ||
|
||
data class TemplateDataEntry( | ||
val key: String, | ||
val value: String, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 66 additions & 0 deletions
66
backend/plugin/src/main/resources/config/bpmn/xential-test.bpmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_13f33lz" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.23.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.21.0"> | ||
<bpmn:message id="Message_1cbdmsu" name="MESSAGE_DOC_RECEIVED" /> | ||
<bpmn:collaboration id="Collaboration_15s7f2e"> | ||
<bpmn:participant id="Participant_06az24z" name="Xential test" processRef="xential-test" /> | ||
</bpmn:collaboration> | ||
<bpmn:process id="xential-test" name="xential test" isExecutable="true"> | ||
<bpmn:startEvent id="XentialTestStartEvent" name="Start event"> | ||
<bpmn:outgoing>Flow_1iic9b3</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:endEvent id="Event_1hl2nsy"> | ||
<bpmn:incoming>Flow_12ouxh8</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:intermediateCatchEvent id="Event_0w2iwra" name="doc klaar"> | ||
<bpmn:incoming>Flow_0z4j34w</bpmn:incoming> | ||
<bpmn:outgoing>Flow_12ouxh8</bpmn:outgoing> | ||
<bpmn:messageEventDefinition id="MessageEventDefinition_1s7pptr" messageRef="Message_1cbdmsu" /> | ||
</bpmn:intermediateCatchEvent> | ||
<bpmn:serviceTask id="MaakDocumentTask" name="doc maken" camunda:expression="${true}"> | ||
<bpmn:incoming>Flow_1iic9b3</bpmn:incoming> | ||
<bpmn:outgoing>Flow_0z4j34w</bpmn:outgoing> | ||
</bpmn:serviceTask> | ||
<bpmn:sequenceFlow id="Flow_1iic9b3" sourceRef="XentialTestStartEvent" targetRef="MaakDocumentTask" /> | ||
<bpmn:sequenceFlow id="Flow_12ouxh8" sourceRef="Event_0w2iwra" targetRef="Event_1hl2nsy" /> | ||
<bpmn:sequenceFlow id="Flow_0z4j34w" sourceRef="MaakDocumentTask" targetRef="Event_0w2iwra" /> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_15s7f2e"> | ||
<bpmndi:BPMNShape id="Participant_06az24z_di" bpmnElement="Participant_06az24z" isHorizontal="true"> | ||
<dc:Bounds x="160" y="60" width="600" height="250" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="XentialTestStartEvent"> | ||
<dc:Bounds x="268" y="168" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="260" y="211" width="54" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1hl2nsy_di" bpmnElement="Event_1hl2nsy"> | ||
<dc:Bounds x="618" y="168" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1sjxnto_di" bpmnElement="Event_0w2iwra"> | ||
<dc:Bounds x="528" y="168" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="525" y="211" width="45" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Activity_1q8w7gi_di" bpmnElement="MaakDocumentTask"> | ||
<dc:Bounds x="350" y="146" width="100" height="80" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="Flow_1iic9b3_di" bpmnElement="Flow_1iic9b3"> | ||
<di:waypoint x="304" y="186" /> | ||
<di:waypoint x="350" y="186" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_12ouxh8_di" bpmnElement="Flow_12ouxh8"> | ||
<di:waypoint x="564" y="186" /> | ||
<di:waypoint x="618" y="186" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_0z4j34w_di" bpmnElement="Flow_0z4j34w"> | ||
<di:waypoint x="450" y="186" /> | ||
<di:waypoint x="528" y="186" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
3 changes: 3 additions & 0 deletions
3
backend/plugin/src/main/resources/config/case/definition/xential-test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"canHaveAssignee": true | ||
} |
52 changes: 52 additions & 0 deletions
52
backend/plugin/src/main/resources/config/case/list/xential-test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[ | ||
{ | ||
"title": "", | ||
"key": "zaaknummer", | ||
"path": "doc:openzaak.identificatie", | ||
"displayType": { | ||
"type": "string", | ||
"displayTypeParameters": {} | ||
}, | ||
"sortable": true, | ||
"defaultSort": null, | ||
"order": 0 | ||
}, | ||
{ | ||
"title": "", | ||
"key": "createdOn", | ||
"path": "case:createdOn", | ||
"displayType": { | ||
"type": "date", | ||
"displayTypeParameters": { | ||
"dateFormat": "DD-MM-yyyy" | ||
} | ||
}, | ||
"sortable": true, | ||
"defaultSort": "DESC", | ||
"order": 1 | ||
}, | ||
{ | ||
"title": "", | ||
"key": "assigneeFullName", | ||
"path": "case:assigneeFullName", | ||
"displayType": { | ||
"type": "string", | ||
"displayTypeParameters": {} | ||
}, | ||
"sortable": true, | ||
"defaultSort": null, | ||
"order": 2 | ||
}, | ||
{ | ||
"title": "", | ||
"key": "zaakstatus", | ||
"path": "doc:openzaak.statusOmschrijving", | ||
"displayType": { | ||
"type": "string", | ||
"displayTypeParameters": {} | ||
}, | ||
"sortable": true, | ||
"defaultSort": null, | ||
"order": 3 | ||
} | ||
] |
Oops, something went wrong.