Difference between revisions of "Subscription System"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
|- | |- | ||
| Subscription Validation | | Subscription Validation | ||
− | | This service evaluates a subscription request. | + | | This service evaluates a subscription request to check if the request can be completed. If it fails the validation the request is rejected and an error message will be send. |
| [[Subscription and Notification Pattern|S&N]] | | [[Subscription and Notification Pattern|S&N]] | ||
|- | |- | ||
| Subscription Error Handling | | Subscription Error Handling | ||
− | | In case some error occurs in the evaluation of a subscription request this service will handle it. | + | | In case some error occurs in the evaluation of a subscription request this service will handle it. The content of the error message is collected and send to the Data Transferor (if applicable). |
| [[Subscription and Notification Pattern|S&N]] | | [[Subscription and Notification Pattern|S&N]] | ||
|- | |- | ||
| Subscription Creation and Update | | Subscription Creation and Update | ||
− | | A service to record a subscription in the registry as well as update the subscription when needed. | + | | A service to record a subscription in the registry of the DO as well as update the subscription when needed. |
| [[Subscription and Notification Pattern|S&N]] | | [[Subscription and Notification Pattern|S&N]] | ||
|- | |- |
Revision as of 11:05, 4 June 2021
Item | Description |
---|---|
name | Subscription System |
description | Application component managing the entire life cycle of subscriptions, ie creation and maintaining subscriptions. It also offers functionality for validating subscriptions (...), confirmation of a subscription (...) and error handling.
The component makes use of an interface to access the base registry. |
pattern(s) | S&N |
application collaboration | Cross-border Subscriptions |
Application Service | Description | Pattern |
---|---|---|
Subscription Validation | This service evaluates a subscription request to check if the request can be completed. If it fails the validation the request is rejected and an error message will be send. | S&N |
Subscription Error Handling | In case some error occurs in the evaluation of a subscription request this service will handle it. The content of the error message is collected and send to the Data Transferor (if applicable). | S&N |
Subscription Creation and Update | A service to record a subscription in the registry of the DO as well as update the subscription when needed. | S&N |
Subscription Confirmation | After a subscription was successfully registered the requesting company needs to be notified. This service takes care of this. | S&N |
Component | Source | UC | Description |
---|---|---|---|
xyz | descr xyz | [[]] | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin suscipit mauris eu dui aliquet, feugiat porttitor eros placerat. |
abc | descr abc | [[]] | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin suscipit mauris eu dui aliquet, feugiat porttitor eros placerat. |