-
Notifications
You must be signed in to change notification settings - Fork 20
/
api-sequence-diagram-get-payment.useq
52 lines (52 loc) · 2.43 KB
/
api-sequence-diagram-get-payment.useq
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<sequence-diagram version="1.1.9" icons="true" automaticImage="PNG">
<object id="1" language="java" name="br.com.jonyfs.credit.card.api.controller.PaymentControllerV3"
project="credit-card-api"
file="/credit-card-api/src/main/java/br/com/jonyfs/credit/card/api/controller/PaymentControllerV3.java"
binary="false" label="paymentControllerV3" type="class" autoSize="true">
<position height="-1" width="-1" x="70" y="0"/>
<execution id="2">
<position height="207" width="181" x="5" y="99"/>
</execution>
<execution id="5">
<position height="21" width="7" x="92" y="243"/>
</execution>
</object>
<object id="6" language="java" name="br.com.jonyfs.credit.card.api.service.PaymentService" project="credit-card-api"
file="/credit-card-api/src/main/java/br/com/jonyfs/credit/card/api/service/PaymentService.java" binary="false"
label="paymentService" type="interface" autoSize="true">
<position height="-1" width="-1" x="289" y="0"/>
<execution id="4">
<position height="165" width="171" x="190" y="120"/>
</execution>
<execution id="10">
<position height="21" width="7" x="272" y="176"/>
</execution>
</object>
<object id="11" language="java" name="br.com.jonyfs.credit.card.api.repository.PaymentRepository"
project="credit-card-api"
file="/credit-card-api/src/main/java/br/com/jonyfs/credit/card/api/repository/PaymentRepository.java" binary="false"
label="paymentRepository" type="interface" autoSize="true">
<position height="-1" width="-1" x="499" y="0"/>
<execution id="8">
<position height="77" width="184" x="365" y="141"/>
</execution>
</object>
<message id="3" operation="getPayment(java.lang.String):br.com.jonyfs.credit.card.api.model.Payment"
asynchronous="false">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="4"/>
</message>
<message id="7" operation="findOne(ID):T" asynchronous="false">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="8"/>
</message>
<message id="9" asynchronous="false">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="5"/>
</message>
<message id="12" asynchronous="false">
<end type="SOURCE" refId="8"/>
<end type="TARGET" refId="10"/>
</message>
</sequence-diagram>