Last modified: Apr 28, 2024

Basic Concepts

Altinn 3 Broker terminology and basic concepts.

On this page:

Context overview

The following diagram gives a high level overview of Altinn 3 Broker actors, services and information flow.

Altinn Broker Context Diagram
Altinn Broker Context Diagram

Explanation to the diagram:

  • The main service provided by Altinn Broker is managed file transfer from one sender (provider) to one or more recepients (consumers) with intermediary storage of files and metadata.
  • File Upload and File Download services are configurable.
  • All features are accessible to End User Systems via APIs.
  • Human End Users communicate with Altinn Broker via GUIs provided by either their custom End User Systems or GUI-s provided ny Altinn Broker. Note: Service owners may choose to leverage Altinn Studio for building GUIs.
  • End User Systems may be triggered by events via notifications to Webhooks. The same events may alternatively be detected by polling the APIs, however supporting Webhooks in the End User Systems is recommended over API polling.
  • Service Owners configure the services and receive usage reports, invoices and other information according to the agreed service levels.
  • Senders upload files and receive status updates about processing and delivery to recepients.
  • Recepients receive notifications about available files.
  • Recepients confirm successful downloads.

Terminology

The following table gives brief descriptions of the main terms used to describe Altinn 3 Broker. Also see https://docs.altinn.studio/technology/terms/ and https://data.norge.no/concepts.

TermExplanation
BrokerA ‘broker’ facilitates transactions, negotiations, or agreements between two parties, such as buyers and sellers, or providers and consumers.
CustomerIn the context of Altinn, ‘customer’ is associated with ‘service owner’.
Data ConsumerA ‘data consumer’ is an individual or system that uses data provided by data sources or services. Also see ‘recepient.
Data Holder‘Data holder’ means a legal person, including public sector bodies and international organisations, or a natural person who is not a data subject with respect to the specific data in question, which, in accordance with applicable law, has the right to grant access to or to share certain personal data or non-personal data.
Data ProviderA ‘data provider’ is an entity that supplies or grants access to data. Also see ‘sender.
DocumentA ‘document’ refers to any form of recorded content, whether in digital or paper format, used to communicate, store, or present information, ranging from text and images to diagrams and multimedia. It serves various purposes, including legal evidence, historical records, educational material, or business transactions, facilitating the sharing and preservation of knowledge.
End userAn ’end user’ is the final consumer of the services in questions, typically human users through a graphical user interface (GUI).
End user systemAn ’end user system’ provides the services and user interface for end users.
FileA digital container used to store, manage, and manipulate data on a computer system or network. It can consist of text, images, audio, video, or other types of data, and is typically organized within a file system that allows for easy retrieval and access.
File transferThe process of moving or copying data over a computer network or through data storage devices.
File transfer brokerA ‘file transfer broker’ is a system or service that acts as an intermediary to facilitate the secure and efficient exchange of files between different parties or systems. Also see ‘message broker’.
IntermediaryAn ‘intermediary’ is an entity that acts as a middleman or mediator between two parties in a transaction or communication process.
Managed File Transfer (MFT)‘Managed file transfer’ is a solution or service that facilitates and manages the secure transfer of data between systems. It provides a more reliable and secure alternative to traditional file transfer methods, by ensuring the encryption of data in transit and at rest, and offering better management and monitoring capabilities.
Message BrokerA ‘message broker’ is a system or service that acts as an intermediary to facilitate message exchange between different parties or systems.
On-premise‘On-premise’ means installation and operation of software and technology infrastructure directly within an organization’s physical facilities, rather than hosted remotely or in the cloud.
ProcessA series of actions or steps taken to achieve a particular end.
RecipientAn individual or entity that receives a message, package, or service from a sender. Also see Data Consumer.
SenderAn individual or entity that initiates the transmission of a message or data to one or more recipients. Also see Data Provider.
Service OwnerIn the context of Altinn, a ‘service owner’ refers to an entity responsible for the development, management, and maintenance of a particular service within the Altinn platform.
User JourneyA ‘user journey’ is a visual or narrative representation of a user’s interactions with a product or service from start to finish.

Notes:

  • In the context of Altinn Broker, the terms Data Provider and Sender may be assumed to mean the same.
  • In the context of Altinn Broker, the terms Data Consumer and Recepient may be assumed to mean the same.

Conceptual information model

A high level conceptual information model for Altinn 3 Broker is shown in the below figure. This model is used as basis for the more detailed information model of Altinn Broker Metadata Storage.

Altinn 3 Broker High Level Conceptual Information Model
Altinn 3 Broker High Level Conceptual Information Model

Explanation:

  • The overall File Transfer Process includes exactly one Upload Process by a Sender and one or more Download Processes corresponding to the number of Recipients.
  • Each File Transfer Process considers one File only. The same applies for each Upload Process and Download Process.
  • The same File may be used in several File Transfer Processes and consequently in several Download Processes.
  • Only one Upload Process per File is considered. Note that if the same file is uploaded more than once, Altinn Broker will consider the files as different and assign different identifiers.
  • Notifications about File Transfer Events are given to Senders and Recepients depending on subscription setup. E.g. recepients may be notified about new messages, and senders may be notified about delivery events.
  • Each File Transfer Event relates to one File Transfer Process, and consequently only one File, however any number of events may occur for the same File Transfer Process.

File Transfer Process States

The overall transfer process is depicted by the following model. It shows the main states and state transitions of the overall file transfer process, as relevant for Altinn Broker and status reporting to the sender.

Altinn Broker File Transfer Processes and States
Altinn Broker File Transfer Processes and States

The above figure depicts a Finite State Machine with the following states:

  • Initialized: The transfer prosess is initialized by the sender. Note: This state machine description does not consider preceeding events. The file transfer could e.g. be a reply to a single request from a single party, or it could be a publication to an y number of known or unknown subscribers.

  • Upload in Progress: Large files may take time to upload. Altinn Broker will keep track of the progress.

  • Upload Processing: Uploaded files are validated and checked for viruses.

  • erik ver.2 Cancelled: Altinn Broker supports cancelling of file transfers as long as no download process has started.

  • Published: Ready for downloads.

  • Downloads Initiated:One or more recepients has started downloading.

  • TransferFailed: The overall transfer process failed, for some reason, either during upload, upload processing or during download by one or more repepients.

  • All Confirmed Downloaded: All required recepients have confirmed download.

  • Deleted: The uploaded file has been purged. This could be upon specific request by the sender, or upon agreed criteria for purging, e.g. when all required recepients have confirmed download. Note that the concept allows for files to remain in Altinn Broker File Store, to support file sharing for other purposes than a single file transfer process. In such cases, the process ends when the file has been uploaded and published, with separate processes for downloading and purging.