XBRL Storage Service: Difference between revisions
From XBRLWiki
Jump to navigationJump to search
(Created page with '==Description== The XBRL Storage Service is a software component responsible of storing XBRL Data into the XBRL Database. This component is able to perform the necessary transfo…') |
No edit summary |
||
Line 10: | Line 10: | ||
This software component allows easy integration of Reporting Standard S.L. XBRL Platform in any other products or reporting framework. | This software component allows easy integration of Reporting Standard S.L. XBRL Platform in any other products or reporting framework. | ||
==Navigate== | |||
[[Main Page]] |
Latest revision as of 09:55, 9 December 2010
Description
The XBRL Storage Service is a software component responsible of storing XBRL Data into the XBRL Database. This component is able to perform the necessary transformations in order to property convert the object model from Reporting Standard S.L. API into a simplified model than can be stored on a relational database.
The Storage Service is a software library that can be used from any other application. It operates in two modes:
- Synchronized model: in the same thread as the calling process
- Unattended model: in a different thread from the calling thread
Under both modes, the calling application would be informed via events and callback functions about the process finalization and process result.
This software component allows easy integration of Reporting Standard S.L. XBRL Platform in any other products or reporting framework.