Note that Exporting data is different than sending data to storage. Exporting is always to the file system, whereas when sending data to storage, the handler decides where it saves the data.
The data to export is passed as data objects.
Export to file | |
| This verb is based on ALP_EXG2_EXPORT_ACTIONCLASS. This service will save the data objects to the Filesystem.
One application should register for the wildcard type ("*"). This application would receive all exported objects that have no owner, and it would be responsible to decide what to do with them. | |
| #define | ALP_EXG2_EXPORT_TOFILE_VERB ALP_EXG2_EXPORT_ACTIONCLASS"/file" |
| VERB: Export to file. | |
|
|
VERB: Export to file.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.