Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Fulfillment Provisioning Modules : Injecting Manual Service Orders

Injecting Manual Service Orders
Typically, service orders enter a provisioning flow via a driver-responder pair. Refer to the Fulfillment Provisioning Developer's Guide for details. A directory scanner scans a directory for a filename pattern and passes service orders from any matching files to a RequestParser Plugin.
DirectoryScanner Streams Driver
The DirectoryScanner module scans the specified local directory for files whose names match a specified pattern (for example, *.xml, *.dat , MyFile.* ). This module accepts plug-ins, such as parsers, just as the driver module does.
The DirectoryScanner module has built-in checkpoints. There is no need to use a checkpoint module with a DirectoryScanner.
The provdriver::DirectoryScanner driver is integrated into the new provdriver framework and therefore compliant with the high number of Service Order requirements. It periodically scans a directory for files, sorting them (by date and then lexicographically) and gives the content of each file to a specific framer (FileFramer). Subsequently, the FileFramer frames the file content using a regular expression (if needed) and transfers the resulting service order request to the parser plug-in. For more details of this module, refer to the interface documentation of component prov, interfaces provdriver::DirectoryScanner and provdriver::FileFramer.
Refer to TIBCO Fulfillment Provisioning Developer's Guide for instructions on how to access the component documentation.
Type provdriver::DirectoryScanner
For more details about this module, refer to the component documentation.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved