This class implements a command line interface for the Flow Processor.
Only 1 command line argument should be pasted to this class. That
argument should be the file location of a properties file that contains
options to be used to execute the Flow Processor. The following options
are accepted:
Option Name |
Option Description |
Mandatory? |
operation |
The operation to be performed. This is one of:
|
Yes |
output-file |
The file that any results are written to. |
Yes |
flow-processor-config-file |
The file that the flow processor should use as its configuration file. |
Yes |
submittal-code |
The submittal code defined in FP_SUBMITTAL.SUBMITTAL_CODE. |
Yes |
url |
The URL to submit the data to for a Solicit. |
No |
transaction-id |
The Transaction ID to use for a Solicit. |
No |
start-row |
The starting row to be passed to a Query. |
No. The default is 1. |
max-rows |
The maximum number of rows to be passed to a Query. |
No. The default is 0. |
arguments |
This is a space or comma delimited list of argument names to pass to the Query or Solicit operation. |
No |
<argument name>-value |
The value of the argument with the specified name. This name is one listed in the arguments option. |
No |
<argument name>-type |
The type of the argument with the specified name. This name is one listed in the arguments option. This
can be one of:
|
No |
<argument name>-format |
The format of the argument with the specified name. This name is one listed in the arguments option. The
format option is really only used to convert arguments into a type of date.
|
No |