com.cgiams.esl.fp.em
Class FileExportManager
java.lang.Object
com.cgiams.esl.fp.em.FileExportManager
- All Implemented Interfaces:
- FlowExportManager
- public class FileExportManager
- extends java.lang.Object
- implements FlowExportManager
This implementation of FlowExportManager exports a data set to a
file. This implementation requires the following parameters:
Parameter Name | Parameter Description |
DIRECTORY |
The directory where data sets are saved to. |
Modification History |
Programmer |
Date |
Description |
Jim Matysczak |
03/18/2005 |
Original Author |
Method Summary |
java.util.Map |
exportResults(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_arguments_submission,
java.util.Map ao_arguments_export_mananger,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments,
java.lang.String as_results_file_name,
byte[] ab_data_set)
This method will export the specified results to a file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileExportManager
public FileExportManager()
exportResults
public java.util.Map exportResults(DataManager ao_dm_fp,
DataManager ao_dm_fs,
java.util.Map ao_arguments_submission,
java.util.Map ao_arguments_export_mananger,
java.util.Map ao_previous_results,
java.util.Map ao_operation_arguments,
java.lang.String as_results_file_name,
byte[] ab_data_set)
throws java.lang.Exception
- This method will export the specified results to a file.
Key Name | Key Description |
file |
The name of the file that was written with the result set. |
- Specified by:
exportResults
in interface FlowExportManager
- Parameters:
ao_dm_fp
- The Flow Processor Data Manager.ao_dm_fs
- The Flow Submittal Data Manager.ao_arguments_submission
- The Flow Submission arguments defined in FP_SUBMITTAL_MODEL.ao_arguments_export_mananger
- The Flow Export parameters defined in FP_SUBMITTAL_EXPORT_DTL_PARAM.ao_previous_results
- The results of all previous FlowExportManager executions.ao_operation_arguments
- The arguments to the operation being performed.as_results_file_name
- The name of the results file.ab_data_set
- The data set.
- Returns:
- A map of informational messages and data identifiers.
- Throws:
java.lang.Exception
- If an error occurres.