Overview
Document Management Domain Integration enables the integration of Temenos User Agent platforms (for example, UXPB and Fabric) with the document solutions provided by external document management providers, which are not a part of Temenos Exchange. This generic integration solution simplifies the process of working with various non-exchange document management providers. With this integration, developers can focus on building applications without worrying about the specific details of each provider's implementation.
An integrated solution of Temenos products with the Document Management systems offers document generation or archiving facility. Below is the business context diagram of document serving interaction with external document management system.
Following are the components of the Document Management Generic Integration.
- Generic Adapter is generically designed to invoke APIs over https. It supports the following functions through http:
- Search Document - Allows the user to search for documents within the external document management system's document list.
- Download Document - Allows the user to retrieve a document from the external document management system's document list.
- Upload Document - Allows the user to select a document file, specify various items of metadata, and upload both to the external document management system – the resulting document will then be accessible through search.
- Generate Document - Enables the addition of documents to the document list in the external document management system in order to do real-time document generation and processing.
- User Agent Service runs in the API framework layer and handles requests from user agents such as UXP Browser for Transact through APIs. These services handle data and based on the configuration, they invoke the APIs of the Generic Adapter to process the data points for document management.
The below architecture shows the logical view of the document serving interaction between UXPB and the external document management system.
In this topic