...
This section describes the APL Collection Strategy.
Prerequisites
The reader of this document should be familiar with:
Analysis Programming Language. For further information, see the APL Reference Guide[hide](3.0[/hide]).
Overview
APL Collection Strategy configurations are used on top of pre-defined collection strategies to customize how files are collected from the local file system.
APL Collection Strategy Buttons
The additional buttons that are specific for the APL Collection Strategy configuration are described in the following sections:
...
Button | Description | |||||
New | Creates a new APL Collection Strategy configuration that will be visible in a new tab. | |||||
Open | Opens a saved APL Collection Strategy configuration that will be visible in a new tab. | |||||
Save | Saves the configuration. After clicking Save, a dialog box opens. In the Version Comment text box, type a description of the changes that you have made, then click . This information will be visible in the Historical Configurations panel, for further information see the section below, The View Menu.
| |||||
Save As | Select to save the configuration with a new name.
| |||||
Permissions | To set the owner of the configuration as well as Read, Write and Execute permissions for the groups accessing the configuration. For further information, see Access Controller[hide](3.0[/hide]). | |||||
Validate | Compiles the current APL Collection Strategy code, checking for grammatical and syntactical errors. The status of the compilation is displayed in a dialog. Upon failure, the erroneous line is highlighted and a message, including the line number, is displayed. | |||||
References | Shows the workflows or APL Code that are referencing this particular collection strategy. | |||||
History | Shows all the previous saves of the APL Collection Strategy. | |||||
Import | Select this option to import code from an external file. Note that the file has to reside on the host where the client is running. | |||||
Export | Select this option to export your code to an *.apl file that can be edited in other code editors, or be used by other systemsother systems. | |||||
Undo | Select this option to undo your last action. | |||||
Redo | Select this option to redo the last action you undid with the Undo option. | |||||
Cut | Cuts selections to the clipboard buffer. | |||||
Copy | Copies selections to the clipboard buffer. | |||||
Paste | Pastes the clipboard contents. | |||||
Find | Displays a dialog where chosen text may be searched for and, optionally, replaced. | |||||
Find Again | Repeats the search for the last string entered in the Find dialog. | |||||
Zoom Out | Zoom out the code area by modifying the font size. The default value is 13(pt). Clicking the button between the and buttons will reset the zoom level to the default value. Changing the view scale does not affect the configuration. | |||||
Zoom In | Zoom in the code area by modifying the font size. The default value is 13(pt). Clicking the button between the and buttons will reset the zoom level to the default value. Changing the view scale does not affect the configuration. |
APL Collection Strategy Dialog
You create your APL Collection Strategy in the dialog.
...
For more information about APL functions blocks and functions, see the APL Reference Guide[hide](3.0[/hide]).
APL Collection Strategy Outline
In order to make it easier to navigate in an APL Collection Strategy code configuration, there is an Outline navigation panel to the right of the dialog.
...
The Outline navigation panel can be hidden or visible. By default, it is visible and all the elements are displayed. To hide or display the navigation panel, click the Outline button to the right of the APL Collection Strategy dialog.
Configuration Diff Panel
If you want to compare the current version of an APL collection strategy that you are displaying with a previous version of the same APL collection strategy, you can use Configuration Diff to compare the two versions side by side.
...
Item | Description |
---|---|
History | Click the History drop box to select the version to which you want to compare the version currently displayed. You can also display and view encrypted configurations. If you select an encrypted configuration, you are prompted to enter the relevant password to decrypt the configuration. |
Previous | Click this button to skip to the previous difference in the configurations. The previous difference is highlighted in green. |
Next | Click this button to skip to the next difference in the configurations. The next difference is highlighted in green. |
Refresh | Click this button to display the updated version of the configuration. Configurations are not locked when you display them in Configuration Diff. If another user has modified and saved a configuration that you are viewing in this tool, you can click this button to view the latest updated version. |
The FileInfo UDR Type
The FileInfo
UDR type includes the properties of the file to collect or a directory where files are stored.
The FileInfo
UDR type can be viewed in the UDR Internal Format Browser. To open the browser right-click in the editing area of an APL Editor and select UDR Assistance... . The browser opens.
Format
The following fields are included in the FileInfo UDR:
...