LiveFlow provides interfaces on three levels when integrating with other systems:
One: Application Level
No need to program. To make your BPS achieve automatic data exchanges with enterprise's internal and external other application system.
XML Adapter: First choice for ERP 、HRMS and such integrated large-sized system.
Web Adapter: Allowing you to make your process' data submit to any website.A good formula for data exchanges among enterprises.
DB Adapter: Allowing you to operate database directly. A good formula for the system which itself possesses no function of data exchanges when exchanging data.
File Adapter: You can copy attachments to designated servers' folders. Moreover , the system will automatically assign serial numbers ,achieving managing archives.
a、Web Service
Two: C++ Program Interfaces
BPFC(Business Process Foundation Class) is open for application programs' libraries in view of C++ application programs. LiveFlow's Enterprise Manager is just developed with BPFC.
Three: COM Interface , Fit for Developing Website 、VB Programs 、VB Script and javascript.
BPO(Business Process Object) is a developing library , established on the back of BPFC ,based on COM. LiveFlow's office website is achieved , with the help of BPO.

