Difference between revisions of "Data Logistics"

From DE4A
Jump to navigation Jump to search
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin suscipit mauris eu dui aliquet, feugiat porttitor eros placerat. Nullam semper arcu dui, sit amet laoreet urna vulputate a. Nullam et ligula non ante faucibus commodo a eget nisi. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis.
+
The Data Logistics application collaboration consists of one high-level component realizing the functionality needed to implement all data logistics surrounding the exchange of messages between DC and DP. It offers an interface to expose its functionality to other components, e.g. evidence interchange management.
 +
 
 +
<gallery widths="400" caption="Graphic representations of the Data Logistics application collaboration">
 +
File:Data-Logistics.png|alt=Graphic representation of the Data Logistics application collaboration|[[Intermediation Pattern|IM]], [[User-supported Intermediation Pattern|USI]], [[Subscription and Notification Pattern|S&N]] and [[Lookup Pattern|LKP]]
 +
</gallery>
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 6: Line 10:
 
! Application Component !! Description !! Pattern(s)
 
! Application Component !! Description !! Pattern(s)
 
|-
 
|-
| [[Data Exchange Component]]  
+
| [[Data Exchange]]
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin suscipit mauris eu dui aliquet, feugiat porttitor eros placerat.
+
| Shares the functionality that enables the secure exchange of messages, records, forms and other kinds of data between different ICT systems. This includes data routing, except endpoint discovery.
| [[Intermediation pattern|IM]], [[USI]]  
+
| [[Intermediation Pattern|IM]], [[User-supported Intermediation Pattern|USI]], [[Subscription and Notification Pattern|S&N]], [[Lookup Pattern|LKP]]
 
|-
 
|-
| [[Data Exchange Gateway]]  
+
| [[Data Exchange Gateway]]
| The Data Exchange Component exposes an interface in order for other components to make use of it.
+
| Interface: The Data Exchange Component exposes an interface in order for other components to make use of it.
| [[Intermediation pattern|IM]], [[USI]]
+
| [[Intermediation Pattern|IM]], [[User-supported Intermediation Pattern|USI]], [[Subscription and Notification Pattern|S&N,]] [[Lookup Pattern|LKP]]
 
|}
 
|}

Latest revision as of 09:46, 1 July 2021

The Data Logistics application collaboration consists of one high-level component realizing the functionality needed to implement all data logistics surrounding the exchange of messages between DC and DP. It offers an interface to expose its functionality to other components, e.g. evidence interchange management.

Application Components of Data Logistics
Application Component Description Pattern(s)
Data Exchange Shares the functionality that enables the secure exchange of messages, records, forms and other kinds of data between different ICT systems. This includes data routing, except endpoint discovery. IM, USI, S&N, LKP
Data Exchange Gateway Interface: The Data Exchange Component exposes an interface in order for other components to make use of it. IM, USI, S&N, LKP